awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pushtorefresh avatar

pushtorefresh/storio

0
View on GitHub↗
2,529 estrellas·182 forks·Java·Apache-2.0·2 vistas

Storio

Reactive API for SQLiteDatabase and ContentResolver.

Features

  • Persistence - API for SQLiteDatabase and ContentResolver.
  • Reactive Libraries - Enables reactive database interactions for mobile applications.

Historial de estrellas

Gráfico del historial de estrellas de pushtorefresh/storioGráfico del historial de estrellas de pushtorefresh/storio

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Storio

Proyectos open-source similares, clasificados según cuántas características comparten con Storio.
  • square/sqlbriteAvatar de square

    square/sqlbrite

    4,529Ver en GitHub↗

    Sqlbrite is a reactive SQLite database manager and lightweight wrapper for Android. It functions as a reactive SQL library that converts standard SQLite queries into observable streams, allowing the application to emit new results automatically when underlying database tables change. The project provides a mechanism for tracking changes to specific database tables, triggering query refreshes without manual polling. It also includes an atomic transaction manager to group multiple SQL modifications into single units, ensuring data integrity and preventing redundant notifications. The library h

    Java
    Ver en GitHub↗4,529
  • greenrobot/greendaoAvatar de greenrobot

    greenrobot/greenDAO

    12,590Ver en GitHub↗

    greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides infrastructure for high-performance data persistence by translating data objects into database records and vice versa. The library implements a type-safe query builder for retrieving records across multiple entities using joins and relationship chaining. It also includes a security layer that provides full-disk encryption for the SQLite database to prevent unauthorized access to stored information. The system utilizes compile-time code generation to create mapping classes, avo

    Java
    Ver en GitHub↗12,590
  • jakewharton/rxbindingAvatar de JakeWharton

    JakeWharton/RxBinding

    9,578Ver en GitHub↗

    RxBinding is an Android UI binding library that transforms standard view listeners into RxJava observables. It serves as a bridge and reactive wrapper, converting user interactions and widget states into reactive data flows. The project enables the implementation of reactive programming patterns across Android system interactions. By treating UI interactions as data streams, it allows for the asynchronous handling of events to decouple the view layer from business logic. The library covers the conversion of UI events into streams, the management of widget states to trigger application update

    Kotlin
    Ver en GitHub↗9,578
  • f2prateek/rx-preferencesAvatar de f2prateek

    f2prateek/rx-preferences

    1,522Ver en GitHub↗

    Reactive SharedPreferences for Android

    Java
    Ver en GitHub↗1,522
Ver las 17 alternativas a Storio→

Preguntas frecuentes

¿Qué hace pushtorefresh/storio?

Reactive API for SQLiteDatabase and ContentResolver.

¿Cuáles son las características principales de pushtorefresh/storio?

Las características principales de pushtorefresh/storio son: Persistence, Reactive Libraries.

¿Qué alternativas de código abierto existen para pushtorefresh/storio?

Las alternativas de código abierto para pushtorefresh/storio incluyen: square/sqlbrite — Sqlbrite is a reactive SQLite database manager and lightweight wrapper for Android. It functions as a reactive SQL… greenrobot/greendao — greenDAO is an object-relational mapping library for Android that maps Java objects to SQLite databases. It provides… jakewharton/rxbinding — RxBinding is an Android UI binding library that transforms standard view listeners into RxJava observables. It serves… mcharmas/android-reactivelocation — Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum. objectbox/objectbox-java — ObjectBox Java is an embedded NoSQL object database for Java and Android that stores data objects directly without… f2prateek/rx-preferences — Reactive SharedPreferences for Android.