Yacine is working as an Android Developer Advocate at Google, helping to make Android the best mobile platform for developers.
His focus is the developer experience across the whole ecosystem, from the expert to the beginner. He worked previously at IBM
as a developer advocate and as full stack developer in several startups. He’s currently living in London, UK.
Yacine Rezgui
Android developer advocate at Google
From Scoped Storage to Photo Picker: Everything to know about Storage
Persistence is a core element of every mobile app.
Android provides different APIs to access or expose files with different tradeoffs.
- Should you request WRITE_EXTERNAL_STORAGE?
- How can you modify an image on the shared storage?
- Do you need a file provider?
You’ll be able to understand the key concepts of storage and take advantage of recent APIs to improve both your developer productivity and users' privacy.