How to use ButterKnife with Android

How to use ButterKnife with Android

In this tutorial, I’m making the introduction to a fantastic open-source library called ButterKnife for Android. If you would like to follow along make sure to clone the starter code from the GitHub repository. Don’t forget to review the official...
How to Access and Store Images with Android

How to Access and Store Images with Android

This blog post contains supplementary material for a video from my YouTube channel. In this video, I will be covering how to access and save photos in an Android application. You can fork or download the starter code on Github. There are 15 steps in total. Step 1....