Tagged Questions
7
votes
2answers
329 views
Is JPG really only acceptable for use in Android?
Android supports three image formats with this rating:
PNG (preferred), JPG (acceptable) and GIF (discouraged).
Source: ...
2
votes
1answer
897 views
Optimizing paging between ImageViews in Android?
For the application I'm currently working on, I created something like ImageSwitcher for multiple images (imagine iPhone's UIScrollView with paging enabled).
At first, I hardcoded some ImageViews and ...
0
votes
2answers
140 views
Prevent Proguard to remove specific drawables
In my Android project, I have some images stored in res/drawable/ which are accessed only from an HTML file loaded in a Webview. For example (code in HTML):
<img ...