
Search In
Hi All,
Today we will discuss in this blog how to use InAppBrowser in your Cordova Application.
-InAppBrowser is a web browser view in a Cordova application that displays when calling window.open() function.
To use the functionality in your Cordova
1)Write activity_main.xml:
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
and
Active Record gives many predefined validation helpers which you can use directly in your class. These helpers provide us rules which can be commonly used as a validation rules. So if the validation fails, a error message is added to object error col
From magento 1.9+ versions , emails are not being sent directly , they were queued and queued mails were being processed by magento cronjob. You need to set the cron job correctly to send the mail.
If you want to send mail forcefully after placing a
Span tag plays a very important role in HTML, CSS designing.It is used to provide beautiful,attracting,as desired features to the attributes using CSS.
SPAN tag is a tag using which attributes can be implemented.
There many tags but we mostly us
You can build build mail and messaging applications with the help of JavaMail API, which gives you access to a platform-independent and protocol-independent framework. You can use the JavaMail API as an opti
How to bind DropDown using model in Asp.Net MVC
For Binding the Dropdown using Model, we have to follow the following steps:-
Step 1: First create a model as follows:-
Example:
Public Class DropdownBind
{
public List<SelectListItem> lst {
How to use CheckBoxList in Asp.Net MVC
For using CheckBoxList in Asp.Net MVC, we have to follow the following steps:-
Step1: First download the CheckBoxList from Nuget, Once it is downloaded we can see the reference of MVCCheckBoxList in the
Ref
How to bind RadioButton using Enum in Asp.Net MVC
For binding RadioButton using Enum in Asp.Net MVC, we have to follow the following steps:-
Step1: First create the Model class say 'RegisterationModel' in the Models Folder for the RadioButtons.
E
In ios when we want to show a route or poly line between two coordinate then we use the following function.
most of time we use this when we want to dislplay the route from current location to destination address.
Here mapView is the property of you
