Re: [android-developers] Re: Need an invitation to google Wave?

2009-11-09 Thread shobhit kasliwal
/android-developers?hl=en > > -- > 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

[android-developers] Re: Returning to Previous Activity from a network camera activity

2009-10-23 Thread shobhit kasliwal
wrote: > > Shobhit Kasliwal wrote: > > I am getting back to previous activity with finish() but I am not able > > to do any event on it. > > What does this mean? > > > When I check the logcat it is saying " No > > window to dispatch at Pointer 1 and 0. &g

[android-developers] Returning to Previous Activity from a network camera activity

2009-10-22 Thread Shobhit Kasliwal
Hi I have an activity with a button on it and when I click the button I am starting a new activity with a network camera on it. when I click a button on this activity (after capturing the image ) I want to start the previous activity again. I am getting back to previous activity with finish() but

[android-developers] Running a previous activity on click of a button and do events on it

2009-10-21 Thread Shobhit Kasliwal
Hi I am using tabbed Activity and Inside every tab I have different activities. on one of the activity (inside tabs) on click of a button I am starting a new activity(with a button it ) now I want to come back on previous activity on click of that button in new Activity and do some click events.

[android-developers] Re: External Database Connectivity

2009-10-03 Thread shobhit kasliwal
will need to connect to an external > database and pull certain columns. > I am looking for some help in opening a connection to the database. > In another words, something like ODBC or JDBC in web development. > > Thank you in advance, > Sandreev. > > > > -- Sho

[android-developers] Re: Running camera android Emulator

2009-10-03 Thread shobhit kasliwal
etCamera("192.168.0.100", 9889, 320, 240, > true); > if (!cs.open()) { /* deal with failure to obtain camera */ } > while(/*some condition*/) { > cs.capture(canvas) //capture the frame onto the canvas > } > cs.close(); " > > Where should we put these code? &g

[android-developers] Sending large files through webservice

2009-09-29 Thread Shobhit Kasliwal
Hi I am creating an application which does recording and I am storing it into a temporary storage. Now I want to read and send that file to a remote server via webservice. Can anybody tell me how can I do that. I tried reading and converting the files to byte[] but when I tried to send that byte[]

[android-developers] Re: Running camera android Emulator

2009-09-28 Thread shobhit kasliwal
29, 2009 at 12:53 AM, Shobhit Kasliwal < > shobhit.kasli...@gmail.com> wrote: > >> >> Hi >> >> Can anyone tell me how can I use my computers webcam as camera in >> android emulator. >> Tutorial would be a great help for me. >> >> T

[android-developers] Playing Remote video file android emulator showing still image with sound

2009-09-28 Thread Shobhit Kasliwal
Hi I am writing an application to run a video file from a remote server. I am getting the sound but instead of video I am getting one still image. Can anyone tell me what can be the problem ? Thanks Shobhit Kasliwal --~--~-~--~~~---~--~~ You received this

[android-developers] Running camera android Emulator

2009-09-28 Thread Shobhit Kasliwal
Hi Can anyone tell me how can I use my computers webcam as camera in android emulator. Tutorial would be a great help for me. Thanks, Shobhit Kasliwal --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "An