python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to open an activity from a fragment using imagebutton?
I have a Navigation drawer that has four different fragments. On the Home Fragment Dashboard, I have eight different image buttons that I want to open a new activity I.E. when you click the Image Butt...
DCam
Votes: 0
Answers: 1
Error thrown when clicking image button in datalist
I have a datalist that displays images that I want to use as buttons, so I used the image button. But when I click the image, I get an error before it even gets to the if(e.CommandName == "imgBu...
Karen
Votes: 0
Answers: 1
Keep getting error "Conflicting declarations: val open: ImageButton, val open: ImageButton"
I'm still in the proccess of creating my app. I'm trying to make it to where when i click the imabe button it will go to a new activity. each image button has it's on activity.
code*
`
override fun on...
DCam
Votes: 0
Answers: 2