apollo3-android-sample VS compose-samples

Compare apollo3-android-sample vs compose-samples and see what are their differences.

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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
apollo3-android-sample compose-samples
2 101
4 18,917
- 1.9%
0.0 9.7
about 2 years ago 1 day ago
Kotlin Kotlin
Apache License 2.0 Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

apollo3-android-sample

Posts with mentions or reviews of apollo3-android-sample. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-31.
  • Any good examples of manual dependency injection?
    4 projects | /r/androiddev | 31 Jan 2022
    I use manual DI whenever I don't want to force Koin or Dagger on a project, or I want to keep things super simple. This method gives you either single instance or factory, no lazy initialization, and no scoping (you'd have to add the ViewModel scoped stuff) simple app that has it: https://github.com/erdo/persista/tree/main/example-app/src/main/java/foo/bar/example (dependencies constructed here): https://github.com/erdo/persista/blob/main/example-app/src/main/java/foo/bar/example/OG.kt (getting the dependencies into your UI here): https://github.com/erdo/persista/blob/main/example-app/src/main/java/foo/bar/example/ui/wallet/WalletsActivity.kt ``` private val wallet: Wallet = OG[Wallet::class.java] ``` another larger app example: https://github.com/erdo/apollo3-android-sample It looks quite like a ServiceLocator but the difference is these things are not statically referenced and can easily be mocked in tests
  • Android: Apollo3 and GraphQL
    1 project | dev.to | 19 Oct 2021
    Go ahead and clone the sample app, but the basic steps if you're doing it for your own app are:

compose-samples

Posts with mentions or reviews of compose-samples. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-28.

What are some alternatives?

When comparing apollo3-android-sample and compose-samples you can also consider the following projects:

MPAndroidChart - A powerful 🚀 Android chart view / graph view library, supporting line- bar- pie- radar- bubble- and candlestick charts as well as scaling, panning and animations.

filament - Filament is a real-time physically based rendering engine for Android, iOS, Windows, Linux, macOS, and WebGL2

Flutter - Flutter makes it easy and fast to build beautiful apps for mobile and beyond

MVICore - MVI framework with events, time-travel, and more

android-mvvm-dagger-rxjava-retrofit - A sample project which demostrate use of MVVM and Dagger 2 with RxJava2 along with Retrofit

Decompose - Kotlin Multiplatform lifecycle-aware business logic components (aka BLoCs) with routing (navigation) and pluggable UI (Jetpack Compose, SwiftUI, JS React, etc.)

molecule - Build a StateFlow stream using Jetpack Compose

badass-runtime-example-kotlin-tornadofx - Using the Badass Runtime Plugin with Kotlin and tornadofx

old-reddit-redirect - Ensure Reddit always loads the old design

Coil - Image loading for Android and Compose Multiplatform.

accompanist - A collection of extension libraries for Jetpack Compose

tivi - Tivi is a TV show tracking Android app, which connects to trakt.tv