Workshop Manager App
Android App for viewing and registering for workshops made using Kotlin and XML.
- The app uses GET and POST requests through the Volley library for Login, Register and Forgot Password Features.
- The app uses Internshala Trainings Server for login functionality
- The app also uses the Room library to send data to the SQLite local database and retrieve the information about the Workshop details.
Main Features used for making the App ->
- Recycler Views
- Fragments
- Room Library
- Volley Library
- Coroutines
- Shared Preferences
- SQLite Database
Features of App ->
- Login
- Register
- Forgot Password
- View all Workshops without being logged-in
- My Profile Viewer
- View Registered Workshops
- Logout
Made with