
Search In
To Create a SplitViewController in swift follow the steps:-
1- Create a new Project.
2- Add a splitViewController.
3- Create a cocoaTouch Class inherits from UIViewController named as DetailViewController
4- Create another CoCoatouchClass that in
I have list view which uses base adapter class for each item view, when I make changes in one item of list view and scroll the list view the changed item sets to default value, I need to retain my values even after scrolling.
@Override
public View
Bug/Defect Summary Report
Defining a format to prepare a bug summary report is another prerequisite that ensures coverage of the minutest details of bugs to be identified during testing. A bug summary report contains detailed descriptions of the id
Create Database class
Here is an example to create database using SqliteHelper class in android.
We are creating a database with the name "detail" and having 4 columns as :-Key, Name, City and Age.
public class CreateDatabase {
public Database
Below code will return you the products of a category that have status 'Enable' , Visibility 'catalog,search' and
Stock Availability ' In stock'.
$productDetails = Mage::getModel('catalog/category')->load($cat_id)
-
Hello Guys,
If you are looking to change your website URLs on SEO friendly mode URL rewriting with .htaccess file is a good practice to do same. Suppose you want to change your website URL like
htttp://www.abc.com/prodDetail.php?prodID=15&catID
While making WCF service you need to ensure that all errors needs to be logged .
For doing that we will need to use a operation contract called fault tolerance
[ServiceContract]
public interface ISimpleService
{
[OperationCo
There is multiple ways to get installed application information like PackageInfo and ApplicationInfo.
In this tutorial I will show both way to get All installed applications.
Step 1:- get Package Manager Instance.
I am really really confused about how to convert string data that I get from a form and convert it to a XMLstring and pass the XML string to a stored procedure in Java. Please help me out.
So, Let's say:-
Post () method-
String a = request.get
In spring security bydefault the csrf protect in on. As a result it asks for token during login and other requests. Although its not a good practise to disable the protection but we can do it. As we can see in the code below,
http.csrf().disable() ,
