Get user input in an app: Part 2

Add visual polish to the Tip Calculator app to create a better user experience.

 

Change the app theme

Codelab

Choose colors for your app and apply them consistently throughout your app using themes.

Change the app icon

Codelab

Change the launcher icon for your app with the help of the Image Asset Studio tool in Android Studio.

Create a more polished user experience

Codelab

Update your tip calculator app to look more professional and polished by following Material Design guidelines and best practices for UI development.

Write Instrumentation Tests

Codelab

Learn what instrumentation tests look like, how to write instrumentations tests, and how to run them.