Month: July 2014

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

Android: RecyclerView Tutorial

Tutorial
Hi,  in today’s tutorial I will show you how to create a list with the newest widget presented at Google I/O 2014, RecyclerView. Also I will show how to add…

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…