martincooper / java-datatable

Immutable DataTable implementation in Java
Apache License 2.0
54 stars 15 forks source link

Can you port to android #3

Open zgfflc opened 4 years ago

zgfflc commented 4 years ago

Can I use this code on android?I really appreciate the code you wrote, but after the test, android does not work, I am very sorry, I hope to get your help.

martincooper commented 4 years ago

Hi. I've not done any Android development, but I understand that it has native support for Java 8 (which is what java-datatable targets) so you should be ok.

zgfflc commented 4 years ago

import net.sf.jga.fn.UnaryFunctor; import net.sf.jga.fn.adaptor.ConstantUnary; import net.sf.jga.parser.ParseException; import net.sf.jga.parser.UnaryFunctorRef; import net.sf.jga.parser.UncheckedParseException; import org.jdesktop.databuffer.event.DataTableEventAdapter; import org.jdesktop.databuffer.event.RowChangeEvent; import org.jdesktop.databuffer.event.TableChangeEvent;

None of these packages are available on android

zgfflc commented 4 years ago

If you think it can be changed to apply to android platform, I can help test it together.Thank you very much.