Skip to content

Android application that aims to be a sandbox to try new things and figure stuff out.

Notifications You must be signed in to change notification settings

Garguy/My-Playground-App

Repository files navigation

Android Playground

Description

This project is an Android application that aims to be a sandbox to try new things and figure stuff out.

Tech stack & Open-source libraries

  • Minimum SDK level 24
  • 100% Kotlin based + Coroutines + Flow for asynchronous.
  • Hilt for dependency injection.
  • 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.
  • Architecture
    • MVVM Architecture (View - ViewModel - Model) MyCarrierAppFlow
  • 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.

Usage

  1. Open project in Android Studio and run it with emulator or device connected to the internet
  2. Sign up with name, email, password, after app will auto log you in and take you to Home screen

Support

If you encounter any issues or have questions about the app, please contact Adam.

License

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

LICENSE

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.

About

Android application that aims to be a sandbox to try new things and figure stuff out.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages