If you are experiencing an issue please mention the full platform your issue applies to: IDE: NetBeans/Eclipse/IDEA Desktop OS Simulator Device
IDE: NetBeans 8.2 Desktop OS Windows 10 Simulator Device IOS & Android Can you please provide me a complete example code that will split a String as found in Java 1.8 Split method? I have seen reference to: (response is a String) *com.codename1.ui.List<String> list1 = com.codename1.util.StringUtil.tokenize(response, "<<EOL>>") ;* *Generates This error: incompatible types: java.util.List<String> cannot be converted to com.codename1.ui.List<String>* -- You received this message because you are subscribed to the Google Groups "CodenameOne Discussions" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. Visit this group at https://groups.google.com/group/codenameone-discussions. To view this discussion on the web visit https://groups.google.com/d/msgid/codenameone-discussions/f358c6bb-96ab-42db-91f6-6648ec044bbe%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
