Skip to content

PlayAndroid app using Jetpack compose based on modern Android tech-stacks and MVI architecture.Example of Android App in jetpack compose

License

Notifications You must be signed in to change notification settings

yellowhai/PlayAndroid

Repository files navigation

PlayAndroid


Jetpack-compose App for Android,Navigation Easy to implement an App with only one Activity,MVI one-way data flow, DataStore data storage, paging3 page list loading, dynamic theme night dark mode


License API

Download

Go to the Releases to download the latest APK.

Screenshots

Tech stack & Open-source libraries

  • Minimum SDK level 21
  • 100% Kotlin based + Coroutines + Flow for asynchronous.
  • 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.
    • App Startup - Provides a straightforward, performant way to initialize components at application startup.
    • Paging3 - Paging list data display
    • DataStore - Store data asynchronously, consistently
  • Architecture
    • MVI Architecture (Declarative Model-View-Intent)
  • Material Design & Animations
  • Accompanist - A collection of extension libraries for Jetpack Compose.
  • Landscapist - Jetpack Compose image loading library with shimmer & circular reveal animations.
  • Retrofit2 & OkHttp3 - construct the REST APIs and paging network data.
  • XXPermissions - Permission request framework
  • Material Dialogs - User dialog box display
  • LitePal - Local database management

License

Designed and developed by 2021 yellowhai (https://github.com/yellowhai/PlayAndroid)

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.

Releases

No releases published

Packages

No packages published

Languages