Ultimate Mobile account
Introduction:
Commerce refers to all activities related to the buying or selling of goods or services. As we move into the next century, the trend towards smaller and faster devices coupled with the need to access information on the go.
Mobile computing promises to bring unpredictable changes to society. Spanning the entire globe, crossing all borders.
Mobile commerce is the application of communication and information sharing technologies between trading partners to business goals. It means that mobile commerce is related to mobile phone and communication network.
Mobile commerce is a new way of managing and executing business transactions using a mobile and communication network.
Advantages of mobile commerce:
The increasing use of mobile devices has led to the use of applications such as mobile shopping, mobile banking, etc., where people can buy anything online. Customers do not have to wait in queues and this provides a less unpleasant environment.
Objectives of the study:
1. The purpose of the study is to transfer the final account to the mobile device so that the business owner can access it anywhere and anytime.
2. The end user cannot modify the content of the report.
3. End users just click the icon and view the final account.
Methodology:
This document uses relevant literature, information, and data from published books, mobile forum sites, and magazines such as PCQuest, Developer IQ, Computer Today, and more.
Final accounts:
Final accounts is one of the most important subjects as it contains trading account, profit and loss accounts and balance sheet. These final accounts will be created after the trial balance is prepared.
The trading account shows the gross profit or gross loss.
Profit and Loss shows the net profit or net loss.
The balance sheet shows the financial position of the business.
Software requirements to develop this application:
J2ME
J2ME:
Today there are five main platforms for mobile phones, such as Symbian, Windows CE mobile, BREW, WAP and J2ME. Depending on the problem to be solved and the resources, a particular platform may be required.
J2ME allows Java applications to run on small computing devices with limited resources. It is not a new language, but rather adapts existing Java technology for portable and embedded devices.
J2ME is intended for Java programmers who write applications for devices with limited memory resources and processing power, such as cellular phones, personal data assistants (PDAs), and more.
Framework for developing this application:
First we create the final account in the accounting package (Tally). Then export the accounting package data in “Txt” format and then save it.
Copy the “Txt” file to the SDCard or memory card of the mobile device.
Create the program in J2ME to read text data from the file.
When we run this app on a mobile device, it will automatically read the final account details from the “Txt” file.
Application development (code):
startMIDlet()
{
I’m trying
{
FileConnection fc=(FileConnection)Connector.open(file://localhost/root1/data.txt);
InputStream is=fc.openInputStream();
Byte b[]=new byte[1024];
Int length=is.read(b,0,1024);
System.out.println(“content is “+new String(b,0,length);
}
Catch (Exception e)
{
}
Limitation:
This package has some limitations such as
1. We copy the data from “Txt” to the SDCard or to the memory of the mobile device.
2. We cannot access via GPRS (General Packet Radio Switching)
These reasons motivate the need for a new set of applications.
Conclusion:
Today, the traditional way of creating a final bill is giving way to accounting software packages. With the widespread adoption of technology, this transformation is inevitable. It is obvious that the transfer of data through the mobile device is the future of the exchange mechanism. It will certainly condense many of the prevailing inconveniences.
#Ultimate #Mobile #account