You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An android application which uses RESTful web services, a 3rd part library Retrofit for fetching data in JSON format and its converted into java objects using GSON converter factory. The data fetched is displayed in Recycler View which uses a custom adapter display Text Views.