Modify from the last exercise " Detect touched position on a ImageView "; get color from the background bitmap on the touched loca...
Read More
Home » Archive for April 2012
Detect touched position on a ImageView
A custom ImageView is implemented, with onTouchEvent() method overrided. When user touched on the ImageView, the touch position will be pass...
Read More
StrictMode.setThreadPolicy and StrictMode.ThreadPolicy.Builder
It was described in last exercise " android.os.NetworkOnMainThreadException "; if you access Network (or Disk read/write) in UI th...
Read More

Beginning Android ADK with Arduino
Whether you're new to Arduino and Android development, or you've tinkered a bit with either one, this is the book for you. Android ...
Read More
android.os.NetworkOnMainThreadException
Refer to my old exercise " Read Text file from internet, using Java code ": it a simple exercise to read something from internet. ...
Read More
Touch to select focus and metering area
Further work on last exercise " Gets the distances from the camera to the focus point - getFocusDistances() " (and the post "...
Read More

Set Camera.Parameters
In the exercise " Android 4 Face Detection: setFocusAreas() using face detected faces ", I set focus area using the code: camera.g...
Read More
Gets the distances from the camera to the focus point - getFocusDistances()
The method getFocusDistances(float[] output) of android.hardware.Camera.Parameters gets the distances from the camera to where an object app...
Read More
java.lang.RuntimeException: autoFocus failed
Refer to the last exercise " Android 4 Face Detection: setFocusAreas() using face detected faces ", it will throw java.lang.Runtim...
Read More
Android 4 Face Detection: setFocusAreas() using face detected faces
Last exercise " Android 4 Face Detection: Display detected face area " we can get the detected face areas in onFaceDetection() of ...
Read More
Sony Mobile Device Loaner Program for developers
This Device Loaner Program is intended as a low cost (free!) option to allow developers to test apps on a physical Xperia smartphone or acc...
Read More
Android 4 Face Detection: Display detected face area
Further works on last exercise " Face detection for Camera ". Once face detected, the call-back method onFaceDetection() of FaceDe...
Read More
Subscribe to:
Comments (Atom)