8000 GitHub - jeevansirela/Plasma: A Benchmark Android Application using latest Android components, which displays trending movies/tv shows, search movies and TV Shows and also add them watchlist based on logged in credentials , also view entire cast of Movies/TV shows.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

A Benchmark Android Application using latest Android components, which displays trending movies/tv shows, search movies and TV Shows and also add them watchlist based on logged in credentials , also view entire cast of Movies/TV shows.

License

Notifications You must be signed in to change notification settings

jeevansirela/Plasma

 
 

Repository files navigation

Plasma

🚧 Work In Progress 🚧

100% Kotlin ❤️❤️

This Benchmark App is built using latest Android tools and Jetpack libraries which includes

  • Jetpack Compose
  • Jetpack DataStore
  • Jetpack Room
  • Kotlin Coroutines
  • Android Architecture Components( LifeCycle, ViewModel and LiveData)
  • Coroutine Flows
  • Dagger Hilt
  • Navigation UI
  • Single Activity Architecture
  • MVVM Architecture

Works on Android Studio 4.2 Canary 14, gradle 4.2.0-alpha14

This App demonstrates combination of below features

  • Jetpack Compose
    • TextField
    • OutlinedTextField + Password Visual Transformation
    • TextField With Hint
    • Error messages for TextField(EditText)
    • Background Gradient
    • Alpha and Translate Animation
    • LazyColumnFor with pagination
    • LazyGrid with pagination
    • LazyRowFor
    • FlowRow
    • ScrollableColumn
    • Theming, Styling ,Custom Fonts
    • Day/Night Support
    • ComposeView
    • Modifiers
    • Alert Dialog
    • Text Animation
  • Navigation UI with BottomNavigationBar
  • Navigation Directions and Safe Args
  • Navigation UI DeepLinks
  • GlideImage
  • Page State handling based on State
  • StateFlows
  • Preferences with Jetpack DataStore(sync and async)
  • Multi Module
  • ViewModelInject
  • KenbunsView with Compose

Data

All the user credentials and Watchlist are saved Locally in Client SQLite Database for now. The data for movies/TV shows are fetched from TheMovieDB open API.

How to Use

Fork this project, Use Android studio 4.2+ and get your own Api key from TheMovieDB, and place it at NetworkModule(line:18), build and start using the app.

About Me

Android Developer with passion towards technology, trying to solve real life problems in a best possible way with Awesome Tech in Hand. I ❤️ Kotlin

Connect with Me

About

A Benchmark Android Application using latest Android components, which displays trending movies/tv shows, search movies and TV Shows and also add them watchlist based on logged in credentials , also view entire cast of Movies/TV shows.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%
0