[android-developers] zoom and drag code registering but not actually working...

2011-01-02 Thread Stephen Pengilley
Hi all, I have followed the example of using multi touch which can be found here..http://www.zdnet.com/blog/burnette/how-to-use-multi-touch-in- android-2/1747?tag=mantle_skin;content I am pretty sure I have included, in my code, all of the required elements but, although the dumpEvent log shows t

[android-developers] error with CameraView setParameters

2010-11-03 Thread Stephen Pengilley
Hi all, I am trying to develop a small camera app. I am getting the following log errors when running the app on my phone 11-02 20:33:44.387: ERROR/AndroidRuntime(18165): Uncaught handler: thread main exiting due to uncaught exception 11-02 20:33:44.656: ERROR/AndroidRuntime(18165): java.lang.Ru

[android-developers] Orientation of Camera in my Camera app

2010-10-20 Thread Stephen Pengilley
Hi all, I am trying to build a simple camera view as part of my application. I want it to work just like the built in camera What you see is what you get. It doesn't auto correct rotation and the resultant photo is in the right orientation. What is happening in my Cameraview is that when i hold

[android-developers] Re: Photo + info stored in database...Question bout linking the two together

2010-10-18 Thread Stephen Pengilley
Many thanks for the reply. I'll take that into consideration :) On Oct 15, 6:48 pm, Kumar Bibek wrote: > You can get both the Uri and the filepath. You can use both to keep a > local DB for your app. But I would suggest to keep the Uri in your DB > and query the MediaStore whenever you want to di

[android-developers] Photo + info stored in database...Question bout linking the two together

2010-10-15 Thread Stephen Pengilley
Hi all, I am building an app which will let the user take a photo, then add some details which will be stored in a database. I want to be able to store some information (URI?) in the database so that when the user clicks the database entry from a listview it retrieves the photo. I hope it is clea

[android-developers] Gallery view problems - external memory

2010-10-10 Thread Stephen Pengilley
Hi all, I have developed a very simple gallery (it started as the hello gallery example) where I have added code to get the images from the content provider. It should return all images from the SD card but it is returning no images, my gallery view is blank. I am a fairly new developer, just wor