Fetch Data Using Retrofit Library Android || GET || Retrofit Library

In continuation to the previous tutorial Android Post Data Using Retrofit  Fetch Data Using Retrofit Library we will be fetching data using same retrofit library. Retrofit library is considered to be the fastest library so we will be using it. Now in this tutorial on Android Fetch Data Using Retrofit Library we will be fetching data … Read more

Know your android app version || app version

  Android app version : Android app version, Versions play a key role in every aspect of the product, here product may be a app, mobile and anything.Version code clearly shows that there is a update in the product they are using. When the updates are like 1.0.1, 1.02 and so on there might be … Read more

Android Expandable ListView Tutorial: Building Collapsible Lists

Android Expandable Listview : Android Expandable Listview name itself says that it will be expanded depending upon categories. Generally when we deal with menu’s which are to be show in listview, Sometimes we need to show sub-categories so for this purpose we will deal with. In almost every app expandable listview in android, where there … Read more