title | type | duration | creator |
---|---|---|---|
Notifications Homework |
lab |
1:00 |
James Davis (NYC) |
Note: This is a pair programming exercise.
You just learned how to show app notifications. For this homework, you are given a handful of notifications from professional apps. Your mission is to make these notifications, or at least make them as closely as possible. You don't have to make the icons exactly the same, or have them all the same size.
Below, you should find 9 types of notifications. Many are very similar.
If you are on a team of two, you are expected to create 6 of the notifications. If you are on a team of three, you are expected to create all 9 notifications.
You will have to create an activity with 9 buttons. In the end, clicking on each botton will show a new notification.
The bonus is to implement the final notification with a custom layout.
- An activity that has 9 buttons, with each button showing the different notifications.
Bonus:
- For the notifications that have actions, have them open a new activity.
- Implement the music playing notification. The notification buttons do not have to do anything.
An Android Studio project of the described app, with at least one screen with at least 9 buttons that show different notifications.