• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

j2me download

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there!

I'd like to know a way to enumerate the size of a file that's being downloaded in the device and mainly how much has ever dowloaded or how much it needs to do...
I need to set a gauge for a download process but it needs to be true, it needs to show to the end user how much it really lacks to download the complete file.

Best regards

Lucas
 
Ranch Hand
Posts: 689
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi,

hey u can find the transfer rates of the data and then u can set the guage as per trasfering the data.

transferring the data involves amount of data recived by no. of seconds

so, u better do that.

for this technique, i can show u the door but u have to walk thru it ok.

so i have genreral application which is developed in PURE JAVA
so u better go for the free code..
the application name is LIME WIRE it is a P2P s/w .

so,here is the link for application
www.limewire.com

for free source code
www.limewire.org


hope this prog will give u idea..


Enjoy!
cinux
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic