1. Task Manager App Layout Styling
2. Layout styling with Flexbox
3. Dividing vertical spaces for different section
4. Creating State Variables and Functions for Task and Tasklist
5. Adding new task and Showing all Tasks on screen
6. Styling the Task List section
7. Making content scrollable with ScrollView
8. FlatList vs ScrollView
9. Exploring FlatList and its usage
10. Creating new component Task Item
11. Creating new Add Task Component
12. Conditional or Dynamic Rendering
13. Implement the Tap functionality for deleting a Task
14. Implement Delete Task Logic
15. Adding Validation for Mandatory fields
16. Styling the Pressed Task
17. Adding Modal Popup for Adding New Task
18. Adding sliding animation to modal popup
19. Styling Modal - Part-1
20. Styling Modal - Part-2
21. Hide Modal on cancel
22. Adding Image to the App
23. Build and Generate APK file for testing and production