47 questions
0
votes
1
answer
70
views
Why is this Android Studio error happening? and How can I solve it?
enter image description here
I created 2 image assets, ic_home and ic_profile in drawable, however, ic_profile keeps giving me error when I try to use it.
Anyone know what did I did wrong? help me ...
0
votes
0
answers
250
views
Unity UniWebView how to show images from my Resources (Assets)
i have a few quick questions:
background:
i want to display a in-code generated html with UniWebView in my game. Mostly works nicely until i try to display local images (from my unity-resources)
the ...
-1
votes
2
answers
567
views
Which image is looks better resolultion (png or svg) [closed]
Which image is looks beeter resolultion (png or svg)
I have used but it not looks good for smaller icons
3
votes
0
answers
218
views
UIImageAsset fills up memory with downloaded UIImage
I have a problem where I am creating UIImageAsset objects to store multiple sizes of images downloaded from an API, but the memory allocated to the UIImageAssets does not free up any more.
In my ...
0
votes
2
answers
2k
views
Load deafult image if Image.asset not found the image
I am trying to load an image with this code
CircleAvatar(
child: Image(
image: getImage(snapshot.value['img']),
),
),
but if the image is not founded I want to replace it with a default ...
0
votes
1
answer
183
views
How to search the contents which created in Xcode 's Images.xcassets?
For a example , i created a color set in Images.xcassets , and i want to find all the reference to this color (include code and xib etc) , but the Xcode 's search function seems can't do this kind of ...
0
votes
2
answers
2k
views
How do I call a Network Image type in a ListView?
I have a gridView that should display a network Image. All its elements are defined in a List with multiple elements. It calls an AssetImage right now but I want to change it to a network Image. This ...
0
votes
3
answers
1k
views
right picture resolution for image asset?
I am a beginner in android programming and created a tic tac toe project for learning purposes. I used Android Studio as IDE. The game is finished now only the launcher icon is missing.
In order to ...
0
votes
1
answer
374
views
Is it possible to change the priority for the ImageAssets used in the xcode project
Im working on an iOS project which has multiple targets.
We have an global asset named Images.assets within a folder GlobalResources and all the targets in that projects are selected. (ie., This ...
3
votes
2
answers
3k
views
Should we add two images for dark mode and light mode in ios13
I am bit confused right now, am trying to add support for dark mode for my old application. But I don't understand that if we have to add two images for single asset for both dark mode and light mode. ...
0
votes
1
answer
304
views
Image assets how to specify different images for portrait and landscape
xcode project has image assets we can specify image for both iPhone and ipad for a single image name
Is it possible I can specify image for portrait and landscape for iPhone and iPad separately
Any ...
2
votes
1
answer
678
views
Android Studio - Configure image asset
I create icons with Android Studio, but I can use only circle or square...
Where I can find squircle and rounded square?
2
votes
2
answers
3k
views
How to switch between multiple .xcassets files
We have 3 targets for 3 different apps offering similar sets of features but different UI.
all these 3 targets are having different .xcassets files. But now as per Apple 4.3 guideline, they are asking ...
1
vote
1
answer
556
views
image asset icon name must be set
while adding image asset to my flutter app, whatever the name i set the error still the same and refuse to add the image
my flutter doctor output
/home/ahmed/flutter/bin/flutter --no-color doctor ...
1
vote
1
answer
30
views
what are the risks of having bigger image sizes
I have an iOS project and it has many images and for different resolutions
iPhone 1x,2x and 3x and iPad 1x,2x and 3x.
some of the images size are very big 1mb and I am worried this might affect app ...