ANDROID-PROG.AJ1
Android Programming for Beginners
Learn how to build mobile apps from scratch using Java programming.
- Practice in 35 Hands-On Labs — nothing to install
- 29 Interactive Lessons and 190 topics mapped to the official exam objectives
Beginner Self-paced · 1 year access
35 Hands-On LiveLabs
Practice real IT tasks in guided environments.
- Real environments
- Auto-graded
- No installation
01 / Skills you'll get
What you will be able to do
- Thorough grasp of Java syntax, and OOP concepts
- Expertise in using Android Studio and the Android SDK
- Follow UI design principles to create visually appealing user interfaces
- Understanding of data storage, retrieval, and persistence techniques
- Multimedia integration: adding images, sound effects, and animations
- Optimizing the app’s performance and user experience
- Identify and resolve app development issues
- Build unique and innovative app ideas
Course Highlights
-
29 Structured Lessons Comprehensive coverage of core course objectives
-
35 Hands-On LiveLabs Interactive guided scenarios with instant evaluation
-
1 Year Full Access Self-paced learning accessible anytime on all devices
02 / Lessons & labs
See exactly what you will learn and practice
Lessons
29 Interactive Lessons · 190 topics01 Introduction 3 topics +
- Who this course is for
- What this course covers
- Conventions used
02 Beginning Android and Java 12 topics · 1 LiveLab +
- Technical requirements
- What's new in the third edition?
- Why Java and Android?
- The beginner's first stumbling block
- How Java and Android work together
- Setting up Android Studio
- What makes an Android app?
- The structure of Android's Java code
- Building our first Android app
- Deploying the app so far
- Frequently asked questions
- Summary
1 LiveLab in this lesson — see the labs panel →
03 First Contact: Java, XML, and the UI Designer 8 topics · 2 LiveLab +
- Examining the logcat output
- Exploring the project Java and the main layout XML
- Adding buttons to the main layout file
- Leaving comments in our Java code
- Coding messages to the user and the developer
- Writing our first Java code
- Frequently asked questions
- Summary
2 LiveLab in this lesson — see the labs panel →
04 Exploring Android Studio and the Project Structure 6 topics · 2 LiveLab +
- Project Explorer and project anatomy
- Exploring the file and folder structure of the Empty Activity project template
- Exploring the file and folder structure of the Basic Activity project template
- Exploring a Basic Activity project
- Exploring the Android emulator
- Summary
2 LiveLab in this lesson — see the labs panel →
05 Getting Started with Layouts and Material Design 7 topics · 2 LiveLab +
- Finding out about Material Design
- Exploring Android UI design
- Introducing layouts
- Building a precise UI with ConstraintLayout
- Laying out data with TableLayout
- Linking back to the main menu
- Summary
2 LiveLab in this lesson — see the labs panel →
06 Beautiful Layouts with CardView and ScrollView 5 topics · 2 LiveLab +
- Attributes quick summary
- Building a UI with CardView and ScrollView
- Creating a tablet emulator
- Frequently asked question
- Summary
2 LiveLab in this lesson — see the labs panel →
07 The Android Lifecycle 8 topics · 1 LiveLab +
- The life and times of an Android app
- How Android interacts with our apps
- A simplified explanation of the Android lifecycle
- How we handle the lifecycle phases
- Lifecycle demo app
- The structure of Java code – revisited
- Introducing fragments and the lifecycle
- Summary
1 LiveLab in this lesson — see the labs panel →
08 Java Variables, Operators, and Expressions 7 topics · 1 LiveLab +
- Java is everywhere
- Understanding Java syntax and jargon
- Storing and using data with variables
- Using variables
- Changing values in variables with operators
- Trying out expressions
- Summary
1 LiveLab in this lesson — see the labs panel →
09 Java Decisions and Loops 6 topics · 1 LiveLab +
- Making decisions in Java
- Switching to make decisions
- Repeating code with loops
- for loops
- Loops demo app
- Summary
1 LiveLab in this lesson — see the labs panel →
10 Learning Java Methods 9 topics · 1 LiveLab +
- Methods revisited
- Method structure
- Using method demo apps
- Exploring method overloading
- Scope and variables revisited
- Method recursion
- Questions
- Summary
- Further reading
1 LiveLab in this lesson — see the labs panel →
11 Object-Oriented Programming 6 topics · 1 LiveLab +
- Important memory management warning
- Object-oriented programming
- Looking at the code for a class
- Basic classes app
- Frequently asked questions
- Summary
1 LiveLab in this lesson — see the labs panel →
12 More Object-Oriented Programming 8 topics · 2 LiveLab +
- Remember that encapsulation thing?
- Static methods
- Encapsulation and static methods mini-app
- OOP and inheritance
- Inheritance example app
- Polymorphism
- Frequently asked questions
- Summary
2 LiveLab in this lesson — see the labs panel →
13 The Stack, the Heap, and the Garbage Collector 4 topics · 1 LiveLab +
- All the Android UI elements are classes too
- Inner and anonymous classes
- Frequently asked questions
- Summary
1 LiveLab in this lesson — see the labs panel →
14 Anonymous Classes – Bringing Android Widgets to Life 9 topics · 1 LiveLab +
- Declaring and initializing the objects
- Creating UI widgets from pure Java without XML
- Exploring the palette – part 1
- Anonymous classes
- Exploring the palette and more anonymous classes – part 2
- The Widget Exploration app
- Using WebView
- Running the Widget Exploration app
- Summary
1 LiveLab in this lesson — see the labs panel →
15 Android Dialog Windows 3 topics · 1 LiveLab +
- Dialog windows
- The Note to Self app
- Summary
1 LiveLab in this lesson — see the labs panel →
16 Arrays, Maps, and Random Numbers 11 topics · 3 LiveLab +
- A random diversion
- Handling large amounts of data with arrays
- Simple array example mini-app
- Getting dynamic with arrays
- Entering the nth dimension with arrays
- ArrayList
- Arrays and ArrayList instances are polymorphic
- More Java collections – meet the Java HashMap
- The Note to Self app
- Frequently asked questions
- Summary
3 LiveLab in this lesson — see the labs panel →
17 Adapters and Recyclers 5 topics · 1 LiveLab +
- RecyclerView and RecyclerAdapter
- Adding RecyclerView, RecyclerAdapter, and ArrayList to the Note to Self project
- Running the app
- Frequently asked questions
- Summary
1 LiveLab in this lesson — see the labs panel →
18 Data Persistence and Sharing 9 topics · 1 LiveLab +
- Android intents
- Adding a settings page to Note to Self
- Persisting data with SharedPreferences
- Reloading data with SharedPreferences
- Making the Note to Self settings persist
- More advanced persistence
- Backing up user data in Note to Self
- Frequently asked questions
- Summary
1 LiveLab in this lesson — see the labs panel →
19 Localization 3 topics · 1 LiveLab +
- Making the Note to Self app accessible for Spanish and German speakers
- Running Note to Self in German or Spanish
- Summary
1 LiveLab in this lesson — see the labs panel →
20 Animations and Interpolations 4 topics · 1 LiveLab +
- Animations in Android
- Animation demo app – introducing SeekBar
- Frequently asked questions
- Summary
1 LiveLab in this lesson — see the labs panel →
21 Drawing Graphics 9 topics · 2 LiveLab +
- Understanding the Canvas class
- Using the Canvas class
- Canvas demo app
- The Android coordinate system
- Creating bitmaps
- Manipulating bitmaps
- Bitmap manipulation demo app
- Frequently asked question
- Summary
2 LiveLab in this lesson — see the labs panel →
22 Threads and Starting the Live Drawing App 6 topics · 1 LiveLab +
- Creating the Live Drawing project
- The game loop
- Threads
- Implementing the game loop with a thread
- Running the app
- Summary
1 LiveLab in this lesson — see the labs panel →
23 Particle Systems and Handling Screen Touches 6 topics · 1 LiveLab +
- Adding custom buttons to the screen
- Implementing a particle system effect
- Handling touches
- Running the app
- The Android Studio Profiler tool
- Summary
1 LiveLab in this lesson — see the labs panel →
24 Supporting Different Versions of Android, Sound Effects, and Spinner Widget 4 topics · 1 LiveLab +
- Handling different versions of Android
- The SoundPool class
- Sound demo app introducing the Spinner widget
- Summary
1 LiveLab in this lesson — see the labs panel →
25 Design Patterns, Multiple Layouts, and Fragments 10 topics · 2 LiveLab +
- Introducing the model-view-controller pattern
- Android design guidelines
- Real-world apps
- Device detection mini-app
- Configuration qualifiers
- Fragments
- Our first Fragment app
- Fragment reality check
- Frequently asked question
- Summary
2 LiveLab in this lesson — see the labs panel →
26 Building a Simple Image Gallery App 3 topics · 1 LiveLab +
- Angry Birds classic swipe menu
- Building an image gallery/slider app
- Summary
1 LiveLab in this lesson — see the labs panel →
27 Advanced UI with Navigation Drawer and Fragment 7 topics · 1 LiveLab +
- Introducing NavigationView
- Examining the Simple Database app
- Starting the Simple Database project
- Exploring the autogenerated code and assets
- Coding the Fragment classes and their layouts
- Using the Fragment classes and their layouts
- Summary
1 LiveLab in this lesson — see the labs panel →
28 Android Databases 7 topics +
- Databases 101
- SQL syntax primer
- Android SQLite API
- Coding the database class
- Coding the Fragment classes to use the DataManager class
- Running the Age Database app
- Summary
29 A Quick Chat before You Go 5 topics +
- Publishing
- Make an app!
- Keep learning
- My other channels
- Goodbye and thank you
Hands-On Labs Our edge
35 LiveLabs- Building an Android App
- Adding Button
- Handling Button Clicking using Java Methods
- Exploring an Empty Activity and Android Emulator
- Exploring a Basic Activity Project
- Creating and Exploring a Layout Project
- Creating a Table Layout
- Building a UI using CardView and ScrollView
- Creating a Tablet Emulator
- Creating the Lifecycle Demo App
- Understanding Java Syntax
- Understanding Loops
- Using Method Overloading
- Using Class
- Using Encapsulation and Static Methods
- Using inheritance
- Using Buttons and TextView Widgets
- Exploring Widgets
- Creating a Dialog Window
- Creating an App using Array
- Using Dynamic Array
- Using Multidimensional Array
- Adding and Displaying Notes Using RecyclerView, RecyclerAdapter, and ArrayList
- Adding Settings Page to an App
- Running App in German or Spanish
- Using Animations
- Using the Canvas
- Using Bitmap Manipulation
- Creating the Live Drawing Project and Implementing the Game Loop using Thread
- Implementing a Particle System Effect
- Creating a Sound App using a Spinner Widget
- Creating a Device Detection App
- Creating a Fragment App
- Building an Image Slider App
- Creating a Simple Database Project
03 / FAQs
Questions before you start
Are there any prerequisites for this Android Programming course?+
Which programming language will I learn in this Android app development course?+
How will this Android programming (third edition) course benefit me?+
What are the job opportunities I can explore after completing this course?+
What is the duration for learning Android Programming for Beginners?+
Build Your Dream App
Go deep into the world of android programming and build your legacy
- 1 year of full access
- 35 LiveLab included
- Certificate of completion