[android-beginners] What are the concepts are need to develop an application

2009-07-02 Thread Siva
Hi im new for this , pls help me what are concepts must needed to developing of an android application. It may be client-server applications or any please help me. Thanks siva --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] [2009-06-15 23:43:18 - DeviceMonitor]Error reading jdwp list: EOF

2009-06-16 Thread Siva
hello im trying to execute the application it will showing like this [2009-06-15 23:43:18 - DeviceMonitor]Error reading jdwp list: EOF what is the problem pls help me . thanks Regarding siva. --~--~-~--~~~---~--~~ You received this message because you

[android-beginners] Hai

2009-06-14 Thread Siva
Im new for this android how to communicate to each other via sms . using socket .Is there related example pls help me. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Beginners group. To post to this group,

[android-beginners] Re: How to create AVD ?

2009-06-06 Thread siva prasad
create avd --target 2 --name my_avd (http://developer.android.com/guide/developing/tools/avd.html#options) The location of my sdk is: C:\android-sdk-windows-1.5_r2 I am not familiar with the cmd prompt instructions. So, kindly help me out! Thanks... -- ThanksRegards Siva

[android-beginners] Re: Setting up AVD?

2009-06-05 Thread siva prasad
hai u try to go eclipse and select window-preferences-Android. then it will show one menu to set path :like D:\Android\android-sdk-windows-1.0_r2\android-sdk-windows-1.0_r2 then it will work fine. --~--~-~--~~~---~--~~ You received this message because you are

[android-beginners] Re: emulator: ERROR: you must provide the name of a virtual machine to start the emulator.

2009-01-03 Thread siva
Hi, I tried these steps, the emulator crashes with qemu: fatal: Bad mode 0 Any idea? Thanks Siva On Dec 23 2008, 11:38 am, Brian 1143 brian1...@gmail.com wrote: I have it work like this (withbuildingSDK): $ [Path toAndroid]/out/host/linux-x86/bin/emulator -system [Path toAndroid]/out

[android-beginners] Progress Bar before an Activity

2008-11-20 Thread Siva
Hi, I have a requirement where when I click a menu option, I invoke a new activity. This new activity takes a little long time to display. So I want a progress bar for this while. Which is the best way to accomplish this? Thanks. --~--~-~--~~~---~--~~ You received

[android-beginners] Simple Table Formatting

2008-11-17 Thread Siva
Hi, Is there a way to have a simple table display in the UI? I see that TableLayout does not support borders. I would like to have borders across rows and columns. Any help? Thanks, Siva G --~--~-~--~~~---~--~~ You received this message because you are subscribed

[android-beginners] Re: Onscreen Numeric Keypad

2008-11-15 Thread Siva
Bernhard, Thanks for this! Siva G On Nov 15, 11:56 am, brs [EMAIL PROTECTED] wrote: A very basic example using buttons in a table layout:http://code.google.com/p/android-labs/source/browse/trunk/BistroMath/... Or a more fancy version from the official Android platform calculator:http

[android-beginners] Re: Onscreen Numeric Keypad

2008-11-14 Thread Siva
just starting out. On Fri, Nov 14, 2008 at 8:30 AM, Siva [EMAIL PROTECTED] wrote: Hi, Is there a sample code foronscreennumerickeypad I can find somewhere? Please let me know. Or I appreciate any idea to help me how to accomplish this. Thanks, Siva

[android-beginners] Driving Distance between two Address

2008-11-04 Thread Siva
Hi, I am trying to find if there is something in the 1.0 SDK API that I can use to get the driving distance between two physical addresses? Please help. Thanks, Siva --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[android-beginners] Re: Driving Distance between two Address

2008-11-04 Thread Siva
Thanks Mark. I guess, many of the current Android apps use com.google.googlenav to achieve this (getting the distance between two address). How can I get the Jar that has com.google.googlenav ? Thanks, Siva On Nov 4, 5:50 pm, Mark Murphy [EMAIL PROTECTED] wrote: Siva wrote: Hi, I am