+ Reply to Thread
Results 1 to 8 of 8

Thread: Space limitations?

  1. #1
    Join Date
    Oct 2008
    Posts
    1

    Default Space limitations?


    Hello,

    I've written an app that uses a fair amount of resources (.png, .mp3). What size should I generally limit my files to? Is there a standard at all?

    Thanks in advance!

  2. #2
    Join Date
    Sep 2008
    Location
    California
    Posts
    88

    Default Re: Space limitations?

    Quote Originally Posted by g1bb View Post
    Hello,

    I've written an app that uses a fair amount of resources (.png, .mp3). What size should I generally limit my files to? Is there a standard at all?

    Thanks in advance!
    How large is your .apk?

    What about storing the resources on a server and using the client to access when required.

  3. #3
    Join Date
    Sep 2008
    Posts
    313

    Default Re: Space limitations?

    Quote Originally Posted by g1bb View Post
    Hello,

    I've written an app that uses a fair amount of resources (.png, .mp3). What size should I generally limit my files to? Is there a standard at all?

    Thanks in advance!
    http://groups.google.com/group/andro...250d27e02efd92

    50k-500k according to that.

    I can verify a couple of apks I can find online are in that range.

    But in general there is no standard, but it is good to keep it in that general range.

  4. #4
    Join Date
    Sep 2008
    Location
    California
    Posts
    88

    Default Re: Space limitations?

    Several applications are already above 500k. I think you'll see the more "professional" applications being 2mb+, obviously it depends on what the application is.

  5. #5
    Join Date
    Sep 2008
    Posts
    313

    Default Re: Space limitations?

    Quote Originally Posted by jasont View Post
    Several applications are already above 500k. I think you'll see the more "professional" applications being 2mb+, obviously it depends on what the application is.
    I suppose that is true, there are some apps that are above 500k (I think I saw a few of the games above, mostly because of pictures/sounds). It does depend on whether your app relies on a lot of media like pictures or sounds. But right now with news that so far apps can only be installed on the phone memory, I think it is better to keep it as low as possible. Hopefully they open it up in the future so apps can at least put the media portions of apps on the sdcard or I imagine some of the games won't be able to fit on the phone memory.

  6. #6
    Join Date
    Oct 2008
    Location
    Orlando
    Posts
    49

    Default Re: Space limitations?

    Quote Originally Posted by stopcrazypp View Post
    I suppose that is true, there are some apps that are above 500k (I think I saw a few of the games above, mostly because of pictures/sounds). It does depend on whether your app relies on a lot of media like pictures or sounds. But right now with news that so far apps can only be installed on the phone memory, I think it is better to keep it as low as possible. Hopefully they open it up in the future so apps can at least put the media portions of apps on the sdcard or I imagine some of the games won't be able to fit on the phone memory.
    This was one of my greatest concerns since the beginning... Supposedly it has only 256 MB Flash memory built-in. How much of this is going to be taken over by the Android OS and it's pre-packaged Apps? How much is going to be left for us to install additional Apps?

    Either way, I plan on putting EVERYTHING media related on the SD card. Photos, videos, documents, and all that... But I'm wondering how much space on the Phone itself we're goign to be left with.

  7. #7
    Join Date
    Oct 2008
    Posts
    78

    Default Re: Space limitations?

    i did a system restore and checked free space on phone and it reported 69mb. anyone get different results? (or even check?)

  8. #8
    Join Date
    Oct 2008
    Posts
    361

    Default Re: Space limitations?


    Write your app to write the images and sounds to the sdcard maybe?

+ Reply to Thread

Similar Threads

  1. Mark/Space says no android Missing Synch
    By J. Cook in forum Applications
    Replies: 5
    Last Post: 10-07-2008, 06:57 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts