Month: April 2014

  1. Home
  2. chevron_right
  3. 2014
  4. chevron_right
  5. April

Android Gradle & Manifest merge

Snippets, Solutions
[Deprecated] This post is now deprecated, the Manifest Merger has changed since my first post. You can find more about this on the android developers site. Manifest file & Gradle…

Clear Fragment back stack

Snippets
To clear the Fragments back stack of a FragmentManager, you could iterate through all back stack items and call popBackStack() but there is also a more elegant solution. Please see…

Android Nexus 5 USB Driver

Solutions
Recently I had to install the driver for Nexus 5,  but I completely forgot how to do that so I decided to write a post about this.  So what problems…