python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How can I get username from real time database and show it in navigation header?
Register Button in Register Acvtivity
public void registerBtnClicked(View view){
String email = binding.userEmailEditText.getText().toString();
String password = binding.userPasswordEditText...
MUSTAFA KAYA
Votes: 0
Answers: 1
ConstraintLayout in NavigationView header doesn't take full width
Here is my NavigationView:
<com.google.android.material.navigation.NavigationView
android:id="@+id/navView"
android:layout_width="500dp"
android:layout_height="...
Yevhen
Votes: 0
Answers: 1
Jetpack Navigation With Bottom Navigation Bar Nested Graph Transitions Animation issues
In my current project, I have set up a bottom navigation bar with the jetpack navigation library, and each bottom destination holds it's own nested graph.
Each nested graph looks like this for exampl...
A.D
Votes: 0
Answers: 0
Problem with Android Navigation: Multiple back stacks
My problem is when I try to change the fragment with the bottom navigation it works except in one case. I have 5 fragments, when I enter in the 3rd and after go to the 5th, the icon of the 5th don´t c...
Gray
Votes: 0
Answers: 1