[Mono-bugs] [Bug 680547] New: Support Live Lists and Dictionaries

bugzilla_noreply at novell.com bugzilla_noreply at novell.com
Thu Mar 17 12:28:17 EDT 2011


https://bugzilla.novell.com/show_bug.cgi?id=680547

https://bugzilla.novell.com/show_bug.cgi?id=680547#c0


           Summary: Support Live Lists and Dictionaries
    Classification: Mono
           Product: MonoDroid
           Version: SVN
          Platform: Other
        OS/Version: Other
            Status: ASSIGNED
          Severity: Minor
          Priority: P5 - None
         Component: Class Libraries
        AssignedTo: mkestner at novell.com
        ReportedBy: mkestner at novell.com
         QAContact: mono-bugs at lists.ximian.com
          Found By: ---
           Blocker: ---


Currently, when passing a List<Foo> to an android API, a copy is made on the
java side in a java.util.ArrayList which means that if updates are done to
either the java list or the managed list, they are not reflected on the other
side of the boundary.

People can use JavaList/Dictionary already for more efficient collections, but
we should enhance the IList/IDictionary ctors of these types to "connect" the
lists so that changes on either side are Live on both sides.

-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the mono-bugs mailing list