A public class:
is defining an ArrayList of itself
so anything that will call this class contains an array of itself.
How do I access the members of the array from b4a?
Even though I know the variables in the contents array I cannot access them.
EDIT: One way is to write a function to grab them.:sign0161:
B4X:
public static class Entry extends DropboxReturn {
B4X:
public ArrayList<Entry> contents;
so anything that will call this class contains an array of itself.
How do I access the members of the array from b4a?
Even though I know the variables in the contents array I cannot access them.
EDIT: One way is to write a function to grab them.:sign0161:
Last edited: