FabianTerhorst / ApiClient

A easy to use api client that combines the power of Retrofit, Realm, Gson, Rxjava and Retrolambda in a easy to use library for Java and Android
Apache License 2.0
96 stars 16 forks source link

There is no documentation or introduction as to what this ApiClient actually do! #10

Closed ahmadalibaloch closed 8 years ago

ahmadalibaloch commented 8 years ago

Why are you combining retrofit and webapi with realm. Does this serve data from realm when offline and from webapi when online?

FabianTerhorst commented 8 years ago

Is instantly loading the data from realm while refreshing the data with retrofit. The refreshed data will saved and will update the observable.

ahmadalibaloch commented 8 years ago

Still confusing, and the purpose of this issue was to add introduction in the Readme file.

I can easily load data from server using retrofit and save into a realm database. Why are you combining both? We don't know about this library so elaborate a little what is the problem this library solves?

Do you have an accompanying article on Medium etc?

FabianTerhorst commented 8 years ago

I just moved some classes out of an internal project and created an library out of this.