Tag Archives: Frame

Custom TimerView in iOS – Swift

By | April 10, 2017

Hello everyone, Here in this tutorial I will show you how you can create a Custom View for Timer without any layout in Swift. Custom Timer Class Our Custom timer class will look like this Here I am passing the superview in which timerview is going to be placed as the parameter. Then I am… Read More »

Android frame Animation

By | April 23, 2011

A series of frames is drawn one after the other at regular intervals. For this create a xml which contains ImageView for showing the animation The main java file is Next the main part, an xml which holds each image and duration in which each image shows. The xml should be placed inside drawable folder… Read More »

How to add more than One HTML Document in a single Browser ?

By | February 28, 2011

Hi… There may arise certain situations where you need to include more than one HTML document in the same browser. But how? It’s simple. It’s by using FRAMES of HTML. FRAMES can be included inside FRAMESET. Let’s see an example. This will create two column frames in the browser with www.coderzheaven in one frame with… Read More »