Kotlin jetpack-pagination

Open-source Kotlin projects categorized as jetpack-pagination

Top 4 Kotlin jetpack-pagination Projects

  • Aurora

    Non-official Library Genesis (Libgen) Android mobile client. (by FunkyMuse)

  • Cinemax

    Cinemax is a Movies & TV Shows application for Android.

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • RickNMortyCompose

    A Jetpack compose android app based on Rick and Morty Graphql

  • Project mention: Facing the Monster: An Analgesic for Relayphobia | dev.to | 2024-04-08

    // /src/relay/environment.ts import { Store, RecordSource, Environment, Network, Observable, } from "relay-runtime"; import type { FetchFunction, IEnvironment } from "relay-runtime"; const fetchFn: FetchFunction = (params, variables) => { const response = fetch("https://rickandmortyapi.com/graphql/", { method: "POST", headers: [["Content-Type", "application/json"]], body: JSON.stringify({ query: params.text, variables, }), }); return Observable.from(response.then((data) => data.json())); }; export function createEnvironment(): IEnvironment { const network = Network.create(fetchFn); const store = new Store(new RecordSource()); return new Environment({ store, network }); }

  • Rick-Morty-Database

    This is an Android app for searching and filtering all the relevant information on characters / locations / episodes from the universe of "Rick and Morty" series

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Kotlin jetpack-pagination related posts

Index

What are some of the best open-source jetpack-pagination projects in Kotlin? This list will help you:

Project Stars
1 Aurora 453
2 Cinemax 228
3 RickNMortyCompose 25
4 Rick-Morty-Database 9

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