[android-developers] Re: android 3.0:Text Selection in webview

2011-11-24 Thread shweta
actually i wants, as i select the text from webview.it prvoides the automatically functionality to selection .but i Wants copy this selected text to clipboard from own creating button.if u have source code for it plz send me On Nov 25, 7:23 am, IcedNet d...@icednet.info wrote: You need to refer

[android-developers] android 3.0:Text Selection in webview

2011-11-23 Thread shweta
Hello Developers, I am using android 3.0 .As I select the data from webview , there comes a option menu copy to copy the data on clipboard. i wanna create own button .as i click on that button it will copy the text on clipboard. i am able to copy selected text from webview to clipboard till 2.3

[android-developers] Re: android 3.0:Text Selection in webview

2011-11-23 Thread shweta
Plz tell me how can i select text from webview .and copy the selected text on clipboard in android 3.0 On Nov 23, 4:36 pm, shweta sonalaggrawal2...@gmail.com wrote: Hello Developers, I am using android 3.0 .As I select the data from webview , there comes a option menu copy to copy the data

[android-developers] Re: android 3.0:Text Selection in webview

2011-11-23 Thread shweta
(this, clipboard.getText(), Toast.LENGTH_SHORT).show(); break; } } } It' s working fine till 2.3 version .I have to run on android 3.0 mail.com wrote: Hi Shweta, Can you post the code you have written? Regards, Aki -- You received this message

[android-developers] Re: android 3.0:Text Selection in webview

2011-11-23 Thread shweta
(), Toast.LENGTH_SHORT).show(); break; } } } It's working fine till android 2.3.But i have to same work on android 3.0 On Nov 24, 11:09 am, Aki arnab...@gmail.com wrote: Hi Shweta, Can you post the code you have written? Regards, Aki -- You

[android-developers] Re: onConfigurationChanged call back is not getting called?

2011-11-15 Thread shweta
Hello, Put configChanges attribute into manifiest file before closing / application tag. Example are given below: activity android:screenOrientation=portrait android:configChanges=orientation|keyboardHidden|keyboard android:name=write Activity name/activity On Nov 15,

[android-developers] prb: Listview Scrolling

2011-11-08 Thread shweta
http://ericharlow.blogspot.com/2010/10/experience-android-drag-and-drop-list.html I used above link to rearrange item in listview.i am able to drag n drop the item on touch event. but there is problem that if the listview has more item on listview. i am not able to scroll the list item. Plz tell

[android-developers] Selected data in webview

2011-10-20 Thread shweta
I have load html on webview and i select the data on webview .i wanna get selected data from webview. How can i get Selected data from Webview -- 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] Package is not available in sample folder of android sdk.

2011-10-19 Thread shweta
Hello, There is action bar compatibilty package in android 3.0 in android developer site . i have installed android 3.0 but i don't get action bar compatibilty package in android -sdk. -- You received this message because you are subscribed to the Google Groups Android Developers group. To

[android-developers] Re: About Hindi Font

2011-10-19 Thread shweta
see this link http://www.androidengineer.com/2010/08/easy-method-for-formatting-android.html On Oct 20, 6:02 am, warriorinjapan chandanpratih...@gmail.com wrote: Hi Does anyone of you know whether Android supports Hindi Devnagri fonts? Thanks Chandan -- You received this message because

[android-developers] Prb: gallery Widget

2011-10-18 Thread shweta
Hello, i am using android:spacing(-40) to decrease space in betweem gallery item. the only left side image decrease the space and goes to behind the images but the right side image are overlapped. -- You received this message because you are subscribed to the Google Groups Android Developers

[android-developers] Re: Prb: gallery Widget

2011-10-18 Thread shweta
Hello Gaurav, Actually i wanna hide half image behind the Center image.as i decrease the spacing, it hide the image in left side of Centered image of gallery . but it is not happening in right side of center image.right side images are overlapped. -- You received this message because you are

[android-developers] ebook for android

2011-10-12 Thread shweta
Hello, Plz tell me best book for android which has basic concept .the book should be like head first in java. Thanks shweta -- 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

[android-developers] Simulation of keys such as home,menu and back as soft keys on 2.2

2011-03-18 Thread Shweta Naik
I would like to have home , menu and back keys as soft keys on my application. The Android version is 2.2. How do i go about it. -- 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] Api to know whether the phone is in idle or home screen.

2009-06-01 Thread shweta
Hi, Is it possible to determine whether the user is in idle screen or is performing some activity. When the finish() is called, will the UI come to the idle mode? Thanks, Shweta --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] getting error in calling MakeDefaultPhones() in my application

2009-02-23 Thread shweta
more 02-23 10:56:54.410: INFO/Process(57): Sending signal. PID: 258 SIG: 3 I have added READ_CONTACTS and WRITE_CONTACTS permission to the manifest.xml.Can anyone tell what permissions are further required for adding simphonebook.Or what could be the reason for getting the error. Thanks, Shweta

[android-developers] Re: running out of memory

2009-02-03 Thread shweta kumari
and the foreground process needs memory how the memory handler works? Thanks, Shweta On Mon, Feb 2, 2009 at 11:21 AM, shweta kumari shweta.n...@gmail.comwrote: Hi, I am running a script that runs randomly the browser and music.After 7-8 instances of browser getting opened I see the following error

[android-developers] running out of memory

2009-02-02 Thread shweta kumari
( 983): AndroidRuntime onExit calling exit(4973) Is it possible to open the browser windows consecutively for 10 mins.Secondly why does the background process get killed? Thanks, Shweta --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] generating keypad tones

2008-12-15 Thread shweta kumari
Hi, The audio touch tone is enabled on the phone.But when I press any key I am not able to get the tone.How are the keypad tones generated? Thanks, Shweta --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android

[android-developers] How to generate tones for keys

2008-12-15 Thread shweta kumari
Hi, Does android support tones when the keys are pressed? Moreover when I press any key on the device I dont see any message in logcat.Is it possible to get these messages? Thanks, Shweta --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-developers] Re: How to generate tones for keys

2008-12-15 Thread shweta kumari
Hi, When we press any key i want to see the events on logcat.I would like to ask where should i add these debug messages? Thanks, Shweta On Tue, Dec 16, 2008 at 12:25 PM, Mihai mihai...@gmail.com wrote: Hi, I would also be interested in something like this - so I would like to ask