The Learning Management App is an Android application developed using Java and XML in Android Studio. It follows the MVVM (Model-View-ViewModel) architecture pattern and utilizes Room Database for data persistence and Data Binding for UI updates.
The Learning Management App allows users to manage their learning resources, track their progress, and organize their study materials. Users can create courses, add lessons or modules to those courses, and mark their completion status. The app provides an intuitive and user-friendly interface for an enhanced learning experience.
These instructions will help you get a copy of the project up and running on your local machine.
Android Studio installed on your computer
An Android device or emulator to run the app
1.Clone the repository to your local machine using the following command:
git clone https://github.com/adityabhamare10/MVVM-Project.git
2.Open Android Studio and select "Open an existing Android Studio project".
3.Navigate to the cloned project directory and select the project.
4.Let Android Studio build and sync the project.
5.Connect your Android device or start an emulator.
6.Click on the "Run" button in Android Studio to install and launch the app on your device or emulator.
Aditya Bhamare - https://github.com/adityabhamare10