I am porting my Android app to iOS and I am using Codename One for that. In my app an EditText can contain icons mixed with text. It is accomplished with instructions like these: MyImageSpan iconSpan=…
Advertisement
Tag: codenameone
codename one container with action listener
I am developing my first mobile App with Codename One. I am trying to get a container to react to an normal click action event. I have a container (note this is not a swing container, but a codename …
Advertisement