I tested your project and it works OK.
Thank you both for testing.
@klaus: If you comment the listview code and run the logs code line, the page appears on subsequent app runs, but it is empty, it does not show the logs. That is what I was referring to in my previous posts. Therefore, not seeing anything in the logs spooked me. Having ONLY logs in the B4XMainPage B4XPage_Created sub in not a good idea. By virtue of you adding the listview, the data shows up in the listview.
@Erel: Here is what I mean by 2nd run:
1. Compile and run in Release. The logs appear.
2. Exit the app with the back key code,
3. Now, go to the app's icon on the tablet and click it to run it again.
4. The logs do not show anything.
But now, after your clarification in post #13, it proves why the logs do not show anything in subsequent runs.
For testing purposes, I am playing with the Starter Service. I like using direxternal with rtp,, especially for testing purposes.