The document describes 5 practical Android projects:
1. Create a "Custom Message" app to display text in black on a yellow background.
2. Build an app to calculate the sum of two numbers and display the result in a toast notification.
3. Develop an app that displays the current time in a toast every 5 seconds.
4. Build a temperature converter app that switches between Celsius and Fahrenheit.
5. Code a login app that handles successful/failed login and disables the button after 3 attempts.