ideas for android application update

Posted by rantravee on Stack Overflow See other posts from Stack Overflow or by rantravee
Published on 2010-04-13T16:20:44Z Indexed on 2010/04/13 16:23 UTC
Read the original article Hit count: 263

Filed under:

Hi,

I'm planning to use my website to provide updates for my android application whenever the user decides to perform an update( in case there is one available) . I'm thinking to use http requests for the communication between the user and the server, so whenever there is a new update the server sents back to the user the link to download the apk of the update through the android browser. So far I think it should work !?!. But once I have the apk of the new update on the card ,and the installed old version of the application how do I actually perform the update ?

© Stack Overflow or respective owner

Related posts about android