Category Archives: Android Development
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…
Firebase Messaging Web – Message Receiving does not work

For my next project I have started with Web Development with Angular, Node.js and Firebase Cloud Messaging. What is FMC: Using FCM, you can notify a client app that new email or other data is available to sync. You can send notification messages to drive user re-engagement and retention. For use cases such as instant messaging,…
Android Wear Connect/Debugging

I developed for COL Reminder an Android Wear App to show the notifications and add some goodies. Android Wear is a little bit different and has some specials if you want to deploy or debug it. So here is a little guide and hints for this. The main entry point to start is the official…
Eclipse to Android Studio and FogBugz/Kiln

For a few days I finally migrated from Eclipse to Android Studio. I had a few tools in Eclipse for Version Control System and Bug Tracking. Both are from FogBugz. FogBugz is Bug Tracking and Kiln (also from FogBugz) is a Verison Control System with Mercurial. In Eclipse there was a „FogBugz Mercurial Integration“ for…
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…
Removing an app icon from launcher

On Android you find a lot of apps who are free and with installing an extra „app“ you get extra features. A few examples are: – Out of milk – Andlytics – COL Reminder After activation the app should be installed but you want to remove only the app icon in the launcher. Here is…