Tutorial by Topics: android

NameAndroid versionRelease dateAPI-levelBuild.VERSION_CODESAngel Cake (Alpha)1.023 September 20081BASEBattenberg (Beta)1.19 February 20092BASE_1_1Cupcake1.530 April 20093CUPCAKEDonut1.615 September 20094DONUTEclair2.026 October 20095ECLAIR2.0.13 December 20096ECLAIR_0_12.112 January 20107ECLAIR_MR...
Types of Intents Explicit Intents Implicit Intents Explicit intent: going to be connected internal world of application, suppose you want to connect one activity to another activity, this can be done by explicit intent. Below is the code snippet demonstrating the connection between first an...
Focus of this document is to represent goals and ways how to write android UI and integration tests. Espresso and UIAutomator are provided by Google so focus should be around these tools and their respective wrappers e.g. Appium, Spoon etc. Idling resource String getName() - Returns the n...
Icon Fonts are like normal font types that have symbols instead of letters. It can be used in your application with at-most ease. They are: Flexible Scalable Vectors Fast Processable Light Weight Accessible Effect on Size Exporting an image in various sizes for android devices would c...
This section provides an overview of what android-espresso is, and why a developer might want to use it. It should also mention any large subjects within android-espresso, and link out to the related topics. Since the Documentation for android-espresso is new, you may need to create initial vers...
newInstance : To create single instance of Facebook helper class. loginUser : To login user. signOut : To log out user. getCallbackManager : To get callback for Facebook. getLoginCallback : To get callback for Login. getKeyHash : To generate Facebook Key Hash. ParameterDetailsTAGA Strin...
The SQLite library itself has only a C API; to make it accessible from Java, the Android framework wraps this with the android.database.sqlite package. The most important classes are SQLiteDatabase and SQLiteOpenHelper. The android.database package contains the database-related parts of the fram...
Dear Team, I think that its good to mention about official Android documentation where toolbar control is explained in details: https://developer.android.com/reference/android/support/v7/widget/Toolbar.html There is also interested content about Android.Support.v7 library used in the sample: h...
This section provides an overview of what android-volley is, and why a developer might want to use it. It should also mention any large subjects within android-volley, and link out to the related topics. Since the Documentation for android-volley is new, you may need to create initial versions o...
Troubleshootings : Could not connect to development server => Do this : adb reverse tcp:8081 tcp:8081, make sure that your phone is connected (adb devices). Verify also that there is a local server launched, if not run react-native start
This section provides an overview of what android-edittext is, and why a developer might want to use it. It should also mention any large subjects within android-edittext, and link out to the related topics. Since the Documentation for android-edittext is new, you may need to create initial vers...
Paypal provide us their own library for payment so it is now much secure and easy to implement in our application. Below are the important step to do.

Page 2 of 5