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)
How to implement a OnItemSelectedListener for Spinner in Dialog Box
I have a Dialog Box in my MainActivity that is activated by touching a cog button in my Layout. When it appears, it contains a drop down Spinner. The Spinner works and produces a scrollable list of it...
Velociholmes
Votes: 0
Answers: 2
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
Best way to preview page of Pdf file in Android
I'm developing a feature to preview the pages of a Pdf file in Android.
I tried with PdfRenderer using the recyclerview to show the list page, and the problem is it causes lag in the app.
My question ...
ninhnau19
Votes: 0
Answers: 0
publishProgress in Void cannot be applied to Strings in Asyntask?
I'm developing app to load pdf files in pdfView. I'm using Aynctask for this. I want to show the progress status in progress dialog.
Now the problem I'm facing is when I change AsyncTask<String, Vo...
abhilash kaveriappa
Votes: 0
Answers: 1