| Issue 85: | j2me List set() method and bugfix of Android implementation | |
| 2 people starred this issue and may be notified of changes. | Back to list |
I'm attaching a patch with containing implementation of void set(int elementNum, String stringPart, Image imagePart) method for Android, including fix of list items modification: with current version, if the midlet code contains deleteAll() immediately followed by append(), it is not unusual that deleteAll is called later, and you will end up with empty list. |