There are no reviews yet. Be the first to send feedback to the community and the maintainers!
simple-stack
[ACTIVE] Simple Stack, a backstack library / navigation framework for simpler navigation and state management (for fragments, views, or whatevers).guide-to-kotlin
[GUIDE] This tutorial assumes all you know is Java, but you want to learn Kotlin.jetpack-navigation-ftue-sample
[DEMO] Sample code to display "First-Time User Experience" in a Single-Activity app using Jetpack-Navigation, NavGraphs, Dagger, SavedStateHandle, Hilt, and EventEmitter - based on the FTUE example code in simple-stack-tutorials, but originally described by Google.fragmentviewbindingdelegate-kt
[ACTIVE] A delegate for making managing the ViewBinding variable in a Fragment simpler.flowless
[DEPRECATED] Based on Flow 1.0-alpha. To keep your life simple, use zhuinden/simple-stack instead.espresso-helper
[STAGNANT?] Collection of Kotlin helpers for Espresso.simple-stack-compose-integration
[ACTIVE/BETA] Compose integration for Simple-Stack.realm-monarchy
[ACTIVE-ISH] A wrapper over Realm which exposes it as LiveData, managing Realm lifecycle internally.livedata-combinetuple-kt
[ACTIVE] Helper function to combine LiveData into tuples.realm-book-example
This is an example rewrite of AndroidHive's messy tutorial, accompanying the following article on Realm.event-emitter
[ACTIVE] The event emitter allows you to register multiple observers, but enqueue events while there are no observers.live-event
[ACTIVE] Lifecycle-aware wrapper over EventEmitter, for modelling one-off events.mvvm-aac-rxjava-retrofit-room
[DEMO] MVVM, AAC (ViewModel), RxJava2, Retrofit, RoomBottomNavChildFragmentExample
An example showing how to use bottom navigation with child fragments.Jetpack-Navigation-Hilt-MultiModule-Example
A simple example showing multi-module navigation with safeargs and jetpack navigation.ViewBindingExample
An example of using ViewBinding in Activity/Fragment.Jetpack-Navigation-Multistack-Example
[DEMO] An example using Jetpack Navigation and bottom nav multi-stack using child fragments.service-tree
[ABANDONED] A tree that stores services in its node for a given key, and allows traversing them.flow-combinetuple-kt
[ACTIVE] Helper function to combine Flow into tuples.simple-stack-tutorials
[MOVED] Guide was merged into `simple-stack` repository.state-bundle
[ACTIVE] A non-Android Parcelable replacement for Bundle.simple-stack-ftue-sample
[DEMO] Sample code to display "First-Time User Experience" in a Single-Activity app using Simple-Stack, based on the "Conditional Navigation" section by Google.realm-helpers
[ABANDONED] A collection of helpers that are still all in an early stage, but some people could consider them helpful.MortarFlowSetup
OBSOLETE: USE `simple-stack` instead!sync-timer-app
[APP] Sync Timer allows multiple people to join, and see a shared countdown. It stops if someone stops it.DaggerViewModelExperiment
[DEPRECATED, EXPERIMENT] This is a PoC example for app->activity->fragment subscoping with Subcomponents + ViewModel by SavedStateHandle (using AutoFactory). You shouldn't use this setup, because it breaks scoping. Refer to https://github.com/Zhuinden/jetpack-navigation-ftue-sample for a proper setup.jetpack-navigation-ftue-compose-sample
[DEMO] FTUE sample using Jetpack Navigation's Navigation-Compose, ViewModel, SavedStateHandle, Hiltcommand-queue
[ACTIVE] A queue with a single receiver and if there is no receiver, the commands are enqueued.android-dev-challenge-compose-design
room-live-paged-list-provider-experiment
An experiment with using Room and LivePagedListProvider.navigator
[RELOCATED] The contents of this repository were merged into simple-stack 1.5.0.tuples-kt
[ACTIVE] Tuples from 4 to 16 arity in Kotlin.realm-auto-migration
[ABANDONED] Automatic migration from the currently existing schema to the currently existing model classes.flow-ziptuple-kt
[ACTIVE] Helper functions to zip Flows into 3 to 11 arity tuples, and to array.single-activity-instant-app-example
This is an experiment to set up a "single-activity" app in an instant-app setup.compose-adopt-a-dog
Submission for #AndroidDevChallenge Week 1.singleton-realm-manager
[MOVED] Moved to Realm-Helpers. The RealmManager class allows opening/closing the Realm instance, but also obtaining it without incrementing the cache's reference count.livedata-combineutil-java
[ACTIVE] Helper function to combine LiveDatas.rx-combinetuple-kt
[ACTIVE] Helper function to combine RxJava observables into tuples.realm-databind-experiment
Making Realm work with Databinding.android-dev-challenge-compose-clock
rx-realm-recyclerview-experiment
Checking out RX with RecyclerView and Realm.MortarFlowInitialDemo
OBSOLETE: USE `Flowless` instead!compose-simple-stack-experiment
Initial experiment with Compose + Simple-Stack.livedata-validateby-kt
[ACTIVE] Helper functions to combine multiple boolean streams into a single boolean.flow-validateby-kt
[ACTIVE] Helper function for Flow, to combine multiple boolean values into a single boolean.simple-stack-extensions
Extensions for the simple-stack library.ExampleGithubClient
[DEPRECATED] This is an MVP example for Flowless, using Dagger2 subscoping and RxJava Single.simple-stack-ftue-compose-sample
[DEMO] Simple-stack FTUE sample using Compose integration (and Rx)rx-validateby-kt
[ACTIVE] Helper to combine multiple boolean streams for simple validation.navigation-example
Navigation example using simple-stack.simple-stack-multi-module-experiment
[EXPERIMENT] Experiment with simple-stack + Views in a multi-module setting using Dagger.AndroidDiceGame
Just a very simple sample project based on a Verilog homework I had a while ago, for experimentations.scope-manager
[OBSOLETE] This will never happen.AndroidReactor
AndroidReactor is a framework for a reactive and unidirectional Android application architecture.FirstTestingApp
This is a repository in which I'm trying to get testing to work. Not much here yet.realm-samples
[TODO] Realm sample codes for tutorials (currently in production). Check back later!ButtonShadowGravityProblem
This is so that Reddit can look at it and see how changing the gravity breaks the line at the bottom of the button. SPOILERS: The answer was `scrollX=594742`.angular-first-app
First app with Angular4, following a tutorial and stuff.vanilla-cat-example
An example without Dagger2, but with Retrofit and raw android SQLite. Not a good example, though. Too much hackery.validationk
[NONSENSE] ValidationK: A library that I'm not sure is needed by anyone (from the future: no), but it lets you chain predicates.flow-sample
Flow-Sample by SquareCasterIO-Simple-Stack
Sample code for Caster.io's Simple-Stack samples.Love Open Source and this site? Check out how you can help us