Answer the question
In order to leave comments, you need to log in
How to change the activity inside the Frame when the button is clicked?
public void openFilms(View view){
/* Заменяет основной активити
Intent intent = new Intent(this, FilmsActivity.class);
startActivity(intent);
*/
}
Answer the question
In order to leave comments, you need to log in
Fragments to help you. developer.android.com/intl/ru/guide/components/fra...
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question