I'm a very experienced Java dev, but an Android dev newbie (although I went 
through a lot of Eclipse-based Android dev tutorials years ago).

I'm starting with a simple open-source app that runs the camcorder 
(probably mostly based on a tutorial itself).

Using a remote bluetooth button device, I can start the app recording.  I 
can use the same device to stop the recording.  On the app, this brings up 
a "Save" or "Discard" prompt.  When I click "Save", this saves the video 
and then I can click again to get back to the camcorder screen, where I 
could then click the record button again.

Starting with this, I'm wondering how difficult it would be to implement 
the following features:

1. When I click the "stop recording" button, either with the app in front 
of me or with the remote bluetooth button (the primary use case), I want it 
to just save the video and immediately return to the camcorder screen.  
This is the most important feature.

2. The preferences for the app are the common "camera" preferences.  I'd 
like to store separate preferences for this, particularly the shutter delay 
(I would make it ten seconds by default). This is not critical, although 
from the tutorials I went through a few years ago, I think I understand the 
basic steps for this.

As I said, the first feature is the most important.  If I can't do that, I 
won't bother with this.

Could someone outline the basic elements of a solution for this?

-- 
You received this message because you are subscribed to the Google Groups 
"Android Developers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to android-developers+unsubscr...@googlegroups.com.
To post to this group, send email to android-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/android-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/android-developers/18853497-860c-49f4-b216-98d588719382%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to