02.03.2015, 15:52
For example, say I wanted to load 40 rows of data from a MySQL table and present it in a dialog (DIALOG_STYLE_MSGBOX), but a dialog only has capacity for 20 rows of data (just an example). How would I code it so if the rows are higher than 20, show those rows on a new dialog? And keep doing that for every 20 rows that are found?