Android SDK documentation - Data - Basic Search - Find contact by ID: - Synchronous call: - Sample code’s findById() API name is incorrect.
-> http://backendless.com/documentation/data/android/data_basic_search.htm
Occurrences of:
findByID ==> findById
Contact lastContact = Backendless.Persistence.of( Contact.class ).findByID( savedContact.getObjectId() );
==>
Contact lastContact = Backendless.Persistence.of( Contact.class ).findById( savedContact.getObjectId() );