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
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.
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 !