Tag Archives: android
Google Play Developer Policy Generator

Did you get one of these Google Play Developer Policy Violation Emails? Worry not, generate a Privacy Policy for your android app: Take a look at App Privacy Policy Generator, a web app to generate a generic privacy policy for your app. It is fair simple. Add you app name, select the dev type and enter…
Avast, Windows 8/10, Hyper-V and Intel HAXM for Android Emulator

Windows 8/10 has some Problems with Intel HAXM Installation. Intel HAXM is official supported with this Operating Systems: Windows 10 (32/64-bit) Windows 8 (32/64-bit) Windows 7 (32/64-bit) Windows Vista (32/64-bit) Windows XP (32-bit only) OS X 10.6 or 10.7 (32/64-bit) But on Windows 8/10 it should work too except of some issues you will see…
Reload strings on localize change
If you change the language in the app (read post before “Force Localize an Application on Android“) you run into the problem to reload the new language strings.
Force Localize an Application on Android
As the title stated, you can force your application to be localize on an application basis and not system basis. In this article we would use german and english. To do this you have to edit something on your oncreate function on your default activity. import android.app.Activity; import android.content.res.Configuration; import android.os.Bundle;