View difference between Paste ID: YCEhyUdS and 1dqjTRZr
SHOW: | | - or go back to the newest paste.
1
I have data in an 2 column array where the number of rows is dynamic.  I want to send the data from each row to a layout, a TableRow of views for each column in that array.  Then inflate all those TableRows to a GridView that is in a PopupWindow.
2
3
Each element in the array is a unix timestamp.  Each TableRow should include 2 TimePickers that are set to the respective timestamps.
4
5
Any ideas?