Difference between revisions of "Android 4 App Development Essentials"
From Techotopia
Line 400: | Line 400: | ||
#* [[An Android Content Provider Tutorial|Declaring the Content Provider in the Manifest File]] | #* [[An Android Content Provider Tutorial|Declaring the Content Provider in the Manifest File]] | ||
#* [[An Android Content Provider Tutorial|Modifying the Database Handler]]<br><br> | #* [[An Android Content Provider Tutorial|Modifying the Database Handler]]<br><br> | ||
+ | # [[Accessing Cloud Storage using the Android Storage Access Framework]] | ||
+ | #* [[Accessing Cloud Storage using the Android Storage Access Framework|The Storage Access Framework]] | ||
+ | #* [[Accessing Cloud Storage using the Android Storage Access Framework|Working with the Storage Access Framework]] | ||
+ | #* [[Accessing Cloud Storage using the Android Storage Access Framework|Filtering Picker File Listings]] | ||
+ | #* [[Accessing Cloud Storage using the Android Storage Access Framework|Handling Intent Results]] | ||
+ | #* [[Accessing Cloud Storage using the Android Storage Access Framework|Reading the Content of a File]] | ||
+ | #* [[Accessing Cloud Storage using the Android Storage Access Framework|Writing Content to a File]] | ||
+ | #* [[Accessing Cloud Storage using the Android Storage Access Framework|Deleting a File]] | ||
+ | #* [[Accessing Cloud Storage using the Android Storage Access Framework|Gaining Persistent Access to a File]]<br><br> | ||
+ | # [[An Android Storage Access Framework Example]] | ||
+ | #* [[An Android Storage Access Framework Example|About the Storage Access Framework Example]] | ||
+ | #* [[An Android Storage Access Framework Example|Creating the Storage Access Framework Example]] | ||
+ | #* [[An Android Storage Access Framework Example|Designing the User Interface]] | ||
+ | #* [[An Android Storage Access Framework Example|Declaring Request Codes]] | ||
+ | #* [[An Android Storage Access Framework Example|Creating a New Storage File]] | ||
+ | #* [[An Android Storage Access Framework Example|The onActivityResult() Method]] | ||
+ | #* [[An Android Storage Access Framework Example|Saving to a Storage File]] | ||
+ | #* [[An Android Storage Access Framework Example|Opening and Reading a Storage File]] | ||
+ | #* [[An Android Storage Access Framework Example|Testing the Storage Access Application]]<br><br> | ||
# [[Implementing Video Playback on Android using the VideoView and MediaController Classes]] | # [[Implementing Video Playback on Android using the VideoView and MediaController Classes]] | ||
#* [[Implementing Video Playback on Android using the VideoView and MediaController Classes|Introducing the Android VideoView Class]] | #* [[Implementing Video Playback on Android using the VideoView and MediaController Classes|Introducing the Android VideoView Class]] | ||
Line 485: | Line 504: | ||
− | |||
− | |||
[[Printing with the Android Printing Framework]] | [[Printing with the Android Printing Framework]] |
Revision as of 15:39, 4 February 2014
Table of Contents | Next | |
Introduction to Android 4.2 App Development Essentials |
© 2013 Neil Smyth / Payload Media. This eBook is provided for personal use only. Unauthorized use, reproduction and/or distribution strictly prohibited. All rights reserved.
<google>BUY_ANDROID</google>
Chapters from the soon to be released Android 4.4 Edition of this book
Printing with the Android Printing Framework
An Android HTML and Web Content Printing Example
An Android Custom Document Printing Tutorial
Old Chapters from Android 4.2
<google>BUY_ANDROID</google>
Table of Contents | Next | |
Introduction to Android 4.2 App Development Essentials |