
Search In
Here I have created spinner function in android. Spinner can be used to display the multiple options to the user in which only one item can be selected by the user. Android spinner works like dropdown menu. In dropdown menu there will be multiple val
First of all you need to use a custom class in place of Gallery :-
package com.pakagename;
import android.content.Context;
import android.util.AttributeSet;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.widget.Gallery
To fetch a particular data with the help of id on click of a drop down, We have to make a database with table named products and in that table we have to add various columns like id, name, cost, color.
Then write following code in the ProductControl
I am trying to build Dynamic Left outer join Linq query.
I took help from StackOverflow page titled "How do I do a left outer join with Dynamic Linq?"
I am getting the following error in "SelectMany&quo
Hello
Today we will discuss in details about the config.xml file in PhoneGap
The config.xml file allows developers to specify metadata about their application. To load the config.xml file correctly it should be at the top level of the application
WPF has so many controls to bind the data. They all have different shapes and perform different according to their functionality.
There is a simplest control ItemsControl in WPF which is used to bind the list of items. There is no shape and style at
One to many mapping
One-to-many mapping means a mapping in which each record in one table is linked to multiple records in another table. Like a parent record in one table can have several child records in another table.The parent is not required to
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
A TreeView is used to represent data in a hierarchical fashion .It is often used to show parent child relationship where a parent node can be expanded or collapsed.
The TreeView tag is used to create a WPF TreeView control in XAML.
<
Every project have its own SharePoint sites in which each project has its own documents, tasks,project details,Deliverables, issues and so on.
For creating that sites first we have to set permissions from settings.First go to PWA Settings > Connec
