Skip to content

A demo app illustrating Android development with Kotlin, Android Jetpack, Coroutines, Flow, Clean Architecture

License

Notifications You must be signed in to change notification settings

chandra1234456/movies-jetpack-sample

 
 

Repository files navigation

Movies

State State State State

A demo Android app with:

  • Kotlin Flow.
  • Coroutines.
  • Jetpack Components: Paging, Navigation, WorkManager, Hilt.
  • Android KTK.
  • Clean Architecture.

Description

Find movies by name. See the details of the movie chose. You can add it as a favorite. List all the favorite movies you added.

Screenshots

Default Screen Search Screen Detail Screen Add to Favorite Screen Menu Screen Favorites Screen

Useful Resources for Learning

Kotlin Flow

kotlinlang.org link

Coroutines

kotlinlang.org link

Jetpack Components

Android Developers Website link

Samples

  • Sunflower: A Demo app uses many different Jetpack components to demonstrate Android development best practices. Checkout the code here.

Hilt

Main doc here

Clean Architecture

CleanArchitecture

Samples

MVVM

Conferences

Look inside Videos in www.droidcon.com website

Youtube Channels

Other samples

  • MVI - RxJava with modules as layers here
  • MVI - Kotlin Flow and modularization with dynamic features here
  • Compose with Atomic Design approach here

License

MIT License

Copyright (c) 2019 Angel Manuel Romero Alfonso

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

A demo app illustrating Android development with Kotlin, Android Jetpack, Coroutines, Flow, Clean Architecture

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%