
Search In
The adapter model handles the functionality for our shipping module. This is where all the calculations happen and where everything will be coded. The coding written in model is to handle the shipping methods and the rates returned to the user for ch
Today we are going to learn something about J-Unit testing in android. We will be implementing an automation library known as Robotium, for genreating the test cases for testing the various functionalities in our app. First of all you need to add the
It is now very easy to use the speech to text feature provided by Android. Please follow the following steps to know hoe to use this feature:
Create an activity and with a textview to show the text and a button to initiate the speech to text servic
Snapshot can be represent as creating pointers (equivalent to “hard links”) between special snapshot volume and live data. The snapshot process uses a copy-on-write strategy. As a result the snapshot only stores modified data.
The primary purpose of
Snapshot can be represented by creating pointers (equivalent to hard links ) between special snapshot volume and live data. The snapshot process uses a copy-on-write strategy. As a result the snapshot only stores modified data.
The primary purpose
I was facing a problem of not getting content in different control page of a module.
I have implemented it in two ways:
Register module in skin instead of dropping a module in a page and give id="view" rather than any other id
<%@ Register Ta
Hello all,
In asp.net we use DropDownList control which has multiple select items(options) from which we can select one.
We can either set the values of DropDownList list items by hard coding it or we can also bind the the select items and select va
Hello all,
In asp.net we show our database records in tabular format using GridView control and to export that GridView Data to excel, we can use following code packet.
protected void gridViewExportToExcel()
{
if (GridView.Rows.Count &
Job board design and development for education category website “www.theschoolworld.com
Introduction
The job board we require is for a single industry (Education) to be developed in PHP 5.6 version and in html5 pages.
Features for Job seekers
1.
Below I have written the code for how to send data using Intent in Android from one Activity to another.
Intent i = new Intent(getActivity(), UploadWeldService.class);
i.putExtra("mCapturedImagePath", mCapturedImagePath);
i.