Thursday, May 28, 2015

Android - Crop image.

Overview:-You may notice on e-commerce site they showing product image on separate large window via crop certain portion of the product image.  have a look In the bellow snippet, i am going to demonstrate it. 1.     2. 3. ...
Share:

Monday, May 25, 2015

Android - Canvas

Android comes along with powerful open-source API libraries which support custom 2D and 3D graphics as well animations. In this tutorial, i am going to explain 2D graphics only.Canvas allows the user to draw any shapes, text, bitmap on view and its also allow the user to override...
Share:

Thursday, May 14, 2015

Android - Android Studio Short Keys and tips

For Android studio  shortcuts. Here are a few that I know. Add unimplemented methods:                               CTRL + I Override methods:     ...
Share:

Get it on Google Play

React Native - Start Development with Typescript

React Native is a popular framework for building mobile apps for both Android and iOS. It allows developers to write JavaScript code that ca...