Android
-

A Guide to Android RecyclerView and CardView
The new support library in Android L (Lollipop) introduced two new UI widgets: RecyclerView and CardView. The RecyclerView is a…
Read More » -

CallSerially The EDT & InvokeAndBlock (Part 2)
The last time we talked about the EDT we covered some of the basic ideas, such as call serially etc.…
Read More » -

CallSerially The EDT & InvokeAndBlock (Part 1)
We last explained some of the concepts behind the EDT in 2008 so its high time we wrote about it…
Read More » -

Storing the state of an activity of your Android application
This is the last post in my series about saving data in your Android application. The previous posts went over…
Read More » -

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 »

