Carlos A. Escobar
Carlos A. Escobar
@fernandospr Try to switch your GoogleApiClient instance to automanage, it will fix the leak.
Sorry, I meant: use the "enableautomanage" method of the GoogleApiClient, ex: GoogleApiClient mGoogleApiClient = new GoogleApiClient.Builder(this) .enableAutoManage(this /* FragmentActivity */, this /* OnConnectionFailedListener */) El 12 dic. 2016 16:12, "Jose...
@ryanthon no fixes from Google Play S. team, but you can use @byencho approach.
Thanks for suggesting shelf, how do you thing it can be use in this project?
try populating the recyclerview at launch with fake data while the real data is coming. Edit: I tried a workaround, I have created several views that simulate my RECYCLER and...
@zhubinsheng what's your question or issue?
Oh, we're using this package with LabsMobile provider, I can try to maintain this provider, if you want.
Laravel 5 support?
When done?