Oreilly - Android App Development: Easy and Quick Programming - 100000006A0422
Oreilly - Android App Development: Easy and Quick Programming
by Stone River eLearning | Publisher: Stone River eLearning | Release Date: January 2016 | ISBN: 100000006A0422


The course begins by teaching students how to set up all essential software and dependencies to begin creating Android applications using Android Studio. It then highlights essential Android components in order to give students some background information on common use scenarios for the components, as well as how each component works. Students are then thrust into a creating a practical Android application that will demonstrate new Android concepts, as well as put previously learned Android concepts to the test. Some of the new concepts learned during the creation of the Android application include database creation, fragment management, custom array adapters, as well as creating Android preferences. You will have overview of the Android operating system as well as a glimpse at the final application created in the course. * This course was published in January 2016 and teaches the most up to date operating system and development tools available.
  1. 1. Introduction to the Course
    • Course Introduction 00:01:29
    • Brief Overview Of Android 00:06:21
    • Final Project Demo 00:04:45
  2. 2.Setting Up Your Environment
    • Section 2 Introduction 00:00:23
    • Installing The Java Development Kit 00:03:02
    • Downloading And Installing Android Studio 00:04:06
    • Adding Sdk Tools, Packages And Platforms 00:06:51
    • Section 2 Recap 00:00:27
  3. 3.Structure Of An Android Application
    • Section 3 Introduction 00:00:44
    • Configuring New Projects Part 1 00:02:34
    • Configuring New Projects Part 2 00:03:34
    • Configuring New Projects Part 3 00:01:46
    • Configuring New Projects Part 4 00:03:59
    • Activites 00:04:30
    • Manifest File 00:02:46
    • builld.gradle File 00:05:31
    • Res Directory - Drawable Folder 00:04:00
    • Res Directory - Layout folder 00:01:36
    • Res Directory - Menu Folder 00:01:31
    • Res Directory - Values Folder 00:03:05
    • Setting Up Emulator 00:07:48
    • Section 3 Recap 00:00:37
  4. 4.Running & Testing Android Applications
    • Section 4 Introduction 00:00:30
    • Setting Up (physical) Android Phone 00:05:10
    • Running App Via Device or Emulator 00:03:51
    • Android Monitor And Debugging 00:05:55
    • Section 4 Recap 00:00:20
  5. 5.Breaking Down Android Layouts
    • Section 5 Introduction 00:00:19
    • Views And View Groups 00:03:42
    • Introduction To Layouts Editor 00:06:04
    • Breaking Down Android Layouts 00:09:12
    • Breaking Down Android Widgets 00:07:14
    • Defining Layout Text With String Resource File 00:02:38
    • Brief Overview Of Android Units 00:03:05
    • Creating Additional Layouts With Android Studio 00:03:56
    • Section 5 Recap 00:00:28
  6. 6. Breaking Down Android Activities
    • Section 6 Introduction 00:00:29
    • The Activity Lifecycle 00:04:16
    • Settings Layouts And Accessing Ui Elements From Activity 00:06:28
    • Creating Additional Activities With Android Studio 00:03:07
    • Creating Additional Activities Without Android Studio 00:05:45
    • Section 6 Recap 00:00:26
  7. 7. Breaking Down Android Intents
    • Section 7 Introduction 00:00:21
    • Intent Overview 00:04:52
    • Starting New Activities Using Intents 00:05:07
    • Sending Data To Another Activity Using Extras 00:04:08
    • Receiving Data From Another Activity Using Extras 00:06:40
    • Creating Implicit Intents 00:07:34
    • Section 7 Recap 00:00:22
  8. 8. Setting Up Notebook Application
    • Section 8 Introduction 00:00:24
    • Creating Notebook Application 00:04:46
    • Breaking Down Newly Created Project Part 1 00:07:38
    • Breaking Down Newly Created Project Part 2 00:10:20
    • Implementing The Main Activity Listfragment 00:09:23
    • Breaking Down Fragments 00:09:03
    • Section 8 Recap 00:00:24
  9. 9. Implementing Main Note List
    • Section 9 Introduction 00:00:18
    • Notebook Application Roadmap Part 1 00:01:27
    • Demonstrating Simple Arrayadapter 00:06:46
    • Implementing Custom Arrayadapter Part 1 00:10:33
    • Implementing Custom Arrayadapter Part 2 00:08:36
    • Implementing Custom Arrayadapter Part 3 00:09:55
    • Implementing Custom Arrayadapter Part 4 00:08:13
    • Implementing Custom Arrayadapter Part 5 00:08:27
    • Section 9 Recap 00:00:21
  10. 10.Implementing NoteViewFragment & NoteDetailActivity
    • Section 10 Introduction 00:00:23
    • Application Roadmap Part 2 00:01:48
    • Creating NoteDetailActivity 00:03:10
    • Starting Notedetailactivity Via Intent 00:07:13
    • Adding NoteViewFragment Part 1 00:01:08
    • Adding NoteViewFragment Part 2 00:08:22
    • Adding NoteViewFragment Part 3 00:08:34
    • Dynamically Adding Noteviewfragment 00:10:25
    • Section 10 Recap 00:00:25
  11. 11. Implementing NoteEditFragment
    • Section 11 Introduction 00:00:32
    • Application Roadmap Part 3 00:02:42
    • Creating Listfragment Context Menu Part 1 00:04:57
    • Creating Listfragment Context Menu Part 2 00:07:20
    • Adding NoteEditFragment Part 1 00:01:19
    • Adding NoteEditFragment Part 2 00:10:08
    • Adding NoteEditFragment Part 3 00:08:14
    • Dynamically Adding And Starting Noteeditfragment Part 1 00:10:56
    • Dynamically Adding And Starting Noteeditfragment Part 2 00:08:11
    • Section 11 Recap 00:00:21
  12. 12. Improving NoteEditFragment
    • Section 12 Introduction 00:00:23
    • Switching Note Categories On Button Click Part 1 00:09:47
    • Switching Note Categories On Button Click Part 2 00:05:47
    • Confirming Note Save On Button Click Part 1 00:10:31
    • Confirming Note Save On Button Click Part 2 00:07:38
    • Retaining Information 00:09:08
    • Section 12 Recap 00:00:36
  13. 13. Creating New Notes
    • Section 13 Introduction 00:00:32
    • Application Roadmap Part 4 00:01:27
    • Adding New Note Item To Action Bar Part 1 00:05:07
    • Adding New Note Item To Action Bar Part 2 00:05:02
    • Modifying Notedetailactivity And Noteeditfragment For Note Creation 00:06:12
    • Fixing New Note Bug Part 1 00:04:52
    • Fixing New Note Bug Part 2 00:06:02
    • Section 13 recap 00:00:31
  14. 14. Adding The Database
    • Section 14 Introduction 00:00:31
    • Creating And Defining Our Notebook Database 00:10:55
    • Getting Help From Sqliteopenhelper 00:08:39
    • Reading Notes From Our Database Part 1 00:12:32
    • Reading Notes From Our Database Part 2 00:03:34
    • Creating New Notes In Our Database Part 1 00:07:03
    • Creating New Notes In Our Database Part 2 00:07:32
    • Updating Preexisting Notes 00:08:11
    • Deleting Notes 00:07:16
    • Section 14 Recap 00:00:33
  15. 15. Adding Application Preferences / Settings
    • Section 15 Introduction 00:00:32
    • Application Roadmap Part 5 00:00:55
    • Creating Preference Fragment Layout 00:06:50
    • Creating Preference Fragment And Activity 00:05:43
    • Starting And Tweaking Preference Activity- Fragment 00:03:47
    • Retrieving Application Preferences 00:05:22
    • Section 15 Recap 00:00:16
  16. 16. Conclusion
    • Course Recap And Next Steps 00:03:16
    • Additional Resources 00:03:38
    • Closing Message 00:00:40
  17. Oreilly - Android App Development: Easy and Quick Programming

    100000006A0422.Android.App.Development.Easy.and.Quick.Programming.part1.OR.rar

    100000006A0422.Android.App.Development.Easy.and.Quick.Programming.part2.OR.rar


 TO MAC USERS: If RAR password doesn't work, use this archive program: 

RAR Expander 0.8.5 Beta 4  and extract password protected files without error.


 TO WIN USERS: If RAR password doesn't work, use this archive program: 

Latest Winrar  and extract password protected files without error.


 Coktum   |  

Information
Members of Guests cannot leave comments.


SermonBox - Seasonal Collection

SermonBox - The Series Pack Collection

Top Rated News

  • Christmas Material
  • Laser Cut & Print Design Elements Bundle - ETSY
  • Daz3D - All Materials - SKU 37000-37999
  • Cgaxis - All Product - 2019 - All Retail! - UPDATED!!!
  • DigitalXModels Full Collections
  • Rampant Design Tools Full Collections Total: $4400
  • FilmLooks.Com Full Collection
  • All PixelSquid Product
  • The Pixel Lab Collection
  • Envato Elements Full Sources- 3200+ Files
  • Ui8.NET Full Sources
  • The History of The 20th Century
  • The Dover Collections
  • Snake Interiors Collections
  • Inspirational Collections
  • Veer Fancy Collections
  • All Ojo Images
  • All ZZVE Collections
  • All Sozaijiten Collections
  • All Image Broker Collections
  • Shuterstock Bundle Collections
  • Tattoo Collections
  • Blend Images Collections
  • Authors Tuorism Collections
  • Motion Mile - Big Bundle
  • PhotoBacks - All Product - 2018
  • Dekes Techniques - Photoshop & Illustrator Course - 1 to 673
Telegram GFXTRA Group
Udemy - Turkce Gorsel Ogrenme Setleri - Part 2
Videohive Wow Pack Series


rss