[android-beginners] Re: Problem with java.net

2008-08-29 Thread sacoskun
Please take a look at http://groups.google.com/group/android-developers/browse_thread/thread/d2fef5736396f41b/fe1b8d813e0e9eeb?show_docid=fe1b8d813e0e9eeb Regards, sacoskun On Aug 29, 1:37 pm, leafka [EMAIL PROTECTED] wrote: I want to test the following code, but the DDMS always display

[android-beginners] Re: Which package of HttpClient to use ?

2008-07-18 Thread sacoskun
I have also seen that a post from the Apache side, http://marc.info/?l=httpclient-commons-devm=121619186001543w=2 It seems that the HttpClient is going to come as 4.0 Alpha in Android. (Not official) sacoskun On Jul 18, 9:16 am, Gavin Bong [EMAIL PROTECTED] wrote: Hi Danny, Did you learn

[android-beginners] Re: Submitting user login details to a web site

2008-07-12 Thread sacoskun
://groups.google.com/group/android-developers/browse_thread/ thread/1505eb8e0f657ad4/0dc267b7d1f3dcd1?lnk=gstq=web +service#0dc267b7d1f3dcd1) Best wishes, sacoskun On Jul 11, 12:59 pm, AnuR [EMAIL PROTECTED] wrote: Hi, I have a login page to login to a site they provide XML and SOAP apis for subitting

[android-beginners] Re: I normally debug using print statements to the terminal, possible in eclipse??

2008-06-30 Thread sacoskun
, sacoskun On Jun 1, 7:57 pm, Gaunt Face [EMAIL PROTECTED] wrote: Ive been doing some hunting around, I am guessing Im meant to use Log.* for performing this sort of task, i.e. using print statements for debugging. But I can't seem to get the adb filter to work, if I just go Log.v(Test, Here

[android-beginners] Re: Hp IPAQ h4350

2008-06-24 Thread sacoskun
Hello Mahmood, First of all I do not think there is a Dalvik VM which runs on Windows CE for now. Secondly, even if it is possible, writing your code in C++ or C# with Compact Framework will be much more efficient and result in better performance for Windows CE. Best wishes, sacoskun On Jun

[android-beginners] Re: About Xmpp settings

2008-06-14 Thread sacoskun
That is good to hear that you made it running Judy. If you want a simple example for the xmpp running in a simple application, you can have a look at the codes in http://www.helloandroid.com/node/573. Best wishes, sacoskun On Apr 29, 10:34 am, sacoskun [EMAIL PROTECTED] wrote: Hello justin

[android-beginners] Re: About Xmpp settings

2008-04-29 Thread sacoskun
, -sacoskun On Apr 29, 8:35 am, Analdin Judy [EMAIL PROTECTED] wrote: Actualy i gave my email-id as a username.Eventhough its showusername or password is not valid Thanks judy --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Re:

2008-04-29 Thread sacoskun
Hello Kunal, What does java -version print out in terminal for you? Best wishes, -sacoskun On Apr 29, 12:48 pm, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Hi, I am facing troubles in getting started with Android SDK. I am using following: (1) Fedora Core-7 Linux Distribution

[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