[android-developers] Re: Web service Implementation for Android.

2008-07-05 Thread Prem
I got the solution. Thanks On Jul 4, 8:52 pm, Prem [EMAIL PROTECTED] wrote: I missed out to mention that I am using my system IP address in place of localhost in Android application. So IP will not be any issue. Please find the code snippet I am using for ksoap2. private static final

[android-developers] Re: Conversion to Dalvik format failed with error 2

2008-07-05 Thread Oscar Castaneda
Hi Taras, I think you're right, but I find weird since I have retrotranslated all classes using the backport and target options. This is how I'm running retrotranslator now: $ java -jar ../Retrotranslator-1.2.6-bin/retrotranslator-transformer-1.2.6.jar -srcdir srcdir -backport

[android-developers] About SimpleTalk

2008-07-05 Thread Analdin Judy
Hi, When i run the simpletalk application in m5. I got the below message in the emulator. Please set account from GTalk settings first Can anybody please tell me the reason for the above error? -- Thanks Regards Analdin Judy.M InfoWave Knowledgeware. Beyond Multimedia

[android-developers] Re: Conversion to Dalvik format failed with error 2

2008-07-05 Thread taras . puchko
Hi Oscar, The command line looks OK, but the embed option cannot be used there since your srcdir does not point to the root package of your classes. So don't use this option but add retrotranslator-android-1.2.6.jar to your project instead. If the problem persists point srcdir exectly to the root

[android-developers] how can display fancy button,menu (GUI)

2008-07-05 Thread [EMAIL PROTECTED]
i develop location base system so i need menu but problem is that it display normal menu so it require large size so i problem i want to develop fancy menu so anybody help me to how to develop fancy menu or button. Thank You Suresh Kerai --~--~-~--~~~---~--~~ You

[android-developers] android root file system

2008-07-05 Thread prashanth
Hai, where can i get android root file system for IMX31Lite kit or any information about it, I have the linux-2.6.22 kernel working on IMX31Lite kit. Thanks in advance, --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google

[android-developers] how can access map Overlay control

2008-07-05 Thread [EMAIL PROTECTED]
i want to develop location base system (gps) so i written code to display map on the screen but i cant get overlay control on the map so please give me info how can we access overlay control. if once i got overlay control can we fine direction from one city to another. Thank You Suresh Kerai

[android-developers] Android Standards

2008-07-05 Thread [EMAIL PROTECTED]
Digest:p Android is going to completely change mobile computing. It is based on activities interacting, rather than on stand-alone applications. But in order for our applications to work together, we also have to work together. In order to facilitate our Components working together better I'm

[android-developers] Re: Web service Implementation for Android.

2008-07-05 Thread www.netthreads.co.uk
have seen lots of people having the same issue.Some people might have overcome this issue. Please help me to overcome from this issue. I am really struggling with this issue. Please provide me code snippet to resolve this issue Don't keep us in suspense then. What was your solution? On Jul 5,

[android-developers] Re: Question regarding WebView

2008-07-05 Thread Brother
Great, thanks. That works fine, the focus stays on the web site that is passed via the shouldOverrideUrlLoading methos and any other links after this stay within the original webview. Olivier On Jul 3, 9:06 am, Mark Murphy [EMAIL PROTECTED] wrote: When I pass a URL to the WebView, the content