
Search In
In the below example I have created Customizing Switch button. Here I have added a Switch in activity_main.xml layout. In second step I have created backgraund.xml layout in drawable folder, here I have design switch backgraund shape. In third step I

Hello Reader's if you are new to codeigniter framework and want to make the forgot password module in it then in this blog you can learn how do this. Now lets start building this:-
As the developer point of view every step is to be consider
In the below example code I have created a CustomDialog Fragment. Here, first I have created custom_dialog.xml layout , On this xml layout I have added EditText and Button. In next step, in activity_main.xml layout I have added a Button and Tex
This blog illustrate how to create a partial view in Asp.net MVC by using below steps:
Create a model class for partial view
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace Pa
Hello Friends,
If you would like to define Contact Form-7 in hindi language. Please open your admin panel and follow the step below:
Step 1: Click at Contact form on left menu --> Add New
Step 2: Default contact form's content appear as bel
Hello there.
In this blog, I am going to tell you how to hide or show your content. If you are trying to hide and/or show your content, this can happen with a change in the plus minus sign.
How? This blog has the answer to it.
In the code
Routing is used to separate parts of application by using URL to for location path. Angular Router is used to navigate from one view to another as performed application tasks by user.
In Angular, there are three main components tha
AngularJS is an open source free and most popular JavaScript client-side framework which provides a great power to built HTML and JavaScript based web application.
This tutorial is in continuation with my previous tutorials, regarding Angula
In the below example I have created a Tabs ViewPager by using three fragments. Before creating layout firstly I have added design libraries in the dependencies section of build.gradle file. Then I have created three fragments layout, in this I have a
In magento you can add custom shipping in your website by writing some custom code , lets first go through how shipping work in magento ,
When magento looks for available shipping methods, Magento first collects all available shipping methods. Each
