Create a task
- Import the required classes and interfaces.
import javax.microedition.pim.ToDo;
import javax.microedition.pim.ToDoList;
- Invoke ToDoList.createToDo()on a task list.
ToDo task = todoList.createToDo();
Was this information helpful? Send us your comments.