itszechs / Wi-FiSignalStrength

Simple app using Flow and Jetpack Compose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WiFi Signal Strength

A small demo application based on modern Android application tech-stacks and MVVM architecture.
This project is for focusing especially on the new library Jetpack Compose for implementing layout.
Also using Kotlin Flow via repository pattern.


Download

Go to the Releases to download the latest APK.

Tech stack

  • Minimum SDK level 25
  • Kotlin
  • Coroutines
  • Flow
  • JetPack
    • Lifecycle - dispose of observing data when lifecycle state changes.
    • ViewModel - UI related data holder, lifecycle aware.
  • Architecture
    • MVVM Architecture
    • Repository pattern
  • Jetpack Compose

MAD Score

About

Simple app using Flow and Jetpack Compose


Languages

Language:Kotlin 100.0%