Said Tahsin Dane
Said Tahsin Dane
Thanks for investigating this @Mathreyu I think it is great and exactly what I was looking for. I think it really makes sense. Showing 2 times (event local/user local time)...
Shouldn't the interface definition should be like with void return. ``` @GET("/") void postCityWeather( Callback callback ); ```
This crash was from the production app. It can not be a Clean/Build problem.
It happened only once yesterday in the new version of the app where I use the new version of the library. We are doing a staged rollout with only 5%...
This is a great application and I have a list of things to contribute as well. It would really help if the repo is up to date.
@tunitowen Please update the repo and others will work on it.
As far as I see they just forked the repo and republished it. Don't think the license (or lack of it) in this repo allows that legally. I created an...
Actually we can do it using [BackupManager](http://developer.android.com/reference/android/app/backup/BackupManager.html) very very easily.
Cloud save is actually very good but the app will look like a Game. When the user logins, it all says Game everywhere. I think the BackupManager is very good....
Actually, we can force a sync of the data after a settings in a SharedPreferences is changed when we use BackupManager.