Android
-
Android Listview with multiple row layout
In many posts we talked extensively about ListView and how to handle it: creating custom adapter or handling user interactions.…
Read More » -
Event Tracking with Analytics API v4 for Android
As I’ve learned from developing my own mileage tracking app for cyclists and commuters, getting ratings and feedback from users can…
Read More » -
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 »