[android-beginners] About Xmpp settings

2008-04-28 Thread Analdin Judy
Hi, I gave correct username and password.But it display it is not a valid username or password. Can anybody please tell me,What is the solution for the error? Thanks judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the

[android-beginners] About Simple Talk

2008-04-28 Thread Analdin Judy
Hi, I have a gmail account.can i use that account(username and password ) in xmpp settings? Thanks judy --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group, send email

[android-beginners] Re: Mobile Version Of Skype Released In Beta Form

2008-04-28 Thread tim jones
Why is everyone making a big deal about skype? That service sucks. On Mon, Apr 28, 2008 at 2:11 AM, Android Lover [EMAIL PROTECTED] wrote: http://androidguys.com/2008/04/25/mobile-version-of-skype-released-in-beta-form/ Mobile Version Of Skype Released In Beta Form Well what do we have

[android-beginners] Re: ContentProviders and databases

2008-04-28 Thread ccylan
Hello Again, I was successfully able to implement my customized content provider. However there are a couple questions I would like to ask. The content provider seems to create a database inside the application that I first call it in. When I open up another application to insert into that

[android-beginners] Re: usage of

2008-04-28 Thread Megha Joshi
Hi Chad, What is the error that you are getting? It is not recommended to use ViewGroup directly, you may want to use one of the Layout classes instead, please see the ApiDemos. I also noticed you have declared the TextView tv twice. Thanks, Megha On Sun, Apr 27, 2008 at 9:04 AM, chad [EMAIL

[android-beginners] Re: Bluetooth api

2008-04-28 Thread Megha Joshi
Hi Prashant, The bluetooth APIs as available in android.org.bluez package. http://code.google.com/android/reference/org/bluez/package-summary.html The emulator does not have bluetooth capabilities. Thanks, Megha On Sun, Apr 27, 2008 at 6:10 AM, Prashant Kalkar [EMAIL PROTECTED] wrote: Does

[android-beginners] Re: About Xmpp settings

2008-04-28 Thread sacoskun
Hello Analdin, If you are using IGTalkService interface which is the class that is being used in m5 for xmpp, you need to specify your e-mail address as username (e.g. username:[EMAIL PROTECTED]) Best wishes, -sacoskun On Apr 28, 1:37 pm, Analdin Judy [EMAIL PROTECTED] wrote: Hi, I gave

[android-beginners] Re: problem in running HelloAndroid.....

2008-04-28 Thread sree kanth
Hi Justin, I followed the steps same as in the * http://code.google.com/android/documentation.html* site The compilation i followed are: 1. Install the eclipse in my system.. 2 In the eclipse install the android plugin and WST plugin using help- software updates - find and install 3

[android-beginners] Getting Values out of dialog select?

2008-04-28 Thread [EMAIL PROTECTED]
The progam needs to make decisions based on responses to several dialogs. I wanted to use flat stucture of step and repeat queries and then do something based on the set of answers. Using the API demos this was the code I wanted to build with but I could not get which1 out of the void onClick