👩💻 Join our community of thousands of amazing developers!
Here’s a brief but important advice for Android app developers: starting with your first app, prepare for the situation where a company wants to acquire one of your applications. Use a unique signing key (alias) for each app! Else you’ll be forced to either cancel the acquisition or hand out the key you use for other apps as well. http://developer.android.com/guide/publishing/app-signing.html: Android requires that all apps be digitally signed with a certificate before they can be installed. And...