Search code examples
lwuit

Is it possible to send SMS using LWUIT?


I want to send SMS using LWUIT. what class should i be looking at? Does LWUIT have a class for sending SMS?


Solution

  • You don't need LWUIT to send sms. You can design UI using LWUIT and use MessageConnection class to send sms. You can have a look at this and this thread.