Android
-
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 » -
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 » -
Parsing HTML in Android with Jsoup
In this post, I want to describe how to use JSoup in Android. JSoup is a Java library that helps…
Read More » -
Working with Google Analytics API v4 for Android
For v4 of the Google Analytics API for Android, Google has moved the implementation into Google Play Services. As part of…
Read More » -
Scheduling Repeated Tasks in Android
A somewhat common usecase for android applications is to have them launched when the phone is started, and execute some…
Read More » -
Android Shake to Refresh tutorial
In this post we want to explore another way to refresh our app UI called Shake to Refresh. We all…
Read More » -
Using Android Location API in Weather App – Search city
In this post I would like to describe how to search a city using openweathermap to get weather conditions. There…
Read More » -
Consume Webservice in Android using intentService
In this post, I will explain how to consume Restful Webservice using IntentService. We know we can consume a Webservice…
Read More » -
Android Remote Service Tutorial:AIDL–how to structure the Project and lib
In this post, I will describe how to use Remote Service in Android. This kind of services are services that…
Read More »