Android 9 Development Cookbook(Third Edition)
上QQ阅读APP看书,第一时间看更新

Getting ready

To keep things simple, we are going to use an intent object to start one of Android's built-in applications rather than create a new one. This only requires a very basic application, so start a new Android project with Android Studio and call it ActivityStarter.