All Posts
Signing an Android APK
Why Sign the APK?
Android requires all Apk files to be signed with certificate of the owning body (developer or company) before it can be installed. Signing ensures that apk is generated by the person who claims to be the author of the game.
Build Android Apk for Construct 2 Games: Cordova
What this blog covers?
Once the game has been created using Construct 2, this blog outlines the steps involved in exporting the game and building the android apk using cordova tool. This blog doesn’t cover uploading the apk to google play console (that process is common across all android apk)
Experiment With Google Flutter
Why Flutter?
It claims to provide support for building native apps on Andriod and iOS (and possibly other platforms) from a single codebase. As a Mobile App Developer myself, I tried to workaround the problem of building apps from single codebase across platforms by using webview + js. Some of the primary downsides in this approach are: