Android Core
-
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 » -
Fixing The Android Camera API
The other day I participated in a company hackathon and I decided to make use of the Android camera. I’ve…
Read More » -
Android Weather app Tutorial: Step by Step guide (Part 2)
The app is available at google play. Download it and have fun. If you like my work you can donate…
Read More »