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
App uses ORMLite Third-party library as persistent data base that stores shopping and articles list. Each shopping list has own articles list. User can add, delete and edit articles names and amounts. Use can add, edit and delete shopping list.
App uses ORMLite Third-party library as local data base. App has Navigation Drawer and its NavigationItem object that implements the Parcelable interface in order to past in its objects via a Bundle.User can order certain products. Each product has two categories(sweet and salty), name, description, image,price.
Report-Card shows list of students, each student has own subjects list page, each subject has its info page. User can see students grades,displayed on a dialog page as well as average grades number.
Music Player using android studio. It will display all the audio files present in your device and on clicking on any file it will direct you to the music player and will play it automatically. One can pause, go to next or previous song also. On completing the song it will start playing the next one.
Displays a list of hero data with 3 modes, namely lists using the ListView builder, grids using the GridView builder, and cards using the CardView builder.
This repository contains an Android application that demonstrates the use of RecyclerView and ListView components. The app allows users to view a list of items, add new items to the list, delete existing items, and update the content of the list as needed. Through this app, developers can gain an understanding of how to implement RecyclerVie