- How to capture a hig-quality image
- How to get an image from the phone gallery
- How to download an image from the internet using Picasso library
- How to set an image to imageView using two different methods
- How to create a file in the external storage and save images in it
- How to work with ButterKnife library (addition)
- BindView
- onClick
- Picasso
- ButterKnife
This is the first version of the project and all the methods are in the main thread (UI thread), the second version we will use RXJava.