I just purchased B4A even though I'm very new to programming but this seems to be a good platform to learn and I was interested in developing for Android devices.
I am sorry for the very basic question but I am still trying to grasp the syntax and layout of B4A. In particular I am trying to understand the ListView command as I have been able to use this from the example but I wanted to know how I can store data within the application itself and load that into the ListView.
You can store the data in many ways. The simplest way to store data is with a List (not ListView). You can use File.ReadList to read the data from a text file.
Appreciate your help. Yes, I did review the ListView tutorial, I was actually looking to store the data in the program file itself rather than load up from an external file.
If this is not possible I will use the List option, thanks again.
Seriously, don't worry about it. We all make errors and wrong assumptions while learning (and even long after ), it's part of the process. Don''t let it put you off asking for more advice next time you are stuck.
Seriously, don't worry about it. We all make errors and wrong assumptions while learning (and even long after ), it's part of the process. Don''t let it put you off asking for more advice next time you are stuck.