Kotlin hilt-compose

Open-source Kotlin projects categorized as hilt-compose

Kotlin hilt-compose Projects

  • 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 }); }

  • 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
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 hilt-compose related posts

  • Facing the Monster: An Analgesic for Relayphobia

    2 projects | dev.to | 8 Apr 2024
  • GraphQL Code Generator with TypeScript, React and Apollo Client

    1 project | dev.to | 29 Dec 2023
  • How to upskill my API Testing.

    2 projects | /r/softwaretesting | 8 Jun 2023
  • Getting started with Postman for GraphQL

    1 project | dev.to | 7 Apr 2023
  • When I export my next.js app as a static build, my dynamic routes fail. Is there a way to alter my code so they work in a static site?

    2 projects | /r/nextjs | 1 Dec 2022
  • A note from our sponsor - SaaSHub
    www.saashub.com | 5 May 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

Project Stars
1 RickNMortyCompose 25

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