Having just wrapped a Map and List into a MapList class/library, I was wondering how to implement Keys and Values methods to return an InterableList?
I'm guessing that I'll need to include some inline Java to expose an iterator and then respond to requests for the next item. Is this possible in B4A?
All advice gratefully received (especially if the advice is in the form of the inline Java to include)
I'm guessing that I'll need to include some inline Java to expose an iterator and then respond to requests for the next item. Is this possible in B4A?
All advice gratefully received (especially if the advice is in the form of the inline Java to include)