dim mylist as List
mylist.initialize
mylist.Add("This is a String")
mylist.Add("another string")
welcome in th e community
B4X:dim mylist as List mylist.initialize mylist.Add("This is a String") mylist.Add("another string")
No. The memory will be released by the garbage collector when there are no live references to the list.is this List need to be free some where or its free it self ?
You need to better explain what you are trying to do.also can i assign this list To Webview in loadhtml function ?