payal agrawal

Ranch Hand
+ Follow
since Oct 11, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by payal agrawal

Look at the URL below:

How to implement Zoom in and Zoom out
http://www.java-tips.org/content/view/544/73/

You can add the code after you create Image from HTTP download.
18 years ago
Look at the URL below:

How to get friendly name of remote bluetooth devices
http://www.java-tips.org/content/view/1398/73/
18 years ago
Look at the URL below:

How to store/retrieve image to/from SQLServer
http://www.java-tips.org/content/view/203/29/

Above URL contians an example with SQl server as database with column type as Blob
Look at the URls below:

Capturing Video on J2ME devices
http://www.java-tips.org/content/view/839/73/

Displaying Image from Servlet on J2ME device
http://www.java-tips.org/content/view/1006/73/

The example in above URl will give you idea of capturing image from mobile in byte array.

The example in 2nd URL is downloading image data as byte array from webserver, which is exactly opposite to your needs, but I think you can get an idea of how to downlaod/upload data from MIDLet and web server.
18 years ago
Look at the uRL below:

What is LOG4J
http://www.java-tips.org/content/view/1370/29/

What are the differences between Log4J and logging API of Sun
http://www.java-tips.org/content/view/1374/29/
18 years ago
Look at the URL below:

How to store/retrieve image to/from SQLServer
http://www.java-tips.org/content/view/203/29/
18 years ago
You can look at this site www.java-tips.org and browse Java ME section.
This site contains many tips to start with J2ME development.

Below are few links of your interest

How to write a Basic MIDLET
http://www.java-tips.org/content/view/419/73/

How to get Bluetooth Address and Friendly Name of Local device
http://www.java-tips.org/content/view/1397/73/

How to get friendly name of remote bluetooth devices
http://www.java-tips.org/content/view/1398/73/
18 years ago
Look at the URL below:

How to display Calendar in mobile device
http://www.java-tips.org/content/view/421/73/
18 years ago
Look at the URL below:

How to read file upside/down
http://www.java-tips.org/content/view/1396/2/
18 years ago
Look at the URL below:

How to view database data in XLS format using servlets
http://www.java-tips.org/content/view/849/74/

The example in above URL is for viewing data in web browser, but if you remove the servlet part it will serve your purpose.
18 years ago
Look at the URL belows:

Getting Started with Java ME
http://www.java-tips.org/content/view/95/73/

If you are looking for phone book kind of application you might need to look at the URl below too.

How to import Contact into phonebook
http://www.java-tips.org/content/view/1380/73/

Can you be more specific with your query?
18 years ago
The code should support MIDP1.0 and CLDC1.0 profile.Though there are no specific API permission to set, you should be able to run it successfully.
Below are the links to send data to tomcat server through MIDLet.I havent tried uploading file.But this works fine in emulator 2.2

Sending data to Servlet and getting the response
http://www.java-tips.org/content/view/537/73/
18 years ago
Look at the URL below:

How to find contacts from PhoneBook of mobile phone
http://www.java-tips.org/content/view/1379/73/

How to import Contact into phonebook
http://www.java-tips.org/content/view/1380/73/
18 years ago
Look at the URL below;

How to implement networking on mobile devices
http://www.java-tips.org/content/view/753/73/
18 years ago
Look at the URL below:

How to create an Excel file
http://www.java-tips.org/content/view/412/29/
18 years ago