Kotlin jetpack-pagination

Open-source Kotlin projects categorized as jetpack-pagination

Top 4 Kotlin jetpack-pagination Projects

jetpack-pagination
  • Aurora

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

  • CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  • Cinemax

    Cinemax is a Movies & TV Shows application for Android.

  • RickNMortyCompose

    A Jetpack compose android app based on Rick and Morty Graphql

    Project mention: How to Integrate GraphQL in Next JS using Apollo Client | dev.to | 2024-11-13

    // ./apollo-wrapper.tsx "use client"; import { ApolloLink, HttpLink } from "@apollo/client"; import { ApolloClient, ApolloNextAppProvider, InMemoryCache, SSRMultipartLink, } from "@apollo/experimental-nextjs-app-support"; function makeClient() { const httpLink = new HttpLink({ uri: "https://rickandmortyapi.com/graphql", }); return new ApolloClient({ cache: new InMemoryCache(), link: typeof window === "undefined" ? ApolloLink.from([ // in a SSR environment, if you use multipart features like // @defer, you need to decide how to handle these. // This strips all interfaces with a `@defer` directive from your queries. new SSRMultipartLink({ stripDefer: true, }), httpLink, ]) : httpLink, }); } export function ApolloWrapper({ children }: React.PropsWithChildren) { return ( {children} ); }

  • 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 discussion

Log in or Post with

Kotlin 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 in Kotlin? This list will help you:

Project Stars
1 Aurora 477
2 Cinemax 248
3 RickNMortyCompose 26
4 Rick-Morty-Database 9

Sponsored
CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai

Did you konow that Kotlin is
the 16th most popular programming language
based on number of metions?