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
image
How to Create Image Overlay Using Javascript
Image overlay on a web page could be done easily using Lightbox javascript library that could be downloaded here. The library uses Prototype Framework and Scriptaculous effects library. In this tutorial, i'll use Lightbox library version 2.0, the latest version at the time on this writing. A. … [Read more...] about How to Create Image Overlay Using Javascript
Recent Comments