MovieTrailer

Movie Trailer – Android App !

Movie Trailer is for users who find movies very easily. Every user need MovieTrailer account and can add movies to wish list, watch movie trailers and so on features which can use

Movie Trailer is available on the Google Play Store.

Get it on Google Play

Main Features

  1. Kotlin
  2. Java
  3. Firebase
  4. MVVM
  5. Navigation Components
  6. RxJava/RxAndroid
  7. LiveData
  8. ViewModel
  9. Retrofit2
  10. RoomDatabase
  11. Coroutines
  12. Memory leak
  13. Glide
  14. Gradle
  15. Custom Fonts

Screenshots

Libraries

  1. Firebase Authentication
    implementation 'com.google.firebase:firebase-auth:19.2.0'
    implementation 'com.google.android.gms:play-services-auth:19.2.0'
    
  2. Firebase Database
    implementation 'com.google.firebase:firebase-database:20.0.1'
    
  3. Firebase Firestore
    implementation 'com.google.firebase:firebase-firestore:23.0.3'
    
  4. Coroutines
    implementation "org.jetbrains.kotlinx:kotlinx-coroutines-android:1.3.9"
    
  5. Navigation Components
     def nav_version = 2.3.5
     
     implementation "androidx.navigation:navigation-fragment-ktx:$nav_version"
     implementation "androidx.navigation:navigation-ui-ktx:$nav_version"
    
  6. ViewModel
    implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.4.0-alpha03"
    
  7. Live data and Annotation processor
    def arch_version = "2.1.0"
    
    implementation "androidx.lifecycle:lifecycle-livedata-ktx:$arch_version"
    annotationProcessor "androidx.lifecycle:lifecycle-compiler:$arch_version"
    
  8. RxJava and RxAndroid
    implementation "io.reactivex.rxjava3:rxjava:3.0.13"
    implementation 'io.reactivex.rxjava3:rxandroid:3.0.0'
    
  9. Room components
    implementation "android.arch.persistence.room:runtime:1.0.0"
    implementation "androidx.room:room-runtime:2.3.0"
    kapt "androidx.room:room-compiler:2.3.0"
    
  10. Retrofit2
    implementation 'com.google.code.gson:gson:2.8.7'
    implementation 'com.squareup.retrofit2:retrofit:2.7.2'
    implementation 'com.squareup.retrofit2:converter-gson:2.5.0'
    
  11. CircleImageView
    implementation "de.hdodenhof:circleimageview:3.1.0"
    
  12. Bottom navigation
    implementation 'com.etebarian:meow-bottom-navigation:1.2.0'
    
  13. Glide
    def glide_version = "4.12.0"
    
    implementation "com.github.bumptech.glide:glide:$glide_version"
    annotationProcessor "com.github.bumptech.glide:compiler:$glide_version"
    
  14. Progress Indicator
    implementation 'com.mikhaellopez:circularprogressbar:3.1.0'
    
  15. Youtube Player
    implementation 'com.pierfrancescosoffritti.androidyoutubeplayer:chromecast-sender:0.23'
    
  16. Loading button
    implementation 'br.com.simplepass:loading-button-android:2.2.0'
    
  17. Circular ProgressBar
    implementation 'com.github.ybq:Android-SpinKit:1.4.0'
    
  18. RatingBar
    implementation 'com.github.shallcheek:RatingBar:v1.0'
    
  19. Balloon
    implementation "com.github.skydoves:balloon:1.3.6"
    
  20. Day Night Switch
    implementation 'com.github.vimalcvs:Day-Night-Switch:1.0.3'
    
  21. Custom Toast
    implementation 'com.github.GrenderG:Toasty:1.5.2'
    
  22. Memory Leak
    debugImplementation 'com.squareup.leakcanary:leakcanary-android:2.7'
    
Visit original content creator repository https://github.com/r4m-rufat/MovieTrailer

Comments

One response to “MovieTrailer”

Leave a Reply

Your email address will not be published. Required fields are marked *