
Search In
In the below example I have created a animation button. Here I have added Button and TextView in activity_main xml layout then I have created new directory (anim) , In anim directory I have created new anim_traslate.xml layout. In MainActivity I have

Cakephp: URL rewriting is not properly configured on your server error. How to resolve it on Ubuntu 14.04?
I am posting this blog which will help you to resolve the issue (URL rewriting is not properly configured on your server) while installing cak
How to make a Grid in Asp.Net MVC
In this Blog we will see, how to make a Grid using WebGrid in Asp .Net MVC.
Step 1: Create a MVC application.
Step 2: Now make a Model say Student which will hold the data to be displayed in the Grid.
Example:
In the below example I have created a ListView , when user touch ListView row item then that particular row item will be remove dynamically. Here, first I have added Listview in activity_main.xml layout. In next step I have created row.xml layout her
What are Prefabs-
A Prefab is a reusable Game Object stored in Project View . We can have prefabs in number of scenes or multiple times per scene. Adding a prefab in our game is creating an instance of it. All Prefab instances are linked to the orig
If you need to print the complete current url you can do following steps.
1. In the view file code will go like this:
<?php echo $this->here; ?>
This syntax'll give you the absolute url starting from hostname i.e. /controller/action/para
Magento: Remove Product Images in Magento through programming:
There is a case when we need to create our own extensions or we have to customize the module, then in that case we need to write custom code for deleting images. Following code will dele
Marvelous Process for EDB Recovery into Outlook File
Use EDB to PST Recovery Software to Recover EDB to PST
If you need to recover EDB File to PST file and you have no idea how to recover EDB File? So, in this condition you don&rsqu
Step1: permission needed to read contacts
<uses-permission android:name="android.permission.READ_CONTACTS"/>
Step2: ContentResolver provides access to the content provider. Its main work is to read the user's query and redirecting them t
When a program starts the parameters or arguments send to the program using command prompt called Command-line argument or command-line parameter. A program can have many command-line arguments. We can alter the operation of program with command-line
