apollo3-android-sample

sample android apollo3 client app (by erdo)

Apollo3-android-sample Alternatives

Similar projects and alternatives to apollo3-android-sample

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better apollo3-android-sample alternative or higher similarity.

apollo3-android-sample reviews and mentions

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:

Stats

Basic apollo3-android-sample repo stats
2
4
0.0
about 2 years ago

erdo/apollo3-android-sample is an open source project licensed under Apache License 2.0 which is an OSI approved license.

The primary programming language of apollo3-android-sample is Kotlin.


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