Teaser Image
MakinGIANTS

MakinGIANTS

The findings and tips records of an Android-iOS-TheWholeShabang group

  ·     ·     ·   About

Fix onActivityResult not called in the Fragment / Delegate onActivityResult to each Fragment

Get the list of fragment and call each one with the parameters :P

03 March 2016

Fix first time with shared element transition theres no animation using picasso or oher image loading lib (dont work)

You need to call supportPostponeEnterTransition() on create to wait until Picasso have the image loaded and then start the posponed animation with supportStartPostponedEnterTransition.

03 March 2016

faster/boost gradle builds (2/2) - enjoy local cache

If you want to know another tip to boost gradle builds check faster/boost gradle builds (1/2) - enjoy multiprocess

29 February 2016

faster/boost gradle builds (1/2) - enjoy multiprocess

Check if you want to know more tips check faster/boost gradle builds (2/2) - enjoy local cache

29 February 2016

How to upload a file with retrofit without using Multipart

Just need to use a @Body param with a TypedFile:

24 February 2016
← Older posts Page 3 of 37 Newer posts →
All content copyright Daniel Gomez Rico © 2022 • All rights reserved.
Made with Jekyll