Index of Android Development #
- 1. Basics - Android UI
- 2. Basics - User Input
- 3. Basics - Multiscreen Apps
- L1 - Intents and Activities
- 1. Intro
- 2. Android app directory structure
- 3. Overview of the App
- 4. Gradle files
- 5. Create New Activities
- 6. AndroidManifest.xml file
- 7. Use an Intent to open another Activity
- 8. Implicit vs Explicit Intents
- 9. Modifying the label(heading)
- 10. Event Listeners - Intro
- 11. Event Listeners in Android - Details
- 12. Why use interfaces
- 13. How to setup an event listener
- Conclusion
- L2 - DS, loops and custom classes
- 1. Course Map
- 2. Add views using Java
- 3. Memory is Limited
- 4. View Recycling
- 5. Analogy for ListView
- 6. ListView and Array Adapter
- 7. Code for ListView and ArrayAdapter
- 8. Custom Adapter - Concept
- 9. Custom Adapter - Concept
- 9. Custom adapter - Practical
- 10. Completing changes for all sections
- zConclusion
- L3 - Report Card app
- L4
- 1. Lesson Intro
- 2. Scoping out work for a new feature
- 3. What Order to make changes in
- 4. Modify list item layout
- 5. Assets
- 6. Modifying the Word class
- 7. Modifying WordAdapter class
- 8. Hiding the image in the PhrasesActivity
- 9. Visual Polish
- 10. Different colors for each activity
- 11. Playing Audio
- 12. Adding audio
- 13. Trying out audio playback
- 14. MediaPlayer class
- L1 - Intents and Activities
- Home