User contributions
30 May 2014
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...
Implementing an Android Started Service in Android Studio
Modifying the User Interface
-96
Android Studio Development Essentials
no edit summary
+1
20 May 2014
Android Studio Development Essentials
no edit summary
+797
File:Android studio bound service ui.png
no edit summary
Implementing Local Bound Services in Android Studio
New page: <br><br> As outlined in some detail in the previous chapters, bound services, unlike started services, provide a mechanism for implementing communication between an Android service and one...
Android Studio Development Essentials
no edit summary
+952
Implementing an Android Started Service in Android Studio
New page: <br><br> The previous chapter covered a considerable amount of information relating to Android services and, at this point, the concept of services may seem somewhat overwhelming. In order...
Android Studio Development Essentials
no edit summary
+725
Understanding Android Started and Bound Services
New page: The Android Service class is designed specifically to allow applications to initiate and perform background tasks. Unlike broadcast receivers, which are intended to perform a task quickly ...
Android Studio Development Essentials
no edit summary
+745
File:Android studio thread not responding.png
no edit summary
Android Threads and Thread Handlers - An Android Studio Tutorial
A Basic Threading Example
+6
File:Android studio thread example ui.png
no edit summary