Android Question Listview bitmap click

wimpie3

Well-Known Member
Licensed User
Longtime User
Is it possible to determine if the user clicks on the labels OR on the bitmap in a ListView? The onclick is fired for both...
 

eurojam

Well-Known Member
Licensed User
Longtime User
wiempie,
you can use a scrollview instead where you can add panels, imageviews and so on and use the click events of them.

best regards
Stefan
 
Upvote 0

DonManfred

Expert
Licensed User
Longtime User
Klaus you easily can use custom scroll view aS you can load a design to a panel. In this design you have all possibilities. Click longclick and so on for ALL objects in your layout
 
Upvote 0
Top