• 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

Restricting downloaded size of the file

 
Ranch Hand
Posts: 524
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
I have sucessfully developed a mobile application where the user can get the details of the employees of a company.
The problem is, my application has an option where the user can search for all the names, so that all the names (1900+) get downloaded to the phone. I just want to know, whether I have to put a limit for the number of records, cause the small memory the phone is having might overflow. Could you please adice me on this, and if I have to do like that, please give me some tips.
Thank you very much in advance....
 
reply
    Bookmark Topic Watch Topic
  • New Topic