Gemini 2.0.0 indexed Simplifies building MVI architecture in Android, offering dependencies for different build configurations and providing a detailed store working scheme. Comprehensive documentation available in the wiki.
Bring this to kpkg
This library is indexed from the KMP ecosystem and already resolves through kpkg.dev's Maven Central proxy. Maintainers can verify the namespace and publish future versions to kpkg for free hosting, real download stats, and signed-provenance pages.
Publishing coming soonMetadata
Owner Hukumister
Stars 25
Used by —
Health —
License MIT License
Latest 2.0.0
Repository github.com/Hukumister/Gemini
Updated 2023-08-22 Readme Changelog Gemini
This library is designed to simplify build the MVI architecture in android.
Installing
Add the dependencies:
implementation("io.github.hukumister:gemini-core:${latest-version}")
releaseImplementation("io.github.hukumister:gemini-binder-android:${latest-version}")
debugImplementation("io.github.hukumister:gemini-binder-android-debug:${latest-version}")
Wiki
You can find wiki here https://github.com/HaronCode/Gemini/wiki
Store working scheme
Participants
idea, code and documentation - Zaltsman Nikita (@HaronCode)
review, code, writing unit tests - Kinayatov Dias (@kdk96)
License
MIT License
Copyright (c) 2020 Nikita Zaltsman (@HaronCode ) and Kinayatov Dias (@kdk96 )
Permission is hereby granted , free of charge , to any person obtaining a copy
of this software and associated documentation files (the "Software" ), to deal
in the Software without restriction , including without limitation the rights
to use , copy , modify , merge , publish , distribute , sublicense , and /or sell
copies of the Software , and to permit persons to whom the Software is
furnished to do so , subject to the following conditions :
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software .
THE SOFTWARE IS PROVIDED "AS IS ", WITHOUT WARRANTY OF ANY KIND , EXPRESS OR
IMPLIED , INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY ,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT . IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM , DAMAGES OR OTHER
LIABILITY , WHETHER IN AN ACTION OF CONTRACT , TORT OR OTHERWISE , ARISING FROM ,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE .
Related libraries Surfaced from shared tags and platforms — no rankings paid for.
Flywheel ★ 44
abhimuktheeswarar Simple, predictable state management library inspired by Flux, Elm, and Redux. Built on coroutines and structured concurrency. Highly extensible and adaptable for various architectures without platform-specific dependencies. Shared: redux, mvi, coroutines Mutator ★ 68
tunjid Library aids in managing state using unidirectional data flow principles, offering tools to mutate state over time via `StateMutator` implementations. Supports MVVM and MVI patterns. Shared: redux, mvi, coroutines flowdux ★ 3
chibimoons Redux-style state management: reducer pattern, middleware, execution strategies (takeLatest, debounce, throttle, retry), strategy chaining, error processors, time-travel debugging, and real-time WebSocket state synchronization with type-safe shared actions. Shared: redux, mvi, coroutines bipak ★ 35
nicolashaan Aims to simplify paging and data flow management across various UI patterns, supporting network or database data sources. Provides integration with Android RecyclerView, Jetpack Compose, SwiftUI, and UIKit. Shared: mvi, kotlin-flow koma ★ 34
koma-kt State management framework offering one-way data flow, immutable processing, explicit state transitions and state-machine DSL with enter/action/exit/recover, coroutine-based async, persistence, plugin-driven extensions, test-friendly. Shared: mvi, coroutines StelleMVI ★ 18
stellelibs Lightweight, expressive MVI architecture with minimal boilerplate, delivering unidirectional state management using flows, pure reducers, intents, effects, and modular integrations for UI, DI, use cases, dispatchers. Shared: mvi, coroutines