User contributions
2 June 2014
File:Android studio camera ui.png
no edit summary
Video Recording and Image Capture using Camera Intents - An Android Studio Example
no edit summary
+109
Video Recording and Image Capture using Camera Intents - An Android Studio Example
New page: <br><br> Many Android devices are equipped with at least one camera. There are a number of ways to allow the user to record video from within an Android application via these built-in came...
Android Studio Development Essentials
no edit summary
+89
Android Studio Development Essentials
no edit summary
+894
File:Android studio videoview mediacontrols.png
no edit summary
File:Android studio videoview playing.png
no edit summary
File:Android studio videoview.png
no edit summary
An Android Studio VideoView and MediaController Tutorial
no edit summary
+1
An Android Studio VideoView and MediaController Tutorial
New page: <br><br> One of the primary uses for smartphones and tablets is to enable the user to access and consume content. One key form of content widely used, especially in the case of tablet devi...
Android Studio Development Essentials
no edit summary
+63
30 May 2014
Android Studio Development Essentials
no edit summary
+829
File:Android studio storage uploading.png
no edit summary
File:Android studio storage framework save.png
no edit summary
File:Android studio storage framework ui.png
no edit summary
An Android Studio Storage Access Framework Example
New page: <br><br> As previously discussed, the Storage Access Framework considerably eases the process of integrating cloud based storage access into Android applications. Consisting of a picker us...
Android Studio Development Essentials
no edit summary
+971
Accessing Cloud Storage using the Storage Access Framework in Android Studio
New page: <br><br> Recent years have seen the wide adoption of remote storage services (otherwise known as “cloud storage”) to store user files and data. Driving this growth are two key factors....
Android Studio Development Essentials
no edit summary
+83
29 May 2014
An Android Studio Content Provider Example
Modifying the Database Handler
+15
Android Studio Development Essentials
no edit summary
+1,136
File:Android studio new package added.png
no edit summary
An Android Studio Content Provider Example
New page: <br><br> As outlined in the previous chapter, content providers provide a mechanism through which the data stored by one Android application can be made accessible to other applications. H...
Android Studio Development Essentials
no edit summary
+946
Understanding Android Content Providers in Android Studio
New page: <br><br> The previous chapter worked through the creation of an Android Studio based example project designed to store data using a SQLite database. When implemented in this way, the data ...
Android Studio Development Essentials
no edit summary
+64
22 May 2014
Android Studio Development Essentials
no edit summary
+642
An Android Studio SQLite Database Tutorial
The Delete Handler Method
+1
An Android Studio SQLite Database Tutorial
The Delete Handler Method
+6
An Android Studio SQLite Database Tutorial
About the Android Studio Database Example
+134
An Android SQLite Database Tutorial
About the Database Example
+1
An Android Studio SQLite Database Tutorial
New page: <br><br> The chapter entitled An Overview of Android SQLite Databases in Android Studio covered the basic principles of integrating relational database storage into Android application...
An Android Studio TableLayout and TableRow Tutorial
no edit summary
+9
Android Studio Development Essentials
no edit summary
+581
File:Android studio change margin property.png
no edit summary
File:Android studio component tree for tablelayout example.png
no edit summary
File:Android studio designer gravity menu.png
no edit summary
File:Android studio table row with textviews.png
no edit summary
File:Android studio tablelayout with tablerows.png
no edit summary
File:Android studio tablelayout component tree.png
no edit summary
File:Android studio tablelayout added.png
no edit summary
File:Android studio tablelayout tree.png
no edit summary
File:Android studio database example layout.png
no edit summary
An Android Studio TableLayout and TableRow Tutorial
New page: When the work began on the next chapter of this book (An Android Studio SQLite Database Tutorial) it was originally intended that it would include the steps to design the user interfac...
Android Studio Development Essentials
no edit summary
+49
Android Studio Development Essentials
no edit summary
+58
21 May 2014
Android Studio Development Essentials
no edit summary
+1,151
An Overview of Android SQLite Databases in Android Studio
New page: <br><br> Mobile applications that do not need to store at least some amount of persistent data are few and far between. The use of databases is an essential aspect of most applications, ra...
Android Studio Development Essentials
no edit summary
+821
Android Remote Bound Services – An Android Studio Tutorial
New page: <br><br> In this, the final chapter dedicated to Android services, an example application will be developed to demonstrate the use of a messenger and handler configuration to facilitate in...