If your activity is always in the foreground while taking pictures, you could use postDelayed() to call your picture taking routine again after some time.
Peli www.openintents.org On 25 Jun., 21:29, Sharmila <[email protected]> wrote: > I have an activity imageCapture.java which extends activity and takes > pictures.I want to execute this activity repeatedly after a definite > interval of time. > > I can't figure out how to do this...!!Do I need to make ImageCapture a > service? > > This is what I want to do...As soon as the user press start I want to > keep taking pictures in the background..When the user presses stop,it > should stop image capture.java. > > I am so lost... > Someone please help me out! > Sharmila! --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

