I have an app, but I want to update it, I read some post of "stackoverflow" (update application programmatically)
Android programmatically update application when a new version is available
but none convince me.
I would like information on how to update an app.
Right now my app is not uploaded on google play, I have it in apk.
I would upgrade using a button [update click here], and that she is going to take charge "http:www.site/myapk.apk" and to update.
Why say the apk? because every week I will update my app a bit.
And if they have to always download the apk, it is very frustrating.
There an easy and clean way (with code)?