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>