
Search In
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
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
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
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
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 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
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
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>
&
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">
&
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