[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 to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



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

2009-06-06 Thread siva prasad
better u try like this
D:\android-sdk-windows-1.0_r2\android-sdk-windows-1.0_r2.
i will work fine.

On Fri, Jun 5, 2009 at 3:09 AM, jbrohan jbro...@gmail.com wrote:


 In teh command prompt window you need to get into the right directory
 (folder) to issue the command. you need to  get to
 C:
 C: cd C:\android-sdk-windows-1.5_r2
 C:\android-sdk-windows-1.5_r2 cd tools
 C:\android-sdk-windows-1.5_r2\tools android crea...

 look up dos cd in google.
 John

 On Jun 4, 9:21 am, muhammadaliqa...@gmail.com
 muhammadaliqa...@gmail.com wrote:
  Hi,
 
  I am using Vista. I have installed android-sdk-windows-1.5_r2,
  inserted the path of sdk in system variables and installed Eclipse
  IDE. I have also intstalled the android plug in for Eclipse. How ever
  I am facing difficulties in creating an AVD. Though I tried the
  following command on command prompt but it didn't work :(
 
  android 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.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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/target/product/generic -kernel [Path 
 toAndroid]/prebuilt/android-arm/kernel/kernel-qemu -data [Path 
 toAndroid]/out/target/
 product/generic/userdata-qemu.img

 You should make a copy of the original userdata.img to userdata-
 qemu.img pointed by the -data argument.

 On 12月23日, 上午11時39分, malmeida malme...@gmail.com wrote:

  I 'solved' the problem with the following:

  1. cd root dir; make sdk
  If you get an error about javadoc versions, have a look at the
  following thread:
 http://groups.google.com/group/android-framework/browse_thread/thread...

  2. unzip the sdk zip

  3. cd tools dir; ./android--list target
  This will list the available 'targets'. There seems to be a single
  'target', which has id 1.

  4. ./android--create --target 1 --name myconfig
   This will create a vm named 'myconfig' that corresponds to target
  1. This vm name can be used to start the emulator:

  5. ./emulator -vm myconfig

  Does anyone know if this will be the only possible way to run the
  emulator from now on? Will we ever be able to run the emulator
  straight from the output of make without having to generate the full
  sdk?

  Marcelo

  On Dec 22, 8:09 pm, malmeida malme...@gmail.com wrote:

   I tried that and the problem remains.

   On Dec 22, 4:06 pm, Disconnect dc.disconn...@gmail.com wrote:

Run:
. ./build/envsetup.sh
emulator

On Sun, Dec 21, 2008 at 7:50 AM, moontain chen.worksp...@gmail.com 
wrote:
 Hi,

 I downloaded the platform source code and completed a build.
 When I trying to run the emulator with following command,error occurs.
   $ ./out/host/darwin-x86/bin/emulator -system 
 ./out/target/product/generic
 -kernel ./prebuilt/android-arm/kernel/kernel-qemu -skindir
 ./development/emulator/skins

 Below is the error message.

 emulator: ERROR: you must provide the name of a virtual machine to 
 start
 the emulator.
 please see -help-vm for details.

 what's wrong with the command? what's the name of the virtual machine 
 in
 the case?

 I'm usingMacOS X v 10.4.11, XCode v2.5

 Regards,
 Moontain

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
android-beginners-unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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.git.kernel.org/?p=platform/packages/apps/Calculator.gi...

 Bernhard

 On Nov 14, 10: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
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[android-beginners] Re: Onscreen Numeric Keypad

2008-11-14 Thread Siva

Is the book Hello, Android released already Amazon asks for a pre-
order!

On Nov 14, 2:27 pm, Nathan Maves [EMAIL PROTECTED] wrote:
 I wrote one last night and it took me only a few hours...   It was
 based off the one in the Hello, Android book.  So far I would
 recommend this book to people 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
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---



[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 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?

 I do not believe there is such an API available.

 --
 Mark Murphy (a Commons Guy)http://commonsware.com
 _The Busy Coder's Guide to Android Development_ Version 1.4 Published!
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google
Groups Android Beginners group.
To post to this group, send email to android-beginners@googlegroups.com
To unsubscribe from this group, send email to
[EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en
-~--~~~~--~~--~--~---