-
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 » -
Android Core
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 » -
Android Core
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 » -
Android Core
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 Core
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 » -
Android Core
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 » -
Android Core
Android Wear SDK: Set up “Hello world”
In this post I want to describe my first experience with Android Wear SDK. This is a very simple project…
Read More » -
Android Games
Android App tutorial:Peg board game
I released in Github the source code of an app that can be used to play peg board. This app…
Read More » -
Android Core
Android Weather app using Yahoo weather provider and AutoCompleteTextView (Part 1)
This post is the first of a series where we will explore Yahoo Weather API. Our goal is building an…
Read More »