Android Core
-
Android RecyclerView
RecyclerView is one of the two UI widgets introduced by the support library in Android L. In this post I…
Read More » -
Saving preferences in your Android application
This is the third post in my series about saving data in Android. The other posts can be found here…
Read More » -
NoSQL on Android
There are various NoSQL solutions for mobile platforms such as the iOS and Android. Here, we will look at Couchbase…
Read More » -
Interfacing Salesforce with Android
In this article we are going to explore building a simple native Android application that utilizes the Chatter REST API…
Read More » -
5 tips to improve performance in Android applications
If your application has many time-intensive operations, here are some tricks to improve the performance and provide a better experience…
Read More » -
Creating logs in Android applications
For Android applications, logging is handled by the android.util.Log class, which is a basic logging class that stores the logs…
Read More » -
Saving data to a file in your Android application
This is the second post in my series about storage in Android applications. The other post is available here :…
Read More » -
Using Android Traceview in Eclipse
The best way to solve a performance problem with an Android application is to profile the application by tracing the…
Read More » -
Introduction : How to save data in your Android application
This is the first post in a series explaining the various ways to save data and application state in an…
Read More »