aspose file tools
The moose likes Java Micro Edition and the fly likes How to download file && browse website by Midlet Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Java Micro Edition
Reply locked New topic
Author

How to download file && browse website by Midlet

tmlei
Greenhorn

Joined: Jan 23, 2002
Posts: 2
the Same to Up
Liam Quinn
Ranch Hand

Joined: Jan 18, 2002
Posts: 35
You can download a file using HTTP; have a look at the MIDP API documentation and the HttpConnection interface.
For browsing Web sites from a MIDlet, you can use the ReqwirelessWeb library:
http://www.reqwireless.com/products-web.html
Mark Herschberg
Sheriff

Joined: Dec 04, 2000
Posts: 6035
"tmlei",
PROPER NAMES ARE NOW REQUIRED
Please look carefully at official naming policy at javaranch & reregister yourself with proper first & last name, with a space between them. Please adhere to official naming policy & help maintain the decorum of the forum. The naming policy can be found at http://www.javaranch.com/name.jsp
Topics posted by people with invalid names will be closed and/or deleted. Please register with a new name and repost your topic.

--Mark
 
 
subject: How to download file && browse website by Midlet
 
IntelliJ Java IDE