Loading...
Answers
MenuShould our photo sharing app use Base64 Strings or Files using URLs to display images?
1. Speed: What is faster in speed to send/receive images? Base64 or loading images via url
2. Data: what will take up more data on users phone?
3. Image clarity: what will give us a better image?
Answers
We have been asked this question before and it really depends on the situation and use case.
1. In depends on many factors.
2. Base64 encoding enlarges file sizes by up to 33%
3. If quality is your focus, I recommend URL/URIs.
I would love to hear more about this project and provide some more insight. Let me know if you have any other questions.
-Steve
Speed: depends on multiple factors like connectivity
Size: base64 takes up much more space
Image Clarity: files will give you more flexibility over quality and file size.
I recommend files.
I think that image file URLs are best and this is why:
* Base64 Strings and Files might have the same quality if your string is a encoded version of your image file
* Base64 Strings are much bigger than binary files (Usually 33% bigger) - http://davidbcalhoun.com/2011/when-to-base64-encode-images-and-when-not-to
* You only need Base64 when delivering the image using channels that are 7-bit encoded like emails, text files, CSS, HTML or other medium that only allows lower ascii characters.
* Gzipped images have the shortest size and pure binary image files are the faster to decode/display
Related Questions
-
How much should it cost to develop this IOS app?
As the host of 'The App Guy Podcast', I can introduce you to a few good developers ranging from inexpensive locations to $100 per hour top rates. As a quick guess, this type of app will start from $900 using a cross platform solution (Like Titanium Studio) to $5000 for Objective-C apps written on xCode Let me know if you want an introduction by contacting me through my website or podcast Paul Kemp - The App Guy Podcast http://TheAppGuy.co/PK
-
Other than appdata.com, where can I find download & revenue numbers of successful iOS apps?
I believe Appannie.com is what you are looking for.AC
-
Where Can I find more clients for iOS Development Jobs?
Have you tried AdWords and a website/landing page for you or your business? I know a company in Brazil that is doing exactly this: * They have a website/landing page setup that explains how they charge for the application and has a call-to-action button to ask for an evaluation of the project the client have * They have thought and described a way to evaluate projects roughly so that the client may have an idea of time / costs of the project * Their website has images of applications they have developed before in a portfolio They are doing great, actually they have more people asking them projects than they are able to develop and they started rejecting offers.AM
-
I need new developers to finish my app due to problems. What do I need to know from the current app developers so I can advertise for a new company?
Unfortunately, in most cases where a transition occurs between contract developers prior to a shipped product, it's almost *always* the case that the new developer starts the code largely from scratch. When problems dictate a required transition to a new developer, it usually means that the previous developer left enough of a mess (in the codebase) that no good developer would want to try to waste your money and their time cleaning up the mess. Happy to talk with you about your current predicament and offer you advice based on more information.TW
-
What is the best mobile app install tracking solution? By this I mean a solution that truly (or nearly) tracks click to install of app on iOS.
Sure, it's correlative for technical reasons, iTunes / AppStore does not provide (yet, might change) a mechanism for that, so 3rd parties have to build their own. I recently discussed with people from Adjust and I was really impressed. HasOffers / MobileAppTracking seems to be a good choice as well.AJ
the startups.com platform
Copyright © 2025 Startups.com. All rights reserved.