[android-developers] Re: How can I publish an app without going to the android market

2011-08-16 Thread Syner
http://www.networkautomation.com/automate/8/ On Aug 11, 2:44 am, Tiklu wrote: > Hi All, > >       Can you please let me is there a way to automate the deployment > of an app to android market. > > Regards > Tiklu -- You received this message because you are subscribed to the Google Groups "Andr

[android-developers] Starting An Android App From An Url

2011-03-24 Thread Syner
is there a way to add a 'custom url scheme' to an Android app that when a user goes to a certain http:// url in the web browser it will open the app? i need functionality that is the same as this on Android. http://iphonedevelopertips.com/cocoa/launching-your-own-application-via-a-custom-url-schem

[android-developers] Re: Application still Running After Exit

2010-10-28 Thread Syner
ok i never post but this is interesting. so i have an app that constantly processes data via remote connection whenever it is open. this is the nature of the app and i know this. i want to exit the app when done because i will get a huge bill on my cell plan if i leave it running all day. most o