Dutch Android User Group has become a foundation.

With great pride, I’m happy to announce The Dutch Android User Group has become a Foundation. Formalising our (Johan Pelgrim, Dennis Geurts and myself) initiative helps us in creating better content for the Dutch Android professional or hobbyist. By becoming a foundation we are
Continue Reading →

AndroidDev (Pro) tip: Do not forget screenSize

So you are stuck using screenOrientation in your android:configChanges list within your AndroidManifest. Your activity will not be recreated, but will receive a callback instead. You may not know that this is insufficient on API level of 13 or above. In API level 13 or above, the scre
Continue Reading →

AndroidDev (Pro) tip: Fragment meets container

Today a tip from my colleague Coen Houtman, a tip about Fragments and the container to put them in. What all of you Fragment users know, is that you must have a container (i.e. ViewGroup) to put your fragments in. Which ViewGroup is the best to use? Normally, with any other layout I w
Continue Reading →