Erel,
After running the https://www.b4x.com/android/forum/threads/flickrviewer.34608/ on B4J 3.5, it shown the runtime error.
Error occurred on line: 98 (main).
java.lang.RuntimeException: Object should first be initialized (List).
97 Sub GridPane_Resize(Width As Double, Height As Double)
98 For Each iv As ImageView In ivs
99 iv.Height = Height / 3
100 iv.Width = Width / 3
101 Next
102 End Sub
After running the https://www.b4x.com/android/forum/threads/flickrviewer.34608/ on B4J 3.5, it shown the runtime error.
Error occurred on line: 98 (main).
java.lang.RuntimeException: Object should first be initialized (List).
97 Sub GridPane_Resize(Width As Double, Height As Double)
98 For Each iv As ImageView In ivs
99 iv.Height = Height / 3
100 iv.Width = Width / 3
101 Next
102 End Sub