Auto-updating Hybrid Applications
Auto-updating hybrid applications, also called “self-updating” or even “sideloading”, are a way to push changes out to all of your users without the need to download a new version from the app store. This...
Auto-updating hybrid applications, also called “self-updating” or even “sideloading”, are a way to push changes out to all of your users without the need to download a new version from the app store. This...
Adding HTTPS support to your website seems to be the thing to do these days. It encrypts the traffic between your site and your visitors and helps keep unwanted eavesdroppers from seeing the data...
About a year ago I built APK Decompiler which makes it easy to decompile Android APKs. Under the hood, it bundles two utilities together: APKTool and Dex2Jar. It doesn’t yet convert the .class files into .java files,...