[android-developers] regarding api version

2011-07-30 Thread nageswara rao rajana
hi, I developed an android application using maps in API level 6.I run the application on device 2.1, google maps not displaying. What might be the problem. Thanking you, nageswararao. -- You received this message because you are subscribed to the Google Groups Android

Re: [android-developers] regarding api version

2011-07-30 Thread Mark Murphy
Either: -- you have the wrong maps API key, or -- you do not have the INTERNET permission, or -- the device does not have Internet access On Sat, Jul 30, 2011 at 5:32 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: hi,       I  developed an android application using maps in API level 6.I

Re: [android-developers] regarding api version

2011-07-30 Thread nageswara rao rajana
Can we run application on 2.1 device which was developed on 1.6. On Sat, Jul 30, 2011 at 3:25 PM, Mark Murphy mmur...@commonsware.comwrote: Either: -- you have the wrong maps API key, or -- you do not have the INTERNET permission, or -- the device does not have Internet access On Sat,

Re: [android-developers] regarding api version

2011-07-30 Thread Mark Murphy
On Sat, Jul 30, 2011 at 6:03 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: Can we run application on 2.1 device which was developed on 1.6. Yes. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] regarding api version

2011-07-30 Thread nageswara rao rajana
what are the difference between 1.6 and 2.1, can you please tell(means add-on's in 2.1) On Sat, Jul 30, 2011 at 3:45 PM, Mark Murphy mmur...@commonsware.comwrote: On Sat, Jul 30, 2011 at 6:03 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: Can we run application on 2.1 device which

Re: [android-developers] regarding api version

2011-07-30 Thread Mark Murphy
On Sat, Jul 30, 2011 at 6:17 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: what are the difference between 1.6 and 2.1, can you please tell(means add-on's in 2.1) Step #1: Open up a Web browser Step #2: Visit http://developer.android.com Step #3: Click the SDK tab on the Web page

Re: [android-developers] regarding api version

2011-07-30 Thread nageswara rao rajana
I have one more question i developed an application which send data through internet(gprs). so if i am in a position where WiFi is available then instead of gprs i have to use WiFi. Is this possible to shift. On Sat, Jul 30, 2011 at 3:50 PM, Mark Murphy mmur...@commonsware.comwrote: On Sat,

Re: [android-developers] regarding api version

2011-07-30 Thread Mark Murphy
On Sat, Jul 30, 2011 at 6:42 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: I have one more question i developed an application which send data through internet(gprs).   so if i am in a position where WiFi is available then instead of gprs i have to use WiFi. Is this possible to shift.

Re: [android-developers] regarding api version

2011-07-30 Thread nageswara rao rajana
so you mean when WiFi is enabled on android device data transfer will be through wifi even though gprs is activated.This will be done automatically or should we implement any code for this. On Sat, Jul 30, 2011 at 4:18 PM, Mark Murphy mmur...@commonsware.comwrote: On Sat, Jul 30, 2011 at 6:42

Re: [android-developers] regarding api version

2011-07-30 Thread Mark Murphy
On Sat, Jul 30, 2011 at 7:26 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: This will be done automatically That is what I meant when I said This happens automatically. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog |

Re: [android-developers] regarding api version

2011-07-30 Thread nageswara rao rajana
Oh thank you mark. I am very thankfull to your support. On Sat, Jul 30, 2011 at 4:58 PM, Mark Murphy mmur...@commonsware.comwrote: On Sat, Jul 30, 2011 at 7:26 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: This will be done automatically That is what I meant when I said This

Re: [android-developers] regarding api version

2011-07-30 Thread Kostya Vasilyev
... provided that the network has been configured in Android (set up as a known network). 30.07.2011 15:28, Mark Murphy пишет: On Sat, Jul 30, 2011 at 7:26 AM, nageswara rao rajana nagu.raj...@gmail.com wrote: This will be done automatically That is what I meant when I said This happens

Re: [android-developers] regarding api version

2011-07-30 Thread Mark Murphy
On Sat, Jul 30, 2011 at 7:54 AM, Kostya Vasilyev kmans...@gmail.com wrote: ... provided that the network has been configured in Android (set up as a known network). True enough. OTOH, it's not like you have many options if it's not configured and it's secured. :-) -- Mark Murphy (a Commons