[android-beginners] How to select multi phone number from phone book?

2010-06-09 Thread Ken
Hello all, I want to write something to sms to several people. I want to select the phone numbers from the system phone book activity. 1. Uri uri = Uri.parse("content://contacts/people"); 2. Intent intent = new Intent(Intent.ACTION_PICK, uri); 3. startActivityForResult(intent, PICK

[android-beginners] Visibility

2010-06-09 Thread Aviral
I noticed that we can set a view invisible by using setvisibility() function. Is it possible to do so for drawables also? I want to hide an application icon which I have installed. Is it possible?? -- You received this message because you are subscribed to the Google Groups "Android Beginners" gr

Re: [android-beginners] Visibility

2010-06-09 Thread Kostya Vasilyev
This is controlled in the manifest file. Just remove launcher categories for the activity. 09.06.2010 13:47 пользователь "Aviral" написал: I noticed that we can set a view invisible by using setvisibility() function. Is it possible to do so for drawables also? I want to hide an application icon

[android-beginners] Cursor position to the start of the text

2010-06-09 Thread skalluraya
Hi All, I have a small problem. In my activity i have a edittext and button. Clicking on button I am changing the inputtype of the edittext. Now whats when i click button the input type changes but the cursor goes to the begining of the text in edittext. Can i retain the same position of the cu

Re: [android-beginners] Visibility

2010-06-09 Thread Aviral Shrivastava
Hi Kostya Thanks a lot for the info... But is it possible to access AndroidManifest.xml from the code.. What I want to ask is... Can I remove launcher categories for the activity(from AndroidManifest.xml) while I am still running the application.? the next time, it should not show the icon... Than

[android-beginners] Problem in getting height of contetn in Webview

2010-06-09 Thread brijesh masrani
hello, I have a HTML file in a web view. I want to find the length of the content of that HTML file. I have tried all methods like *getContentHeight*() and *getHeight*() but it doesn't gave me the exact height which i want. There is one Protected method in View class " *computeVerticalScrollRang

[android-beginners] Problem in getting height of contetn in Webview

2010-06-09 Thread brijesh masrani
hello, I have a HTML file in a web view. I want to find the length of the content of that HTML file. I have tried all methods like *getContentHeight*() and *getHeight*() but it doesn't gave me the exact height which i want. There is one Protected method in View class " *computeVerticalScrollRang

Re: [android-beginners] Visibility

2010-06-09 Thread Justin Anderson
I don't think that is possible because the manifest is part of the signed APK. Changing that would invalidate the signature. Why would you want to do that anyway? -- There are only 10 types of people in the world... Those who k

[android-beginners] Phone contacts to GoogleMail?

2010-06-09 Thread Sam Lowry
Hi all I'm probably missing something blindingly obvious, but I can't see a way of doing this. What I want to do is copy ALL my phone contacts to my GoogleMail (well actually GMail) contacts. So if I ever don't have my phone with me, or the battory is dead, but I have net access, I can still con

Re: [android-beginners] Phone contacts to GoogleMail?

2010-06-09 Thread peter f miller
On Wed, Jun 9, 2010 at 5:57 PM, Sam Lowry wrote: > Hi all > > I'm probably missing something blindingly obvious, but I can't see a way > of doing this. > > What I want to do is copy ALL my phone contacts to my GoogleMail (well > actually GMail) contacts. So if I ever don't have my phone with me, o

[android-beginners] how to develop a site client?

2010-06-09 Thread JUN
Hello all, I'd like to develop a site client in android. but, i don't understand how to do it? my thinks: 1. the site provides a api, i can call it in android? 2. i create myself connections,read/write database? is there any demo to show it. -- You received this message because you are subscr

[android-beginners] Developing HTC touchflo like inteface for android

2010-06-09 Thread Sudeep Jha
Hi, After seeing HTC touchflo interface for windows mobile phones, I thought of building the same for my android app. Can anybody suggest how to go about this for the quick launch buttons view @bottom of screen? -- Warm Regards, Sudeep -- You received this message because you are su