[android-developers] Re: Designing a UI for Board Game

2010-01-06 Thread piyushn
you can use DroidDraw tool for gui Design . Check it out @ www.droiddraw.org
.


thanks;-)


On Jan 5, 11:11 am, prakhy prakhyathhe...@gmail.com wrote:
 Hi,

 I need to design a board UI using android platform. i was planning to
 take one image as board and moving the required images over the board.
 How do i achieve the same? I need to find the coordinates for image
 and need to move the required images to specifies coordinates. Is
 there any andorid api for this?

 Prakhy
-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

[android-developers] Re: Audio Video recording on Android.

2009-12-24 Thread piyushn

CAN YOU PROVIDE CODE FOR FULL THIS  SO WE CAN DEBUG IT.. TO HELP YOU
On Dec 22, 3:03 am, Anu anugagganapa...@gmail.com wrote:
 Hi,
    I am trying to develop an app which streams live audio/video. I
 have the mediarecorder to record both audio, video frames , and it
 does so. But the thing is it records a chunk of audio and then records
 a chunk of video frames and then records a chunk of audio frames to
 the file. How do I determine where my audio frames start and where the
 video frames start?. Also is there any way to figure out the Video
 frame length ?. Iam really stuck at this point and any help will be
 greatly appreciated. This is how I initialize the mediarecorder in my
 app,

                 mMediaRecorder = new MediaRecorder();
                 
 mMediaRecorder.setVideoSource(MediaRecorder.VideoSource.CAMERA);
                 mMediaRecorder.setAudioSource(MediaRecorder.AudioSource.MIC);
                 mMediaRecorder.setOutputFormat
 (MediaRecorder.OutputFormat.THREE_GPP);
                 mMediaRecorder.setMaxDuration(MAX_RECORDING_DURATION_MS);
                 mMediaRecorder.setVideoFrameRate(8);
                 mMediaRecorder.setVideoEncoder
 (MediaRecorder.VideoEncoder.MPEG_4_SP);
                 
 mMediaRecorder.setAudioEncoder(MediaRecorder.AudioEncoder.AMR_NB);

 Regards,
 Anu.

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en