
Search In
In the previous post HTML5 Audio element methods i have explained about the HTML5 <audio> methods. In this blog i will further explained the different events associated with the audio element.
Commonly used audio events are:
1. loadata(): Th
Welcome to FindNerd,
Today we are going to discuss an example of nodejs modules. We have already discussed the nodejs in-built modules in our previous blog. click here to check the blog. We are going to take an example of fs module in nodejs.
Our Activity do most of the cleanup function in onPause() and onStop() callbacks.
But Sometimes some resources leaks memory like long-running services, background threads.This usually happens when we dont closed it properly.
So we need to stop me
What is IEnumerators ?
IEnumerators are used to allow a program to yield things like the WaitForSeconds function, which tells the script to wait without hogging the CPU.
StartCoRoutine essentially runs a function in another thread when used with yi
By using jquery image slider plugin we can create Responsive Image slider .In below example, I am using rslider plugin.
Step-1. Link files
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script
Hello, Readers !!
Today we are going to discuss the video part in the Unity Games.
What if you want to play and video in the Unity Game. How will you do this? For this only I am going to explain you about the Movie Textures.
Movie Texture&
This is an Android Beginner Video Tutorial which is giving you a visual presentation of Android activity life cycle. Activity is the basic building block for the android application and it goes through a life cycle, so in this Android Video Tuto
This tutorial is very helpful to create a custom video camera with controls . With the help of this content you can designing your own camera GUI with flash light ,start capturing video,stop capturing video.This content also has a feature to open bot
A newbie in Android development comes across Media player usage in his/her project. So in this blog, I am here to tell you the basic of media player. One can use android inbuilt media player or can customize media player according to the need.
In this tutorial we will make a simple android timer application using a Handler.In the layout of the main activity we will set a TextView to Display the timer and to Buttons for Start and Pause. We set the string resource for the timer value.