android - how to show the content of an xml file without knowing how many nodes are in that file -


i working on app suppose store photo , couple of strings few times day , show them. photo , strings stored in xml (photo's path not actual data) , want read xml file , show them. problem don't know how many instances of data in xml file can't prepare set number of photos , textviews in advance. show them in scrollable way of sorts , shown in gallery.

the real question pretty best way show data in xml file without knowing how many node in file.


Comments

Popular posts from this blog

scala - 'wrong top statement declaration' when using slick in IntelliJ -

c# - DevExpress.Wpf.Grid.InfiniteGridSizeException was unhandled -

PySide and Qt Properties: Connecting signals from Python to QML -