Wth the help of this Android tutorial we will create tab layout with swipe views.The new APIs for android tabs released the design support library and the main class used for displaying tabs through these new APIs is Android TabLayout.In Android Tab...
Home » Archives for January 2016
JSON and XML Parsing in Android
in
JSON and XML Parsing
- on 01:19
1. JSON
First
we talk about basic knowledge of JSON.
JSON
stands for JavaScript Object Notation,it's a lightweight
data-interchange format. It is easy for user to read and write.
whenever
we want to use JSON parsing for should know
about JSON syntax...