
Search In
By doing following steps you can load the HTML file from the assets folder inside your application:-
1) Copy that HTML file inside your assets folder.
2) Define a WebView in your layout, like this
<WebView
android:id="@+id/webview"
Entity framework provides numerous ways to batch delete the objects from Database. Below are the step for way 1 :
Load objects that has to be deleted in memory.
Remove the objects from context
And then save these changes. This statement will ref
Hello Readers,
If you want to remove the index.php from the url (http://host/folder_name/index.php) and show in this form
(http://host/folder_name/joomla/).
Use the following steps to do so:
1>Log into your Joomla dashboard (administrator).
2&
Locating element is the basic activity to automate any web application or the mobile application. The action can only be performed on the element once we have located the element successfully. If the element is not located then we get NoSuchElementEx
The mobile application development industry has been evolving ever since its beginning.
And it has gone through constant evolution and a lot of advancements have happened which we could not even imagine a couple of years back!
Moreo
If you are looking to rotate an image that is selected image from device then please go through the following steps:-
Step 1:- select image from gallery to which requires rotation
Bitmap bitmapImage;
File fpath;
String root=Environment.get

Risk management is essential for every organization. It is crucial to analyze the possible risks before starting a new project. It is exciting too when an organization is rolling out a new information technology (IT) project. Between the planning, or
Follow the below steps to parse JASON in PhoneGap.
Step 1. Call Js function From html page or from where we want, like this
function onBodyLoad()
{
document.addEventListener(“deviceready”, callJson, false);
}
Step 2.
Create a function of name cal
One of the hardest tasks for the management of a company is to develop an effective and moderately expensive marketing budget. You have this new product or service that you want to advertise to the world. The question that comes to mind is that how a
Rails Server setup with Passenger and nginx
Hi friends,
Today I am going to tell you how to setup rails server with nginx and passenger. First you need to login to your server using ssh using the command
ssh -i server_pem_key_path user@ip
Here
