HW1 - Ghebrehiwet/AndroidAboutG GitHub Wiki

Let's make sure you're properly equipped for Android development by creating a simple application that displays a custom title, and your name, and any other fun facts about yourself, when the application runs.

Create a new project in Android Studio, with a name that will be appropriate as you extend the application throughout this course.

Select a minimum API level that works for at least 80% of Android devices. For now, it's ok to support just phones in portrait mode.

For now, your application should have a single main activity that displays your info on app launch.

Be sure to check your application in an Android virtual device (simulator) before committing to github and submitting the repository link in Canvas.