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

Search In

How to set text in Toolbar in android

In the below exmaple I have created Toolbar. Here I have used In activity_main xml.layout a toolbar and TextView, and In MainActivity I have used toast function. You can see the below example it will clearly describe you how to create Toolbar with t

How to make slide check box in html using CSS?

Hello Reader's if you are looking for slider design of checkbox then this blog will be helpful to you. Lets see how to make checkbox with slider desing. First we will create the html file and it's code will go like this:- <div> <input

Memory management operators

C uses malloc() and calloc() function to allocate memory dynamically at runtime. Similarly it uses the function free() to free dynamically allocated memory. New operator can be used to create objects of any type.It takes the following general form:

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

Variable Scope

PHP Variable Scope In PHP there are three variable scope. They are : Local , Global and Static.  LOCAL VARIABLE : Local variable is the one which is declared within the function,  has the local scope and can be accessed within t

Building Services in .NET Framework

  Web Services are made in .NET to reduce our task of doing something again and again for every website.   Any work that needs to be repeated again we will put that in web service.   Web service for ex if you are doing payment gat

C Bitwise Right Shift : (>>) Operator

In C programming while working with the numbers you have multiple operators for it to perform manipulation over it.   Right shifting means we will shift the digit to the right side by the specified number of places.   It is denoted by

Creating contact form using HTML/BOOTSTRAP and CSS

If you want to create simple contact form using html/bootstrap and css, below example will helps you.   Firstly we will create the HTML form which will display basic form fields. It will ask users to submit their Name, Email Address and a Mess

How to hide a content on stacked Bar Chart below X - Axis

I have drawn a horizontal stacked bar chart using d3 js in a box frame on jsp page. But the stack bar chart is huge i.e. SVG content is so big that all the bars of the stacked bar chart does not fit in the box and I have to put auto overflow in the b

Disable browser back button using JavaScript

Hello Readers! Here is a small blog on how to disable the browser back button. Although it is not advisable to use such tricks in websites as restricting or disabling the browser back button can be annoying for users who might wish to go back to the

1 38 120
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: