Posts by Marko Neto • 51 points
5 posts
-
-1
votes0
answers5
viewsQ: Generate Pdf of the page with listview android studio
I am facing difficulties to adjust an application page layout in android studio, generate image and save in pdf. I have a layout with several Textview and a Listview with scrolling, I can transform…
-
0
votes1
answer167
viewsQ: Use Javascript to create multiple input with different ids automatically
I am building a system that receives numbers and then passes them to a form, until then everything is working well, I can generate one or more input with the value I want, my problem is that when I…
-
1
votes0
answers126
viewsQ: Application closing when I get call/change screen
I’m developing an android app with the help of Android Studio, the app is a menu with 4 webviews. Everything works out perfectly. My problem is that when I get a call and the app is open, as soon as…
androidasked Marko Neto 51 -
-2
votes2
answers240
viewsA: Checkbox automatically checked in array
I already solved, I had to adapt a function that when the field was not selected gave a false Return, changed to true Return, and even without checking the field the problem was solved. It was what…
-
2
votes2
answers240
viewsQ: Checkbox automatically checked in array
I’m cracking my head to set a checkbox as marked. I know the markup syntax (<input checked>) but this particular checkbox is being mounted from an array and I couldn’t, and I don’t even know…