How to use the advantages of textfield and Canvas ?
Is there any way I can add some Item like textfield in canvas ?
How to use the advantages of textfield and Canvas ?
Is there any way I can add some Item like textfield in canvas ?
There are many discussions about this if you try searching.
Items can be added only to Forms, not to a Canvas. To provide this functionality, you will need to implement it yourself. Or use a Form with CustomItems rather than a Canvas. If you want a more attractive UI, consider something like LWUIT.
Graham.