python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Android action bar overflow is inconsistent based on device orientation
I have an action bar item set up to only show if there is room. When clicking onto the problematic screen when the device is in a vertical orientation, the item does not appear in the action bar. Rota...
newsworthy
Votes: 0
Answers: 0
Fragment navigation and menu. How to remove latest fragment? Check description
I was incapable of finding an answer for the following context:
Let's say we have a menu and a nav graph instanced in the main activity. We have 3 fragment: Home, ItemList and Settings. We add another...
radus14
Votes: 0
Answers: 1
DropdownMenu not aligned to width of Textfield in Dialog composable
The DropdownMenu composable is not aligning to the width of the OutlinedTextField which is inside a Dialog composable. It is shifted slightly to the right. However, placing the DropdownMenu outside th...
Raj Narayanan
Votes: 0
Answers: 1
How to hide menu option programmatically in Android?
I want to show/hide a menu option on the top bar programmatically from a fragment.
There are two possible situations:
In the preferences the user indicates that he does not want to use that option. I...
A. Cedano
Votes: 0
Answers: 2