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

Search In

Built in Place Picker in Android.

Android has now a built in Place picker, where user can pick the places. Developer can only send an intent and get result in OnActivityResult. Requirements -Google play service greater than 7. public void onPickButtonClick(View v) { // Construc

C# code to add google captcha in your web site

Hi Reader ! From this blog we can learn how to add google captcha in your web site using c# . To use a Google Captcha(or reCaptcha) in your web application, you first have to follow below steps : 1) Open url ‘https://www.google.com/recaptcha/int

Floating Labels for EditText in Material Design

Hi, We can show floating label for EditText by using android design support library. When we input text on EditText, it shows animation by floating labels. TextInputlayout is newly introduced to show floating label on EditText in design support

self versus $this in php

Hello Readers, We can use the self in static function while this is not. we can use accessible class variable and methods with self and this are: for self self:: for this $this-> $this needs an instantiated object while self not. self refer

overloading and overridding in php

Hello Readers overloading and overridding in php In php overloading define functions have similar signatures but thy have different parameters. Overriding means one class may have override the another methods where the parent class defined a metho

Laravel 5.0 Creating Custom Middleware For Different Roles

Laravel provide us the facility to create our custom middleware for user's authentication. We can create different MIddleware for different roles. To accomplish it we need to follow the following steps. Step 1st:- Creating new Middleware for role

How to make Digital clock in android?

Using below code I have created Digital clock app in android. Android digital clock is used to show time in android app. In android, digitalclock is the sub class of TextView class. Here below code example will help you create Digital Clock function

Preventing child element from firing on click of Parent element

Suppose, we have this html where div element have 2 child p elements and 1 child anchor element. <div> <p> I am para one</p> <p> I am para two</p> <a href="http:nowheretogo.com">I am a link</a> &

How to bind a Datalist inside a Datalist

Nesting Datalist Use the .aspx code below to bind datalist inside a datalist. <asp:DataList ID="lstPanels" runat="server" RepeatColumns="1" RepeatDirection="Horizontal" DataKeyField="PanelID" OnItemDataBound="lstPanelsItemDataBound"> &

Cloning github repository in windows system

Hi All, I needed to clone one of my password protected repository from git into my windows machine. I googled it and found lots of help but I would like to wrap up things in very basic level. 1: You must have git account and repository which need t

1 25 106
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: