[android-developers] List View

2009-01-04 Thread flashfreakmx
Right now I am extending Activity and populating 2 list views dynamically. How do I override the onListItemClick method for the lists if I am extending Activity? package com.thinknew.budget; import android.app.Activity; import android.content.Intent; import android.database.Cursor; import

[android-developers] Overriding Camera Button takePicture inside App

2008-12-26 Thread flashfreakmx
I am writing an application that starts the camera via the menu... then it launches the camera preview. I know I can use my own takePicture Method but how do I override the one being performed by the camera button? --~--~-~--~~~---~--~~ You received this