Intent filters for #android beginners

Read Time < 1 minute Much have been written and discussed about Intent filters and their types (explicit and implicit). I am just going to discuss their usage in basic/simple android applications. You don’t need to define any intent-filter (other that the launcher activity) if your application doesn’t call external intents e.g reading contacts, and you are not intended to receive …

Intent filters for #android beginners Read More »