Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Android App Development: Easy and Quick Programming
Introduction to the Course
Course Introduction
Brief Overview Of Android
Final Project Demo
Setting Up Your Environment
Section Introduction
Installing The Java Development Kit
Downloading And Installing Android Studio
Adding Sdk Tools, Packages And Platforms
Section Recap
Structure Of An Android Application
Section Introduction
Configuring New Projects Part 1 - Application Name, Package Name, Project Location
Configuring New Projects Part 2 - Targeted Device And Android SDK’s
Configuring New Projects Part 3 - Starter Activities
Configuring New Projects Part 4 - Activity Customization
Activites
Manifest File
Builld.gradle File
Res Directory - Drawable Folder
Res Directory - Layout folder
Res Directory - Menu Folder
Res Directory - Values Folder
Section Recap
Running & Testing Android Applications
Section Introduction
Setting Up (physical) Android Phone
Setting Up Emulator
Running App Via Device or Emulator
Android Monitor And Debugging
Section Recap
Breaking Down Android Layouts
Section Introduction
Views And View Groups
Introduction To Layouts Editor
Breaking Down Android Layouts
Breaking Down Android Widgets
Defining Layout Text With The String Resource File
Brief Overview Of Android Units
Creating Additional Layouts With Android Studio
Section Recap
Breaking Down Android Activities
0601 Section Introduction
0602 The Activity Lifecycle
0603 Settings Layouts And Accessing Ui Elements From Activity
0604 Creating Additional Activities With Android Studio_Edited
0605 Creating Additional Activities Without Android Studio
0606 Section Recap
Breaking Down Android Intents
Section Introduction
Intent Overview
Starting New Activities Using Intents
Sending Data To Another Activity Using Extras
Receiving Data From Another Activity Using Extras
Creating Implicit Intents
Section Recap
Setting Up Notebook Application
Section Introduction
Creating Notebook Application
Breaking Down Newly Created Project Part 1 - Toolbar And Actionbar
Breaking Down Newly Created Project Part 2 - Floating Action Button And Includes
Implementing The Main Activity Listfragment
Breaking Down Fragments
Section Recap
Implementing Main Note List
0901 Section Introduction
0902 Notebook Application Roadmap Part 1
0903 Demonstrating Simple Arrayadapter
0904 Implementing Custom Arrayadapter Part 1 - Creating Custom Row Layout
0905 Implementing Custom ArrayAdapter Part 2 - Creating Note Data Structure
0906 Implementing Custom Arrayadapter Part 3 - Creating Noteadapter
0907 Implementing Custom Arrayadapter Part 4 - Finalizing And Filling Noteadapter
0908 Implementing Custom Arrayadapter Part 5 - Optimizing Noteadapter
0909 Section Recap
Implementing NoteViewFragment & NoteDetailActivity
Section Introduction
Application Roadmap Part 2
Creating NoteDetailActivity
Starting Notedetailactivity Via Intent
Adding NoteViewFragment Part 1 - Creating The Fragment
Adding Noteviewfragment Part 2 - Creating The Layout
Adding Noteviewfragment Part 3 - Populating Layout With Received Note Data
Dynamically Adding Noteviewfragment
Section Recap
Implementing NoteEditFragment
Section Introduction
Application Roadmap Part 3
Creating Listfragment Context Menu Part 1 - Adding Menu Layout
1104 Creating Listfragment Context Menu Part 2 - Implementing Menu Layout
1105 Adding NoteEditFragment Part 1 - Creating The Fragment
1106 Adding Noteeditfragment Part 2 - Creating The Layout
1107 Adding Noteeditfragment Part 3 - Populating Layout With Received Note Data
1108 Dynamically Adding And Starting Noteeditfragment Part 1 - Asking For The Right Fragment
1109 Dynamically Adding And Starting Noteeditfragment Part 2 - Loading The Correct Fragment Edited-7
Section Recap
Improving NoteEditFragment
Section Introduction
Switching Note Categories On Button Click Part 1 - Creating Alertdialog Box Edited
Switching Note Categories On Button Click Part 2 - Implementing Category Button Onclicklistener
Confirming Note Save On Button Click Part 1 - Creating Alertdialog Confirmation Box
Confirming Note Save On Button Click Part 2 - Implementing Save Button Onclicklistener Edited (1)-11
Retaining Information On Orientation Change With Onsaveinstancestate
Section Recap
Creating New Notes
Section Introduction
Application Roadmap Part 4
Adding New Note Item To Action Bar Part 1 - Updating Action Bar Layout
Adding New Note Item To Action Bar Part 2 - Receiving Action Bar Selection
Modifying Notedetailactivity And Noteeditfragment For Note Creation
Fixing New Note Bug Part 1 - Sending Data To Fragments
Fixing New Note Bug Part 2 - Retrieving Data In Fragments
Section Recap
Adding The Database
Section Introduction
Creating And Defining Our Notebook Database
Getting Help From Sqliteopenhelper
Reading Notes From Our Database Part 1 - Implementing Database Methods
Reading Notes From Our Database Part 2 - Using Database Methods
Creating New Notes In Our Database Part 1 - Implementing Database Methods
Creating New Notes In Our Database Part 2 - Using Database Methods
Updating Preexisting Notes
Deleting Notes
Section Recap
Adding Application Preferences / Settings
Section Introduction
Application Roadmap Part 5
Creating Preference Fragment Layout
Creating Preference Fragment And Activity
Starting And Tweaking Preference Activity- Fragment
Retrieving Application Preferences
Section Recap
Course Conclusion
Course Recap And Next Steps
Additional Resources
Closing Message
Manifest File
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock