[android-developers] Set scroll to jquery mobile popup in android 2.2

2012-12-09 Thread mohana priya
I am using jquery mobile popup in my phonegap android app.I need to set the height to the popup and to scroll when the content exceeds in the popup.I have tried some code its working fine in android 4.0 but not working in android 2.2. div align=center a href=#popupBasic data-rel=popupclick

[android-developers] textbox problem in android 4.0

2012-12-03 Thread mohana priya
Hi,I have designed the android phonegap app using jquery mobile.In android 4.0 when the textbox gets focused and trying to scroll the page,the textbox moves above header and footer.Please help me to solve this problem.Thanks in Advance. -- You received this message because you are

[android-developers] video uploaded from galaxy tab not playing

2012-10-04 Thread mohana priya
I captured video from samsung galaxy tab (android), and tried to upload to server. i tried to play the video captured in galaxy tab in strobe media player,I can able to hear the audio,but video is invisible. When I try from other mobile devices, it's playing fine. Please kindly guide me.

Re: [android-developers] video uploaded from galaxy tab not playing

2012-10-04 Thread mohana priya
other media player in the same tab? On Oct 4, 2012 6:29 PM, mohana priya gpriy...@gmail.com javascript: wrote: I captured video from samsung galaxy tab (android), and tried to upload to server. i tried to play the video captured in galaxy tab in strobe media player,I can able to hear the audio

[android-developers] unable to open the local database in android

2012-07-09 Thread mohana priya
I have service in android,from that service i started an activity.I called the method inside the activity from service.In that method,i open the database and tried to insert the values.Without using database,its working fine.But my app getting force closed when i used database plugin(java

[android-developers] application with same size in all the mobile

2011-12-19 Thread mohana priya
I have created the phonegap android application.I need to get the application with same design size in all the mobile.Please tell me the solution.Thanks in Advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send

[android-developers] How to change the design size of the application for each and every mobiles

2011-12-19 Thread mohana priya
I have designed my phonegap android application using html and javascript.This application is for mobile.So i want to know how to get the same design size in all the mobiles.Is there any settings available.Please tell me the solution.Thanks in Advance. -- You received this message because you

[android-developers] how to retrieve contact image from contacts in android phonegap application

2011-12-12 Thread mohana priya
Hello Android developers.In my android phonegap application, i want to retrieve the contact image from contacts in the android mobile using javascript.Please tell me how to do so.Thanks in Advance. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] types of emulators

2011-12-01 Thread mohana priya
Hello android developers.For Motorola,Samsung etc. is there different emulator for each in android.If so please tell me how to get the emulator for Motorola.Thanks in Advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] emulator for motorola droid x

2011-11-30 Thread mohana priya
Hello android developers.can u please tell me How and where to download the motorola droid x emulator for android application with phonegap.Thanks in Advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email

[android-developers] How to call the activity class

2011-11-25 Thread mohana priya
Hello android developers.I need to call the activity class inside the java class,because i need to do the application in phonegap.Please tell me the solution.Thanks in Advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to this

[android-developers] Re: How to call the activity class

2011-11-25 Thread mohana priya
in Advance. On Nov 25, 9:40 pm, Kumar Bibek coomar@gmail.com wrote: Your question is not clear. Please clarify by giving more details. On Nov 25, 7:21 pm, mohana priya gpriyara...@gmail.com wrote: Hello android developers.I need to call the activity class inside the java class,because i need

[android-developers] to start an activity

2011-11-21 Thread mohana priya
Hello android developers.I want to know whether we can start the activity life cycle manually in android.Please reply me.Thanks in Advance. -- 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] video stream using rtmp

2011-10-29 Thread mohana priya
Hello In my android application i need to publish the video file to the server using rtmp client.I want to know whether it is possible to do streaming in android using rtmp.If so how to do.Please give me the code.Kindly help me.Thanks in Advance. -- You received this message because you are

[android-developers] video file publishing in android

2011-10-24 Thread mohana priya
Hello android developers.I need to create an application for video file publishing to the server in android using rtmp client. Here is the sample code which i have tried http://code.google.com/p/android-rtmp-client/downloads/detail?name=rtmp_client_src.zipcan=2q= first i have tried this sample

[android-developers] video publishing

2011-10-22 Thread mohana priya
I am new to video publish in android.I need the code to publish the video in server using android (rtmp) .Please tell the solution.Thanks in advance. -- 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] Re: capture video

2011-10-12 Thread mohana priya
: See the SimpleVideo example in the download files for  Chapter 10 of Android In Action, which source files you can download fromhttp://code.google.com/p/android-in-action/ On Oct 11, 10:28 pm, mohana priya gpriyara...@gmail.com wrote: I am created new instance of class for camera.I need

[android-developers] Re: capture video

2011-10-12 Thread mohana priya
example in the download files for  Chapter 10 of Android In Action, which source files you can download fromhttp://code.google.com/p/android-in-action/ On Oct 11, 10:28 pm, mohana priya gpriyara...@gmail.com wrote: I am created new instance of class for camera.I need to know how

[android-developers] Video streaming

2011-10-11 Thread mohana priya
Hello android developers.In my android application i need to capture the video instead of capturing picture.Please tell how to do so.Please tell me the solution.Thanks in advance. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] capture video

2011-10-11 Thread mohana priya
I am created new instance of class for camera.I need to know how to capture video in android.Please tell me how to do so .Thanks in Advance. -- 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] phone gap

2011-09-16 Thread mohana priya
what is the difference between android phone gap and blackberry phonegap -- 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] fragment in android

2011-09-06 Thread mohana priya
I am new to android.i need to divide the android screen using fragment.But i dont know how to do.If anybody know how to code please tell me. -- 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] frames in button click event

2011-09-05 Thread mohana priya
I am using tabs in my application.When am clicking the button i need to get the frame in right side of the button.I want to create the frame dynamically.Any one tell me the solution. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post to

[android-developers] frame in spinner control

2011-09-05 Thread mohana priya
I am using tabs in my application.When am clicking the spinner i need to get the frame in right side of the spinner .I want to create the frame dynamically.Any one tell me the solution. -- You received this message because you are subscribed to the Google Groups Android Developers group. To post

[android-developers] Re: application should not exists

2011-09-02 Thread mohana priya
Yes how to recover that On Sep 1, 6:44 am, James december...@gmail.com wrote: Then things will be clear if you run log cat, There must be some exceptions uncaught in your code :-)  On Aug 31, 2:12 pm, mohana priya gpriyara...@gmail.com wrote: Thanks for your reply but am getting error

[android-developers] Re: application should not exists

2011-08-31 Thread mohana priya
Thanks for your reply but am getting error as force close. On Aug 30, 12:49 pm, James 030440...@163.com wrote: It's just paused, not closed. When the call finishes and you come back. Camera would resume. This is the android way of multi-task. On Aug 29, 9:15 pm, mohanapriya

[android-developers] Live Video Streaming

2011-08-31 Thread mohana priya
I am new to android.I need to know how to code for rtmp client in android for video live streaming.Any one tell me the idea how to do.. -- 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] exit camera

2011-08-29 Thread mohana priya
am in a camera mode and if any interruption occurs or if need to attend the calls the application gets closed or exception occurs.But for me application should not get closed.Any one give suggestions through coding -- You received this message because you are subscribed to the Google Groups