image tag

106 questions


1 answers
76 views
0
How do I round the edges of the layout?

I'm looking for a way to round the edges of the layout. I don't know what to do with my head.

2 years ago

1 answers
77 views
0
The Android Facebook profile image (setImageBitmap) is not coming over.

After linking Facebook login with Android, I want to get a profile picture on Facebook. @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); FacebookSdk...


1 answers
96 views
0
Image, not image, on Apple's official site?

The picture above is a part of the iPhone 7 introduction page on Apple's official website.When I right-click on the image like in the picture, a menu that is not recognized as an image appears.So when...

2 years ago

1 answers
75 views
0
Can I get several images when I receive a request from Delphi to json multipart?

MultiPartFormDataDecode(context.InContentType, context.InContent, arrMulti); for I := 0 to High(arrMulti) do begin if arrMulti[I].Name = 'No' then begin s_no := arrMulti[I].Content; end; if arrMulti[I...

2 years ago

1 answers
34 views
0
How to get content URI from file address on Android

/sdcard/cats.jpg <- I know the absolute address of the image like this. How do I know the content URI of this file?I even downloaded the image file from my code and saved it in a specific folder. I...

2 years ago

1 answers
126 views
0
Questions about the android image folder!

Hello, I'm just asking you this question because it hasn't been a few days since I was implementing the image folder.You have successfully imported the image through Media.store. So I even took a fold...

2 years ago

1 answers
65 views
0
The image load from the list view takes too long ㅜ에서

I made a list view that prints the image, but I get the image from the Internet.But the printing speed is too slow and it seems to bring up the image again every time.p.s.There is no limit to the numb...


1 answers
43 views
0
Implement screen to show saved images if present and register if not input type = file

When creating a member information management screen, If you haven't registered your profile picture, look like above If you have registered your profile picture, I want you to show it like this.The i...

2 years ago

1 answers
82 views
0
I'm a student who is making a game with UNI.T engine.

I'm making a game with UNI.T, and the player on the game I wanted to bring in a window like File Explorer so I could import pictures. There was a free set of FILE BROWSER at the Asset Store, so I was ...

2 years ago

1 answers
42 views
0
If no image is selected, save it to DB!

I'm a novice developer.cryingI save the image URI I chose from the gallery in DB! If you do not select an image...When I tried to save it, the app turned off! String str_image = mImageCaptureUri.toSt...

« - 10 - »

© 2024 OneMinuteCode. All rights reserved.