EducatorApp
This project is part of #30DaysOfKotlin 2020 organised by Google India. This application uses Kotlin as its primary language and its concepts. It also uses Android Architecture components like ViewModel, LiveData, Room, Data Binding and Navigation Component.
Install / Use
/learn @manishpatelgt/EducatorAppREADME
Online Educator Android App
This Android App developed using Kotlin as primary language. App is useful for student who can easily search videos based subject and his/her favorite educator and watch it. Also, anyone can comment, like and rate educator video.
I have used Firebase database and firebase storage for videos, icons and other resources. I haven't used my own server here.
You can Install the Sample app by clicking below
Features
- Login with Google
- Select your subject and favorite educator and watch his/her video and like it
- Saved your favorite videos and you can directly play it
- You can comment and rate educator videos
- Give us feedback
More Features coming soon...
Concepts used
Kotlin
1) Coroutines
2) Data Classes
3) Late-Init properties
4) Null Safety
5) Lambdas
6) Sealed Classes
7) Inheritance
8) Extension fun
and more...
Android Architecture Components
1) ViewModel
2) LiveData
3) DataBinding
4) Room
5) Navigation Components
6) Lifecycle
Firebase libraries
1) Analytics
2) Crashlytics
3) Firestore-ktx
4) Database-ktx
5) Auth
Design libraries
1) Material Components
Other libraries
1) Timber for Logs
2) Exoplayer for video playing
3) Toasty
4) Klaxon
5) Facebook Stetho
6) Quick Permission
7) Glide
8) MaterialDialog (by shreyaspatil)
9) Circleimageview
<h2>Snapshot</h2>
<div style={display:flex}>
<img src="https://github.com/manishpatelgt/EducatorApp/blob/master/screens/Login.png" height="400px" width="200px">
<img src="https://github.com/manishpatelgt/EducatorApp/blob/master/screens/Subjects.png" height="400px" width="200px">
<img src="https://github.com/manishpatelgt/EducatorApp/blob/master/screens/Educators.png" height="400px" width="200px">
<img src="https://github.com/manishpatelgt/EducatorApp/blob/master/screens/Educator_videos.png" height="400px" width="200px">
<img src="https://github.com/manishpatelgt/EducatorApp/blob/master/screens/Video_player_2.png" height="400px" width="200px">
<img src="https://github.com/manishpatelgt/EducatorApp/blob/master/screens/Favorites_videos.png" height="400px" width="200px">
<img src="https://github.com/manishpatelgt/EducatorApp/blob/master/screens/Profile.jpeg" height="400px" width="200px">
<img src="https://github.com/manishpatelgt/EducatorApp/blob/master/screens/Contact_us.png" height="400px" width="200px">
</div>
Contact
Twitter : Mdp3030
License
MIT License
Copyright (c) 2020 Manish Patel
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
