Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Capturing signature

To capture a signature, a custom view is created. This view works like a signature pad and you can get the signature drawn over the view by calling getImage() method. The image is retrieved in bitmap format and can be further processed like storing o

Introduction to JCanvas

JCanvas: As we know that canvas is used to draw graphics with the help of javascript. In this there are certain properties to draw a line, circle, box, etc but canvas does not support event handlers. JCanvas is a javascript library which is writ

Explaination of Cropper Jquery Plugin

What is Cropper jquery? Cropper jquery plugin is lightweight, simple, easy, effortless cropping plugin that helps to crop images in runtime using Cropper jquery, it help to get a cropped image along with several tools that adds different effects to

A Concentric Circle Clock Using JavaScript and Canvas

Hello readers, today in my blog I will discuss about canvas . Using canvas I have created a Concentric circle clock.   The HTML <canvas> element is used to draw graphics on a web page using JavaScript.   It basically used to creat

How to make Touch Listener Image in Android.

Here I have created and example of Touch Listener Image. In this example a image can pull left, right, up and down easily. It can be used to shift your mobile app icon left and right. For this in below code I have used MotionEvent() method. Below exa

How to Design a Spin Loader using Canvas?

Canvas is an HTML5 element which is used to draw graphics using a script. It is only a container for graphics and has several methods for drawing boxes, texts, images etc. We can easily design a line, an arc, a circle and much more. The canvas elemen

How can use Bitmap in android

  In the below exampl e I have added a image with the help of Bitmap. Bitmap is eventually created and displayed on the screen. By using simply bitmap a pixels of rectangle, each pixel can be set to a given color  but exactly what color de

Putting GIF images in your Android application

Put Your GIF image in /raw folder and put the below code in your project public class CustomGifView extends ImageView { Movie movie; InputStream inputStream; private long mMovieStart; public CustomGifView(Context context, Attribute

Create a dotted star by using half tone effect.

Step 1: First open up a new document. Set the width and height of the canvas.   Step 2:  Now goto the basic shape tool and take the star tool. Draw a star on the canvas. Filled the white color inside the star.   Step 3: Select t

How to create a Live Wallpaper

Follow the below steps to create Live Wallpaper create a xml file which will describe your wallpaper screen. edit manifest file and add service code create a service class which extends WallpaperService class create xml folder inside res folder

1 3 8
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: