Android Quick Tips #7 — Intents
We've been through various Android Quick Tips. This week we'll focus on Intents. {{outline}} Internal use of startActivityForResult() Every Android developer is aware of the startActivityForResult(Intent i) to call external apps to do something specific and get the result back, like calling the camera app to take a photo. …
Continue Reading