TileView is a subclass of android.view.ViewGroup that asynchronously displays, pans and zooms tile-based images. Plugins are available for features like markers, hotspots, and path drawing.
MIT License
1.46k
stars
337
forks
source link
Things not working if I add tileView not as 'setContentView(tileView)' #377
In MainActivity.xml,
I created a tileView the same way the sample code did. Then at the very end, instead of
I did:
The tileView appears perfectly well. But now, things like
don't work..
I tried to look inside the code, but didn't get to figure out how to get it to work.
Can you give me some idea on how to solve this?