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
List of items are displayed on the list fragment and by clicking on the item, opens detail fragment with photo and description. If user rotates screen on landscape mode, on the left side is list of items and on the right side of the screen is detail view.
In this Project User Open the app and the list of flags appears , when the user click on any flag then the secondActivity will open which contains flag(Fragment)
App displays list of my GitHub repositories. The app contains two cases of getting data from the server by using Retrofit or Volley library(in code are guidelines which part of the code need to be included in case of Volley library). Fast loading is performed by Loader, that also keeps data saved, when screen rotation is performed. When user swi…
An android application that allows the company the feed the details of its employees. The data is stored in the SQLite database and the user has been provided with the functions like update/delete etc to perform on the database. It also helps the user to sort the listed data by comparing Names, ID, etc. The application also saves the last employ…