Skip to content

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.

Notifications You must be signed in to change notification settings

manishpatelgt/EducatorApp

Repository files navigation

Online Educator Android App

License: MIT

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

Online Educator Android App

Features

  1. Login with Google
  2. Select your subject and favorite educator and watch his/her video and like it
  3. Saved your favorite videos and you can directly play it
  4. You can comment and rate educator videos
  5. 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

Snapshot

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.

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages