User contributions
7 May 2014
An Introduction to Using Fragments in Android Studio
New page: <br><br> As you progress through the chapters of this book it will become increasingly evident that many of the design concepts behind the Android system were conceived with the goal of pr...
Android Studio Development Essentials
no edit summary
+59
6 May 2014
Android Studio Development Essentials
no edit summary
+214
Android Pinch Gesture Detection Tutorial using Android Studio
no edit summary
+43
Android Pinch Gesture Detection Tutorial using Android Studio
New page: <br><br> Before moving on from touch handling in general and gesture recognition in particular, the last topic of this chapter is that of handling pinch gestures. Whilst it is possible to ...
Android Studio Development Essentials
no edit summary
+1,905
File:Android studio gesturesbuilder.png
no edit summary
File:Android studio delete relative layout.png
no edit summary
Implementing Android Custom Gesture Recognition with Android Studio
Creating a Gestures File
File:Android studio circle gesture.png
no edit summary
File:Android studio add sd Card to avd.png
no edit summary
Implementing Android Custom Gesture Recognition with Android Studio
= Extracting the Gestures File from the SD Card
+1
Implementing Android Custom Gesture Recognition with Android Studio
New page: <br><br> The previous chapter looked at the steps involved in detecting what are referred to as “common gestures” from within an Android application. In practice, however, a gesture ca...
5 May 2014
Detecting Common Gestures using Android Studio and the Gesture Detector Class
no edit summary
+11
Android Studio Development Essentials
no edit summary
+815
File:Android studio common gestures.png
no edit summary
Detecting Common Gestures using Android Studio and the Gesture Detector Class
New page: <br><br> The term “gesture” is used to define a contiguous sequence of interactions between the touch screen and the user. A typical gesture begins at the point that the screen is firs...
Android Studio Development Essentials
no edit summary
-4
25 April 2014
Android Studio Development Essentials
no edit summary
+902
File:Android studio motion event running.png
no edit summary
File:Android studio touch event ui.png
no edit summary
Android Touch and Multi-touch Event Handling in Android Studio
New page: <br><br> Most Android based devices use a touch screen as the primary interface between user and device. The previous chapter introduced the mechanism by which a touch on the screen transl...
Android Studio Development Essentials
no edit summary
+793
File:Android studio event example ui.png
no edit summary
An Overview and Android Studio Example of Android Event Handling
New page: <br><br> Much has been covered in the previous chapters relating to the design of user interfaces for Android applications. An area that has yet to be covered, however, involves the way in...
Android Studio Development Essentials
no edit summary
+71
22 April 2014
Android Studio Development Essentials
no edit summary
+334
File:Android studio gridlayout xml four buttons.png
no edit summary
Working with the Android GridLayout using XML Layout Resources
New page: <br><br> The previous chapter (entitled Using the Android GridLayout Manager in Android Studio Designer) introduced the basic concepts of the Android GridLayout manager before explaining h...
Android Studio Development Essentials
no edit summary
+941
File:Android studio gridlayout example complete.png
no edit summary
Using the Android GridLayout Manager in Android Studio Designer
Introducing the Android GridLayout and Space Classes =
+1
File:Android studio unset gridlayout gravity.png
no edit summary
File:Android studio gridlayout multi gravity.png
no edit summary
File:Android studio gridlayout centered child.png
no edit summary
File:Android studio gridlayout gravity toolbar button.png
no edit summary
File:Android studio gridlayout center vertical.png
no edit summary
File:Android studio gridlayout set rowspan.png
no edit summary
File:Android studio gridlayout second row.png
no edit summary
File:Android studio gridlayout insert before col 0.png
no edit summary
File:Android studio gridlayout bars aligned.png
no edit summary
File:Android studio gridlayout child added.png
no edit summary
File:Android studio gridlayout insert at 0 0.png
no edit summary
File:Android studio gridlayout set width.png
no edit summary
File:Android studio gridlayout added.png
no edit summary
File:Android studio enable gridlayout support.png
no edit summary
Using the Android GridLayout Manager in Android Studio Designer
Adding Views to GridLayout Cells =
+1
Using the Android GridLayout Manager in Android Studio Designer
New page: <br><br> A useful layout manager that was introduced as part of the Android 4.0 SDK is the GridLayout manager class. As the name suggests, this class allows child views to be arranged in a...
Android Studio Development Essentials
no edit summary
+70