Posts by Acacio • 81 points
4 posts
-
5
votes4
answers15337
viewsA: Security - What is a KEY API?
That’s a very broad question... The exact function of a key API depends heavily on the entity that generated it and for what purpose. Generally, a KEY API is the name given to a secret token that is…
-
1
votes2
answers950
viewsA: How to make a manual system to check for new updates?
You need to build a mechanism for your app to call the server periodically and check if there is a new version. If it exists, the app needs to download the update and install it with something…
-
1
votes0
answers27
viewsQ: Update an app without Google Play
I just closed a beta version of an Android app that can’t be distributed on google play. I will provide a special link for some users to download. It is very important that this stays out of the…
-
1
votes1
answer132
viewsA: How do I get the images in the location the mouse pointer is in?
I think that helps you (line 250):…