Posts

Showing posts from January, 2015

Cordova android app cpu usage reduce and Improve app performance.

 Cordova android app cpu usage reduce and Improve app performance.   We often use Cordova with Backbone.js to build mobile applications for both Android and iOS. This setup takes advantage of the best of both worlds -- we get native device functionality through Cordova and the ease of creating complex, interactive websites with Backbone. This makes it easy to develop quickly, but also makes it easy to overlook limitations of mobile browsers and processors and develop with the modern desktop browser in mind. This can lead to the app working perfectly fine when developing on your desktop browser, but then exhibit significant rendering problems, (e.g., flickering) when testing on devices. In addition, the problems might differ from device to device. We found that native browsers on different mobile operating systems respond differently to content-rich DOMs. I recently worked on a Cordova/Backbone application in which we experienced some major flickering and rendering problems

TestFlightApp.com will no longer be available after February 26, 2015

Image
       Shutting Down TestFlightApp.com on February 26th " The services offered at TestFlightApp.com will no longer be available after February 26, 2015. To prepare for the TestFlightapp.com closure, developers and team leaders are recommended to transfer their testers to the all-new  TestFlight  Beta Testing  in iTunes Connect. " Apple  acquired  TestFlight just under a year ago and has been  slowly integrating  its features into iTunes Connect. The All-New TestFlight Beta Testing service was launched inside of iTunes Connect.         Here's What's New: Invite up to 1,000 external testers using just their email address Easy to use TestFlight iOS app available on the App Store No need to keep track of UDIDs or provisioning profiles Beta testing directly inside of iTunes Connect without the need of the TestFlight SDK Learn more »   To prepare for the  TestFlightapp.com  closure, we recommend that you export all of your current testers so you can

Interview Questions and Answers - Android

Image
  Basics :1 1# : What is Android?         Android is a mobile operating system (OS) based on the Linux kernel and currently developed by  Google. With a user interface based on direct manipulation, Android is designed primarily for touchscreen mobile devices such as smartphones, tablet computers,and  televisions (Android TV), cars (Android Auto), and wrist watches (Android Wear). 2# : Code names of android Version?          Note :-   " Android 5.0 "Lollipop"  is the latest  version of the  Android   mobile operating system  developed by  Google . Unveiled on June 25, 2014 during  Google I/O , it became available through official  over-the-air  (OTA) updates on November 12, 2014, for select devices that run distributions of Android serviced by Google (such as  Nexus  and  Google Play edition  devices). Its source code was made available on November 3, 2014. "   3# : Android -Development-Services   ?  4

Distribute iOS Adhoc App using Dropbox

Image
" we are always to distribute the app with TestFlight  and  Diawi.com but we also able to d istribute app with dropbox."     #1.   Build app from  xcode   using  Build and Archive  option.     #2.    Upload  ipa   file to Dropbox. And get public link for the ipa.            Create the Mainfest.plist file :-                     Add keys as well ( bundle-identifier, bundle-version, title )         #3.   Upload the modified  manifest.plist  to Dropbox and get its public link.                     Create index.html file :-                  Add  url   param with public link of your manifest.plist          #4.   Upload the   index.htm l  to Dropbox and share the public link of it with testers.                  Click Install App list :                   #5.   Get Popup like this :-                              Note :- " Replace all www.dropbox.com with dl.dropboxusercontent.com share link " .pl