an education Android app that shows some courses and view videos of every lesson in that course, So the student can login and follow his courses.
- Authentication.
- view available courses
- view course video and content
- save student progress through course
- student achievemnet
- ask questions after every lesson
- Fully written in Kotlin language.
- Firebase authentication
- Uses Picasso for image loading.
- Shared preferences
- Built on MVVM architecture pattern.
- Uses Android Architecture Components, specifically ViewModel and LiveData.