Problem with Todo App.
Posted: Sat Feb 16, 2013 1:42 am
by Abhishek parmar
How to use delete function in Todo App. I completed this App but I am not able to understand last part of ToDo tutorial. ""Updating the list after delete"" -- In event tab delete_service is not found then please tell me how to complete last step of tutorial.
Problem with Todo App.
Posted: Sat Feb 16, 2013 5:12 am
by maxkatz
After you delete an item from the database, you need to invoke list_service -- in order to update the list on the phone.
http://docs.tiggzi.com/tutorials/buil...
If you don't see delete_service - you might have forgot to rename the service at an earlier step. Hope this helps.