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)
Is it possible in Android to implement Zoomable scroll view with both the scrollbars visible in the viewport?
I am trying to develop a zoomable scrollview with seeing both the scrollbars visible. But when implementing I face the following issues.
To enable both Orientation, use scrollview and horizontal scro...
DeepakG
Votes: 0
Answers: 1
Xamarin Android DatePicker visual bug on Min-Max Date
On Xamarin Android I have a DatePicker which is on spinner mode.I want to set min-max date for this DatePicker. I succeeded with this part. The problem is when we use month spinner to go to min-max da...
fatihbks
Votes: 0
Answers: 0
How can I call function in view in xamarin
I have a function in xamarin and I want to use the value of this return function as a column in my view. So here is my function:
public int setColumn()
{
int column = 0;
...
magic bean
Votes: 0
Answers: 0
NavigationBar shows up when toolbar menu is clicked
Hello,
I am trying to make my android app fullscreen and hide the navigation bar.
It works well but I noticed that when I press a button on my custom toolbar the navigation bar reappears and stays vi...
Taxen0
Votes: 0
Answers: 3