How To Upgrade the Android Application from the internet?
Posted
by
uday
on Stack Overflow
See other posts from Stack Overflow
or by uday
Published on 2011-01-06T15:50:09Z
Indexed on
2011/01/06
15:53 UTC
Read the original article
Hit count: 169
android
Hi All,
I have an application installed on my device. From my application i need to check whether any update is available in the Website or not, if any update is available, then i need to download the application and need to install it my device. How can i achieve this through my application?
How do i uninstall application through my application code and how to install the new upgraded .apk in the device?
Any help is appreciated..
Cheers Uday
© Stack Overflow or respective owner