Download Development tools for API - 20, Android L Preview SDKs - Offline

 Last Updated on Sep 09, 2014 15:23 IST  Prev Updated on Jul 03, 2014 16:33 IST What's new in Android L Preview A New UI Design ...

p1

Using Simple SharedPreferences in Android.

SimpleSharedPreferences on GitHub  Shared preferences are used to save values permanently within the app. It is saved in an XML file usi...

p1

Download and Install NOKIA X SDK Online & Offline in Eclipse

Download NOKIA X SDK to port your current android apps into NOKIA X compatable apps. The same can be used to develop apps for NOKIA X OS. ...

p1

Custom ListView with CheckBox & Header, with Select-All / DeSelect-All functionalities

In our last post we saw how to create simple custom listview , It does not have any state to save when scrolled. But implementing ListView ...

p1

A Simple Custom ListView in Android with Images & Text

Let's start with simple requirement. A list view containing a image & 2 TextViews as below. To achieve this one has to create an...

p1