jetpack-pagination

Open-source projects categorized as jetpack-pagination

Top 4 jetpack-pagination Open-Source 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).

jetpack-pagination related posts

  • App to download books?

    2 projects | /r/fossdroid | 30 Mar 2023
  • Aurora - Unofficial Libgen client for downloading books without the hassle of having to use the browser. FOSS and regularly updated.

    1 project | /r/AppHunt | 2 Sep 2022
  • Open source Android projects with lots of Gradle modules

    2 projects | /r/androiddev | 7 Dec 2021
  • [OPEN SOURCE] Aurora, Libgen non-official mobile client

    1 project | /r/fossdroid | 4 Jul 2021

Index

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

Project Stars
1 Aurora 458
2 Cinemax 231
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