Categories
Tutorial

Android Layouts tutorial

Marwen Doukh - layout

After posting the weather app tutorial , many friends asked me to do a tutorial about how to organize Android Views (TextView , ImageView …) inside a UI. So in this tutorial, we’ll find out how to make better UI.

Categories
Tutorial

Consuming REST web service from Android

Android logo

Hello Android developer !

In this tutorial , we’ll develop an Android App that call a weather web service to display the weather’s condition for Ariana,Tunisia (just an example).

If you want to make your own web service , check out my tutorial here .

At the end of this tutorial , you’ll find the Github link of the full source code , it contains more features (everything is explained by comments).

Let’s get started !