Похожие чаты

I am using Navigation Bar + Fragments in my app.

It is taking a lot of time in switching the fragments.
I am using this code ->
navigationView.setNavigationItemSelectedListener(
item -> {
item.setChecked(true);
drawerLayout.closeDrawers();
switch (item.getItemId()){
case R.id.places :
PlacesFragment fragment1 = new PlacesFragment();
FragmentTransaction transaction = getSupportFragmentManager().beginTransaction();
transaction.replace(R.id.main_content, fragment1);
transaction.addToBackStack(null);
transaction.commit();
break;
case R.id.restaurants :
RestaurantsFragment fragment2 = new RestaurantsFragment();
FragmentTransaction transaction1 = getSupportFragmentManager().beginTransaction();
transaction1.replace(R.id.main_content, fragment2);
transaction1.addToBackStack(null);
transaction1.commit();
break;
case R.id.about :
AboutFragment fragment3 = new AboutFragment();
FragmentTransaction transaction2 = getSupportFragmentManager().beginTransaction();
transaction2.replace(R.id.main_content, fragment3);
transaction2.addToBackStack(null);
transaction2.commit();
break;
case R.id.hotels :
HotelsFragment fragment4 = new HotelsFragment();
FragmentTransaction transaction3 = getSupportFragmentManager().beginTransaction();
transaction3.replace(R.id.main_content, fragment4);
transaction3.addToBackStack(null);
transaction3.commit();
}

return true;
}
);
Is there any faster way to do that ?

3 ответов

13 просмотров

It looks like you posted long piece of code, consider editing it out and putting it on hastebin.com and pasting link to it instead. Alternatively, send your code in a file.

How much time does it take?

Is there need to define 3 different transactions?? You could define only one transaction outside switch... And call it inside different cases

Похожие вопросы

Обсуждают сегодня

This is a question from my wife who make a fortune with memes 😂😂 About the Migration and Tokens: 1. How will the old tokens be migrated to the new $LGCYX network? What is th...
🍿 °anton°
2
30500 за редактор? )
Владимир
47
What is the Dex situation? Agora team started with the Pnetwork for their dex which helped them both with integration. It’s completed but as you can see from the Pnetwork ann...
Ben
1
а через ESC-код ?
Alexey Kulakov
29
Anyone knows where there are some instructions or discort about failed bridge transactions ?
Jochem
21
@lozuk how do I get my phex copies of my ehex from a atomic wallet, to move to my rabby?
Justfrontin 👀
11
есть ПО, которое лежит папкой, по сути и не инсталится, а просто запускается. Надо раскидать по машинам в домене. Я так понял, что прям настройками GPO, копировать я смогу тол...
Dmitriy
8
any reference of this implementation?
BitBuddha
29
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
Привет)) уже кажется эту тему перемусолили, но вот я так и не понял. Я сейчас сижу на 27дюймов 2к мониторе. На Актуальной макоси, если я куплю 27д 4к монитор: - будет ли изобр...
Vladislav Piskunov
16
Карта сайта