-
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 Core
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 » -
Android Core
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 » -
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 » -
Android Core
Android chart tutorial: AChartEngine
In this post, I will describe how to use AchartEngine. This is a great library for Android that help you…
Read More » -
Android Core
Create a jar library with gradle using AAR info
Some posts ago, I talked about how to use gradle to push an aar to maven central. If you remember,…
Read More » -
Android Core
How to develop an Android Weather app using Weatherlib
Some users asked to me some details on how to use the Weatherlib. In this post want to describe how…
Read More » -
Android Core
Android SwipeRefreshLayout Tutorial
In this post, we will describe SwipeRefreshLayout component. This component should be used whenever the user can refresh the UI…
Read More » -
Android Core
Guide to publish an aar to maven using gradle
In this post, I’d like to describe the steps necessary to publish an aar to maven repository. There are other…
Read More »