Hello everyone,
I am trying to extend the existing Camera Application available at :
http://www.netmite.com/android/mydroid/ ... ps/Camera/
MY TASK:
1) My task is to extend the currently availble camera application so that when we TEST the Camera Application from the ImageCapture test, ImageCapture should be able to send an INTEGER to the Camera.java.
ImageCapture is available at:
Camera\tests\src\com\android\camera\stress : Location in the Code
2) Once this integer gets passed to the Camera.java , i want to use it to select PICTURE SIZE from a dimen.xml file included in the package.
So kindly help me with the possible ways this can be done.
Thanks!

