Open zgfflc opened 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.
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
If you think it can be changed to apply to android platform, I can help test it together.Thank you very much.
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.