
Search In
In the below example I have created Drawing Polyline and Markers along the tapped position in Google Map. ”Polyline is a list of points where line segment are drawn between consecutive point”. Here I have created fragment attribute in activity_main.
Here I will try to explain the form authentication in MVC.
Step-1 Let's start with a new MVC project, following steps:
File > New > Project, a dialog box appears, select "Web" from the "Template" option, then on right side select "ASP.NET MVC
ASP stands for Active Server Pages. By using ASP built-in objects, we can get the information related to the web server, web pages in the web application etc. the built-in objects are categorized according to the information it contain.
Following ar
In modern world, most of the web applications are api based. So using api's we also need to validate the authenticity of the user. When it is a proper web application the authentication of the user is maintained using cookies and sessions. But in
Hello Reader's ,
Hope your are doing good today.
Today we will learn about password hashing in CakePHP 3.0.
Before going to start you should know about Password Hashing.
Now days password are one of the most important security feature for all
In the below example I have created a simple chat app . Here first I have added ListView , TextView , EditText and Button in activity_main.xml layout. After then I have created two new layout left.xml and right.xml , In both layout I have added
In the below example I have created a Horizontal RecyclerView.
Here first I have added RecyclerView dependency to Grandle file.
In second step I have added a RecyclerView and Set RecyclerView gravity (center_horizontal). Now see In MainActivit
Hi Friends,
This tutorial will guide to integrate Firebase in android application and store and sync data to Firebase through a very simple example.
We will discuss complete tutorial step by step .
Step 1- Firebase introduction
Firebase provides
Hi today I would like to share 10 most frequently used module in Drupal.
Though Drupal have thousands of contributed modules. But there are always some good modules one should install when do a fresh installation as these would always help you in on
Behavior Properties of the GridView Control
AllowPaging
Property sets to true/false. It is used to support the paging in gridview control.
AllowSorting
This property supports sorting in gridview control and it is enabled/
