Posts by IF12 • 11 points
4 posts
-
0
votes1
answer169
viewsQ: What does it mean to underline this section of the code?
I’m trying to use a searchview along with the listview of my project, but I’m not getting it, because where I’m going to set the lisview Adapter inside the onQueryTextChange method, it appears…
-
0
votes1
answer921
viewsQ: Open pdf document via Intent?
I have an application that generates a pdf through a button and when clicking on the button opens a alertdialog where I name my file and therefore opens a snackbar with the title " Do you want to…
-
0
votes1
answer453
viewsQ: How to pass double type variable through Bundle class?
I cannot pass a textview value from an Activity A to Activity B to perform some calculations. I tried through the putExtra method to pass variable of type string and then convert to double and could…
-
-2
votes2
answers387
viewsQ: Pass textview value to another screen and convert to double again?
So I have a value stored in a text view of a previous calculation in Activity 1 and I need that value in Activity 2 to perform other calculations. Pass only the value in String I can pass, what I…
android-studioasked IF12 11