To start a new activity in Android , do I need to use intents? -


if want start new activity after user selects item list , have use intents?

yes. way start activity use startactivity() (or startactivityforresult()), , each takes intent.


Comments

Popular posts from this blog

javascript - ScrollTo Effect (href to div) -

javascript - ng-class not responding to change in model in Angular? -

javascript - document.registerElement extending HTMLInputElement prototype while using custom tag name to avoid implicit browser style -