Solutions

Solutions for different problems, might not contain code

ListView Empty Message

Solutions, Tutorial
When I first needed to set a message on a ListView that was empty, I tried different methods, but none of them worked, except the one that I will describe…

Share image Intent

Snippets, Solutions
Whenever you need to share an image from the external storage you can use the startActivity method and an Intent to do that. Doing so, the user will be able to…

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…

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…
keyboard_arrow_up