android-minimalist-template

By smuzani

Android-minimalist-template Alternatives

Similar projects and alternatives to android-minimalist-template

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better android-minimalist-template alternative or higher similarity.

android-minimalist-template reviews and mentions

Posts with mentions or reviews of android-minimalist-template. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-27.
  • Ask HN: Is Android development a thing of the past?
    2 projects | news.ycombinator.com | 27 Dec 2023
    "I haven't seen excitement around any product and ecosystem launched since 2018 except flutter and Firebase."

    Hard disagree, lol. Android Jetpack was launched in 2018. It was basically the second generation of Android development, it was a proper "tech stack" instead of everyone cobbling together third party libraries. Architectures switched over to the one true MVVM, instead of being this mess of MVC, MVP, etc.

    Jetpack Compose is pretty amazing, it cut down our LOC by about half because we don't need adapters for every list. Kotlin coroutines & flow is nice. You get reactive programming, no more complex nested if/else conditions. We're not using Fragments or Activities much now either, navigation is via Compose, meaning DI is less necessary. So builds can be much faster too with a 2023 stack, and you can get UI changes rendered in the emulator immediately without even needing to update the build.

    Here's a modern stack I made, should be able to spin up an app in an hour, and it shouldn't be too hard to read the code: https://github.com/smuzani/android-minimalist-template

    Or if you want something production, Stripe's code is one of my favorites: https://github.com/stripe/stripe-android

    Jetpack has some dark moments though, but that's a story for another day.

Stats

Basic android-minimalist-template repo stats
1
1
6.2
18 days ago

smuzani/android-minimalist-template is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of android-minimalist-template is Kotlin.


Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com