Skip to content

mshearer123/HelloApolloAndroid

 
 

Repository files navigation

HelloApolloAndroid

This is modified version of apollo-android sample app with all the bug fixes. https://github.com/apollographql/apollo-android

Why use this ?

Current appolo android sample app is does't work properly, first it refers all the dependecies locally by referencing the project. Second it has issues in running the app with current server returning null for 1 query.

What is added

  • I removed all the local dependcies and updated it to point to actual apollo android dependcies from mvn central.
  • Fixed the compilation issue with other RX dependecny.

This is just an attempt to provide a working android app with very simple hello world intergation of apollo android client. For more info on apollo android please check https://github.com/apollographql/apollo-android

About

This is modified version of apollo-android sample app with all the bug fixes. https://github.com/apollographql/apollo-android

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%