Android
-
Codename One Charts
This post was written by Steve Hannah, one of the newest additions to the Codename One team and a long…
Read More » -
Display a string list in an Android ListView
Showing a list of items is a very common pattern in mobile application. This pattern comes up often when I…
Read More » -
Working with Robolectric and Robotium in Android Studio and Gradle
I develop the TripComputer App for Android but I find testing apps using the standard Android Instrumentation framework is really slow and…
Read More » -
Parse.com anonymous and registered users (Android)
Introduction When writing a mobile application you mostly always need a way to store the information outside of the application…
Read More » -
Android Tips: On/Off Toggle
When we need to give to users of our apps the ability to switch on/off a given feature, we automatically…
Read More » -
Don’t Block The UI
I’ve talked with many end users about their badly written apps grievances and I’ve come to the conclusion that it…
Read More » -
Develop android weather app with Material Design
This post describes how to create a weather app using material design guidelines. Material Design is a set of rules…
Read More » -
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 »