Android Layout question
Posted
by Nils
on Stack Overflow
See other posts from Stack Overflow
or by Nils
Published on 2010-06-12T19:55:11Z
Indexed on
2010/06/12
20:03 UTC
Read the original article
Hit count: 293
Hello,
I need to create a map with items on it (the map consists of a drawable object, which represents a room) and I thought about using buttons with background images for the items so that they are clickable.
I guess the AbsoluteLayout fits here the best, but unfortunately it's deprecated. What layout would you recommend me for this kind of application ? Is there another layout which supports X/Y coordinates ?
© Stack Overflow or respective owner