README
1. Basics Android UI
0 index
L0 About Android
0 index
L1 Building Layouts
1. Views
2. IDE and XML
3. XML Syntax
0 index
4. dp units
0 index
5. wrap content
6. colors
7. sp units
8. Some attributes
0 index
L2 Building Layouts 2
1. View groups
0 index
2. XML namespace declaration
0 index
3. match parent
0 index
4. layout weight
0 index
5. RelativeLayout
0 index
6. Padding and Margin
0 index
wqeqewqwe
zConclusion
L3 Practice Building Layouts
0 index
1. Troubleshooting
2. Hello World App
0 index
3. Birthday Card App
0 index
Attributes learned
4. Overlapping Views
0 index
5. Project
0 index
2. Basics User Input
0 index
L1 Activities
0 index
1. Make the layout
0 index
2. Activities
0 index
3. Displaying text using Java
0 index
L1 Making An App interactive 1
L2 Making An App interactive 2
L2 Nested ViewGroups
0 index
1. Changing the layout
0 index
2. Nested Viewgroups
0 index
L3 Making an App Interactive 3
L3 Steps for making an app
0 index
1. Making the layout
0 index
L4 Details of an Android app
0 index
1. Anatomy of an Android app
2. Resource IDs
0 index
2. Resources
0 index
3. Relation between Java and XML
0 index
4. Java objects
0 index
5. setContentView method
0 index
6. Capturing views
0 index
7. Get data from views
8. Logging events
L4 Details of the workflow
L5 More details
0 index
1. CheckBox
0 index
10. Final Lecture
2. RadioGroup
0 index
3. Scrolling
0 index
4. Googler suggestions
5. TextInput
0 index
6. Intent
0 index
7. Localization
0 index
8. Styles
0 index
9. Themes
0 index
3. Basics Multiscreen Apps
0 index
L1 Intents and Activities
1. Intro
0 index
10. Event Listeners Intro
0 index
11. Event Listeners in Android Details
0 index
12. Why use interfaces
13. How to setup an event listener
0 index
2. Android app directory structure
0 index
3. Overview of the App
0 index
4. Gradle files
5. Create New Activities
0 index
xtra
6. AndroidManifest.xml file
7. Use an Intent to open another Activity
0 index
resources
8. Implicit vs Explicit Intents
0 index
9. Modifying the label(heading)
0 index
Conclusion
L2 DS, loops and custom classes
1. Course Map
10. Completing changes for all sections
0 index
2. Add views using Java
3. Memory is Limited
0 index
4. View Recycling
0 index
Questions
5. Analogy for ListView
6. ListView and Array Adapter
0 index
7. Code for ListView and ArrayAdapter
0 index
8. Custom Adapter Concept
0 index
9. Custom Adapter Concept
9. Custom adapter Practical
0 index
zConclusion
0 index
L3 Report Card app
0 index
1. Project Overview
2. Building the project
L4
1. Lesson Intro
0 index
10. Different colors for each activity
11. Playing Audio
12. Adding audio
13. Trying out audio playback
0 index
14. MediaPlayer class
2. Scoping out work for a new feature
0 index
3. What Order to make changes in
0 index
4. Modify list item layout
0 index
5. Assets
0 index
6. Modifying the Word class
0 index
7. Modifying WordAdapter class
8. Hiding the image in the PhrasesActivity
0 index
9. Visual Polish
0 index
Home
0. Prerequisites
0 index
1. Roadmap
0 index
road map android
2. Code
3. References
notebook
L1 - Making An App interactive 1
#
Created Wednesday 28 October 2020
…/_App_1