yatsek / microemu

Automatically exported from code.google.com/p/microemu
0 stars 0 forks source link

j2me List set() method and bugfix of Android implementation #85

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by kr...@seznam.cz on 20 Dec 2010 at 4:59

Attachments: