SaaSHub helps you find the best software and product alternatives Learn more →
Android-showcase Alternatives
Similar projects and alternatives to android-showcase
-
intellij-plugins
Open-source plugins included in the distribution of IntelliJ IDEA Ultimate and other IDEs based on the IntelliJ Platform
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
-
sunflower
Discontinued A gardening app illustrating Android development best practices with migrating a View-based app to Jetpack Compose.
-
-
MVI-Coroutines-Flow
Play MVI with Kotlin Coroutines Flow | MVI pattern on Android using Kotlin Coroutines Flow | Dagger Hilt DI | Koin DI | SharedFlow | StateFlow | Arrow.kt Android Sample
-
Inure
An elegant and beautiful premium Android app manager for rooted and non-rooted devices with a built-in terminal, analytics, debloat, stats and various other features with an custom theme engine, developed with purely custom UI design and reproducible build.
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
whatsApp-clone-compose
📱 WhatsApp clone project demonstrates modern Android development built with Jetpack Compose and Stream Chat/Video SDK for Compose.
-
Learn-Jetpack-Compose-By-Example
🚀 This project contains various examples that show how you would do things the "Jetpack Compose" way
-
-
Jetpack-Compose-Playground
Community-driven collection of Jetpack Compose example code and tutorials :rocket: https://foso.github.io/compose
-
konsist
Konsist is a powerful static code analyzer tailored for Kotlin, focused on ensuring codebase consistency and adherence to coding conventions.
-
-
-
jetpack-autoloader
[READ ONLY] Autoloader for Jetpack. This repository is a mirror, for issue tracking and development head to: https://github.com/automattic/jetpack
-
stream-slack-clone-android
📱 A chat demo app built with Jetpack Compose and Stream Chat SDK following clean architecture principles.
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
android-showcase discussion
android-showcase reviews and mentions
-
Refactoring Multi-Module Kotlin Project With Konsist
Android-Showcase (Android project using Konsist)
-
API call from ViewModel constructor or dedicated public method
In a typical app that fetches data from API (without using Flows), do you prefer to fetch data in a ViewModel constructor (init) or have a dedicated public method called from view (e.g. onViewCreated -> viewModel.onEnter). Here is example of the second approach from the Showcase app (see the onEnter method): https://github.com/igorwojda/android-showcase/blob/main/feature_album/src/main/kotlin/com/igorwojda/showcase/feature/album/presentation/screen/albumlist/AlbumListViewModel.kt
-
Is Jetpack Compose ready for production development?
Compose Example App
-
Anyone here who has bought Philipp Lackner's course for developing multi-module apps?
They probably want you to do a module split like in https://github.com/chrisbanes/tivi or https://github.com/igorwojda/android-showcase, but what they probably don't realize is that modularization is a trade-off, namely greatly increased build configuration complexity for... well, having modules.
-
Learning from sample apps ?
I think this project is much better for learning as it promotes clean architecture apart from android architecture: https://github.com/igorwojda/android-showcase
-
Been out of Android dev for a few years. What's the most important things for me to read up on?
Some repos here: https://github.com/igorwojda/android-showcase
-
What are the pros of going with Jetpack's Navigation Component?
That debounce thing is real, no wonder I've seen many sample apps using similar approach to denounce click listener. Do you know why the crash happens?
-
A note from our sponsor - SaaSHub
www.saashub.com | 30 Apr 2025
Stats
igorwojda/android-showcase is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of android-showcase is Kotlin.
Popular Comparisons
- android-showcase VS Inure
- android-showcase VS MVI-Coroutines-Flow
- android-showcase VS sunflower
- android-showcase VS red-moon
- android-showcase VS whatsApp-clone-compose
- android-showcase VS jetpack-autoloader
- android-showcase VS konsist
- android-showcase VS KotlinReactNativeApp
- android-showcase VS stream-slack-clone-android
- android-showcase VS Jetpack-Navigation-Multistack-Example