
Search In
In the below example I have created Custom View spinner. Here first I have created a row.xml layout , In row.xml I have added a TextView and Button. Then I have created drop.xml layout in this I have added two TextView with in LinearLayout, Then in n
To create textbox dynamically in angularjs, we have to declare an array named inputs in which we will push the textbox element dynamically. In input box, we have included ng-model to bind the property name to the input. so we will
If you want to find the current time and timezone using JavaScript, you can use below example.
In this example, moment.js api has been used.
Code:
<!DOCTYPE html>
<html>
<title>TimeZone</title>
<script type="text/javascr
Hello Reader's!. Now multiple files on a single getting in fashion so you can use any of the multiple upload library code, But here we'll see how to use Jquery and PHP to do the same
For getting it start we need a html form page and it'll go like
Sometime we need to save ArrayList of Objects into Shared preferences so that we can use that data in multiple Activities when required. We can do that easily as below:
Suppose we have model Users as below:
public class Users
{
private int id;
In many applications we have to share content, links etc on Facebook. We can achieve this by using Facebook feed dialog. The following lines of code explains how to use feed/publish dialog.
First you need to get the app id and create a meta data. No
Hi all,
Here are two method to make transparent border first is by using pseudo element and second is by using background-clip
Example 1:-
In the method I'm using pseudo element :before
.box-border {
background: #0f8ac3;
color: #fff;
It is a small file in a text format and it contains no executable code and has all the information in plain text. Browser stores the cookie file in the user’s work machine. These cookies are sent to the server with each request that follow a set of c
Hello Reader's if you are making the website and you want to create a switch which convert thumb view into listing and listing view in thumb view then you take the help from the code as below:-
Here is the html page and code will go like this:-
<
IPv4 Reserved Addresses
There are some IPV4 address that can be used in the internet. These are special address and meant for the special purpose.
Private IP Addresses
The IP address have thre
