[android-beginners] surfaceCreated() and CreateSurface() in camera preview application

2009-11-24 Thread android-newbie
I have some questions regarding the code below for camera preview applicaiton. I am hoping someone can help me out. Thanks in advance. 1. How does surfaceCreated() and CreateSurface() relate? Is this surface created via createSurface() from SurfaceFlinger client to SurfaceFlinger server? If

[android-beginners] surfaceCreated() and CreateSurface() in camera preview application

2009-11-22 Thread android-newbie
I have some questions regarding the code below for camera preview applicaiton. I am hoping someone can help me out. Thanks in advance. 1. How does surfaceCreated() and CreateSurface() relate? Is this surface created via createSurface() from SurfaceFlinger client to SurfaceFlinger server? If

[android-beginners] Displaying data from the database in a Spinner

2008-04-01 Thread android newbie
Hi, I'm trying to display items from a database in a Spinner. I've read other posts on this but my items still aren't showing up and none of the posts show a complete solution. To help debug the error, I added a ListView and the items from the same db call display without any problem in the list