Giter Site home page Giter Site logo

r4m-rufat / movietrailer Goto Github PK

View Code? Open in Web Editor NEW
3.0 1.0 0.0 1.78 MB

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

Kotlin 39.50% Java 60.50%
retrofit2 glide mvvm-architecture rxjava coroutines livedata java kotlin memory-leak-detection firebase-auth

movietrailer's Introduction

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'
    

movietrailer's People

Contributors

r4m-rufat avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.