In my previous tutorial on how to select and crop image on Android, i've explained how to create image picker/chooser to select an image from sdcard or camera then crop the selected image. The tutorial is quite advanced and on many cases in our application, we only need to select the image without … [Read more...] about How to Create Android Image Picker
gallery
How to Select and Crop Image on Android
Sometimes when creating an Android app that includes user profile picture or avatar, we need to include a feature that enables users to select and crop image to update their profile picture. On Android we can accomplish that by using intent to open image cropper app. To select an image from files, … [Read more...] about How to Select and Crop Image on Android
Recent Comments