Re: [android-developers] dynamically change the content of the project

2012-03-12 Thread ashish keshri
You are using any web service for that? means if you are using web services, then you simply hit that service using child thread get value and dynamically display in your Android view? You simply need to call some methods!! is it ur solution? am i right? On Sat, Mar 10, 2012 at 12:38 PM,

Re: [android-developers] Not able to display map in android app.

2012-03-05 Thread ashish keshri
Hi friends, Thanks for your reply, its a ,map key issue. now i am able to display map. using release key. On Mon, Mar 5, 2012 at 11:35 AM, rambabu mareedu rambabu.mare...@gmail.comwrote: hi here i'm giving some links ,,,to get google api key

Re: [android-developers] how to switch ui from one to other

2011-07-26 Thread ashish keshri
hi On 3rd Ui Call finish() method, inside Button OnclickListner you navigate back to last Activity. and you can use startActvity() method to navigate Between Activity. Thanks On Tue, Jul 26, 2011 at 5:07 PM, aparna rani indela@gmail.com wrote: hi to all I am new to android

[android-developers] Automatic installation and Protection level 3 in android

2011-07-11 Thread ashish keshri
Hi After downloading apk file fro remote server. I want to start automatic installation programmatically. But I am not able do it because I am not able to take protection level 3 permission from the system. Please Help With Thanks and regards Ashish Keshri -- You received this message

Re: [android-developers] How to check internet connection in background when application closed

2011-07-11 Thread ashish keshri
Hi Can you please shareyour logic and code. Thanks On Mon, Jul 11, 2011 at 4:19 PM, NaveenShrivastva kumarnaveen.si...@gmail.com wrote: On Mon, Jul 11, 2011 at 3:48 PM, N K Shrivastva kumarnaveen.si...@gmail.com wrote: How to check internet connection in background when