I'm trying to get an image to fit nicely on each screen size, the image i'm using an image which is 1351 × 2048 and i have used android asset to achieve this. It has worked fine except from the image quality is a lot more poor on all resolution. Images are too large to add to here to show difference.
Poor image quality after downloading from android asset
492 views Asked by LiamB645 At
1
There are 1 answers
Related Questions in ANDROID
- Creating global Class holder
- Flutter + Dart: Editing name of a tab shows up a black screen
- android-pdf-viewer Received status code 401 from server: Unauthorized
- Sdk 34 WRITE_EXTERNAL_STORAGE not working
- ussd reader in Recket Native module
- Incorrect display of LinearGradientBrush in IOS
- The Binary Version Of its metadata is 1.8.0, expected Version is 1.6.0 build error
- I can't make TextInput to auto expand properly in Android
- Creating multiple instances of a class with different initializing values in Flutter
- How to create a lottie animation
- making android analyze with coverity sast tool
- Flutter plugin development android src not opening after opening example
- I initialize my ViewModel in the Activity with several fragments as tabs, but the fragments(tabs) return null for the updated livedata
- Node.js Server + Socket.IO + Android Mobile Applicatoin XHR Polling Error...?
- How I can use the shared preferences class?
Related Questions in ANDROID-ASSETS
- Acessing Play Asset Delivery files in Flutter
- Creating database file in application data
- Flutter 'install-time' Delivery video Play Error
- Using Sub-Directory within install-time asset delivery in Flutter
- How to convert .txt asset to ArrayList<String> format in kotlin?
- How to Play 'Install-time' Delivery Asset pack Mp3 files in flutter?
- Flutter dynamic image choose and load not working. Exception Asset not found
- How can I make custom resizing for images?
- File not found while reading json file on Asset folder using kotlin
- Adding image icons in tab bar (Flutter)
- MAUI - Android - How to read asset files?
- What is the play asset delivery "install time" asset saved directory
- Getting unknow graphics folder under assets while decompiling APK in Android
- How to get the asset folder in Gradle plugins
- How to access files within an asset folder and track the length
Related Questions in IMAGE-RESOLUTION
- Poor map resolution when saving go.Scattermapbox() in plotly for python
- Single Image Super Resolution (SISR)
- How to save an image after changing its resolution in Pygame?
- What is the image editor's resolution tool for?
- Is it possible to turn a low quality image into a high quality one with Python?
- PHP imagecropauto - 300dpi image coverted to 96dpi
- Image file do not get cleared when the checkResolution condition satisfies
- Image resolution is bad when max-width:100% in css - resize down
- How to find out image auto height if the desired width is 1024 in PHP from any sized image?
- PHP cannot upload images bigger than ~ 6500px (the size of the file doesn't matter)
- How to add/manage multiple image size/resolution in flutter assets
- check image resolution in hapijs
- How to know the nominal resolution of an image to use as an asset in flutter?
- App crashing due to high resolution image
- android: text size changed while combining text and image
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
I've now fixed it, the way around this is to find the correct sizes for each resolution and change this in photoshop to avoid losing quality, then add the correct size to each folder hdpi - xxxhdpi, for some reason the image will lose quality when compressing folders which is what android asset does.