Android Core
-
Control Sphero using Temperature Sensor in Android
One of the most interesting topic around Android it is how we can connect our smart phones to other devices…
Read More » -
Android promoted Actions: Floating action button (FAB)
Recently new design pattern were introduced in Android. One of the most known pattern is the Promoted Actions. They are…
Read More » -
How to run junit tests inside the android project
Hi there! Today i’m gonna show you how to create and run junit tests inside your android project without creating…
Read More » -
Resolving the dual ItemClick conundrum for the Android Gallery View
Yes, the Gallery View is deprecated, however currently there really isn’t an out of the box solution to what the…
Read More » -
Saving to a SQLite database in your Android application
This is the fourth post in my series about saving data in Android applications. Here are the other posts :…
Read More » -
Applying decorator pattern to decorate views on Android
Hi there! Today i’m gonna show how to apply the design pattern decorator to android’s views making use of its…
Read More » -
How to customize / change ActionBar font, text, color, icon, layout and so on with Android
Hi there! Today i’m gonna share a very common task with you. How to customize an ActionBar on Android. We…
Read More » -
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 »