database/app/src/main/java/com/google/firebase/referencecode/database/QueryActivity.java (3 lines): - line 107: // TODO: implement the ChildEventListener methods as documented above - line 130: // TODO: handle the post - line 164: // TODO: implement the ChildEventListener methods as documented above database/app/src/main/java/com/google/firebase/referencecode/database/kotlin/QueryActivity.kt (3 lines): - line 85: // TODO: implement the ChildEventListener methods as documented above - line 108: // TODO: handle the post - line 141: // TODO: implement the ChildEventListener methods as documented above dl-invites/app/src/main/java/com/google/firebase/dynamicinvites/kotlin/presenter/MessagePresenter.kt (1 line): - line 14: Toast.makeText(context, "TODO: Implement SMS", Toast.LENGTH_SHORT).show() dl-invites/app/src/main/java/com/google/firebase/dynamicinvites/presenter/CopyPresenter.java (1 line): - line 18: Toast.makeText(context, "TODO: Implement link copying", Toast.LENGTH_SHORT).show(); dl-invites/app/src/main/java/com/google/firebase/dynamicinvites/presenter/EmailPresenter.java (1 line): - line 18: Toast.makeText(context, "TODO: Implement email sending", Toast.LENGTH_SHORT).show(); dl-invites/app/src/main/java/com/google/firebase/dynamicinvites/presenter/MessagePresenter.java (1 line): - line 18: Toast.makeText(context, "TODO: Implement SMS", Toast.LENGTH_SHORT).show(); appindexing/app/src/main/java/com/google/firebase/example/appindexing/kotlin/AppIndexingUpdateService.kt (1 line): - line 27: // TODO Insert your Indexable objects — for example, the recipe notes look as follows: dl-invites/app/src/main/java/com/google/firebase/dynamicinvites/kotlin/presenter/SocialPresenter.kt (1 line): - line 14: Toast.makeText(context, "TODO: Implement social sending", Toast.LENGTH_SHORT).show() dl-invites/app/src/main/java/com/google/firebase/dynamicinvites/presenter/SocialPresenter.java (1 line): - line 18: Toast.makeText(context, "TODO: Implement social sending", Toast.LENGTH_SHORT).show(); dl-invites/app/src/main/java/com/google/firebase/dynamicinvites/kotlin/presenter/CopyPresenter.kt (1 line): - line 14: Toast.makeText(context, "TODO: Implement link copying", Toast.LENGTH_SHORT).show() dl-invites/app/src/main/java/com/google/firebase/dynamicinvites/kotlin/presenter/EmailPresenter.kt (1 line): - line 14: Toast.makeText(context, "TODO: Implement email sending", Toast.LENGTH_SHORT).show() appindexing/app/src/main/java/com/google/firebase/example/appindexing/AppIndexingUpdateService.java (1 line): - line 33: // TODO Insert your Indexable objects — for example, the recipe notes look as follows: