python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android Display multiple image selected from gallery to imageview
I'm trying to display multiple images I selected from a gallery into an imageView or RecyclerView. I'm using this repository I found on github.
Here is the Java code:
import androidx.annotation.Nullab...
Fanuel
Votes: 0
Answers: 0
Fix sizes for Imageview in Android
I have a LinearLayout with a list of six horizontal buttons in a column.
Each one has this structure:
<LinearLayout
android:layout_width="match_parent"
android:layout_height="...
Babbara
Votes: 0
Answers: 2
How to disable/Manage Accessibility announcement on ImageView? Android
My Screen has Image and Titleview. I need to announce talkback as the Title text when the page loads. But it always announces the contentDescription of an ImageView.
View Hierarichy
ImageView and then...
Joyal
Votes: 0
Answers: 1
How to add an image in in the ArrayList.add(new?
Please Could you help me?
I am creating a guess game in Android Studio with image and options answers. My question is How to add an image into Array list?
.
In the imageView I tried to add image but ...
thomasf10
Votes: 0
Answers: 0