Skip to content

A demo app using compose and modern Android architecture recommended by Google team.

Notifications You must be signed in to change notification settings

pramodbharti/Filmo

Repository files navigation

Filmo

Filmo (WIP)


A demo app using compose and modern Android architecture recommended by Google team.


License API

Preview/Screenshot

Tech stack & Open-source libraries

  • Minimum SDK level 24
  • 100% Kotlin based + Coroutines + Flow for asynchronous.
  • TODO - Hilt for dependency injection.
  • JetPack
    • Jetpack Compose A modern toolkit for building native Android UI.
    • Lifecycle - dispose observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
    • TODO - Room Persistence - construct database.
  • Architecture
    • MVVM Architecture (Declarative View - ViewModel - Model)
    • Repository pattern
  • Material Design & Animations
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.

Find this repository useful? ❤️

Support it by joining stargazers for this repository. ⭐
And follow me for my next creations! 🤩

Contents Credits

All copyrights of the contents, concepts, and phrases used for this open-source project belong to IMDB.

License

Designed and developed by 2023 pramodbharti (Pramod Bharti)

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.