Is it possible to parse XML retrieved from a web address into a custom dialog?
Say I press a marker/button, I want it to display a custom dialog in which my xml has parsed and is diplayed.
Attempting this I get the following error in logcat:
‘overlay is not ready to queue buffers’
To solve this I Instead used a class with the theme of a dialog. Set custom width, height, and layout, so on. This allowed me to parse the xml to this class.
Hope it helps someone