Android presentation

Again I got the opportunity to speak at an evening session. This time I talked about Android. Download Android presentation (PDF/13MB) The presentation exists of 2 parts. The first part being a...

GWT Presentation

This is a GWT introduction I presented at a community event of my employer Ausy/DataFlow Consultancy. Many thanks for the opportunity and I’m looking forward to the next session. Download the presentation...

Get Android Google Account

You can get the android google account from a device using the AccountManager like this: Account[] accounts = AccountManager.get(this).getAccounts();for (Account account : accounts) {  // TODO: Check possibleEmail against an email regex...