android programming

Android Development Tip

Something I discovered recently that bears writing down: you can define all the handlers and actions you want in your code but if you don't actually list them in your android manifest, then you can't dispatch intents to them.

Syndicate content