Android
-

Simple tips to secure Android app
Android has security features built into the operating system that significantly reduce the frequency and impact of application security issues…
Read More » -

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 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 »

