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

Search In

How to create the animation splash screen in android

In the below example I have created an animation splash screen. Here I have first created animate.xml and traslate.xml layout in anim folder and in activity_main.xml layout I have added ImageView. I have used AnimationUtil.loadAnimation method in Mai

CSS SELECTOR

Css Selector: It is a css rule set used to select the the content you want to style. Types of selectors you want to style: Id selector Element selector Group Selector Universal selector Class selector ID Selector: It selects the ID attribute of

Delegates in C#

C# delegates are similar to pointers to functions, in C or C++. Delegates are used to perform tasks associated with a function while that function is invoked delegate will perform the task. For example, consider a delegate: public delegate int M

  • 196
Panel controls in ASP.NET

Panel control is works as a container for static text and other controls or we can say that it acts as a parent for other controls in a web page. It displays or hides the other controls as per the need of the program. Uses of panel control:- 1.Gener

Linear Search Alogrithm

You all will agree to this that linear search is the most simple search algorithm we have read among all other algorithms. Right!?! In this type of search , every item in a list is checked one by one, i.e, a sequential search is made over all items i

To show the current date month and year using javascript

Hi,   Below code example will help you to "show the current date month and year using javascript".   <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"

How to use filters in AngularJS?

A filter is used to format data to be displayed to the user. These can be used in controllers,templates or services and we can also easily define our own filters. Some of the built-in filters in AngularJS are :- 1.uppercase - formats or converts text

Pointer Arithmetic

A pointer is a variable which is used to store the address as a value of another variable. Pointers are helpful with program's efficiency and allow us to handle unlimited amounts of data.   The following operations are performed with point

Access Main ui from background thread in android

We know that in android only main thread can touch the UI but there are some severals methods that can touch the UI from background thread that are following as : 1. Handler 2. PostDelayed 3. RunOnUIThread 4. AsyncTask 1. Handler is basically us

How to create animation effect using jQuery

The method used to create the custom animation of a set of CSS properties is the animate() method. Simple syntax to use this method is:   $(selector).animate({params},speed,callback);   The param parameter is the requi

1 253 949
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: