A. TextView tv = this.findViewById(bookName); B. TextView tv = findViewById(R.id.code); C. TextView tv = findViewById(R.id.bookName); D. TextView tv = findViewById(R.string.bookName);
Activity B. Intent C. Service D. ContentProvider
A. goToActivity B. startActivity C. startActivityForResult