Posts by Isabela Andrade • 21 points
4 posts
-
0
votes0
answers45
viewsQ: Show a set of images in a new layout from a list
Hello, i have an Activity class, which shows a layout with a list of items, which when clicking on each item, would show a new layout (books2), with a viewFlipper, however, each item in the list…
-
1
votes1
answer132
viewsQ: How to create a button for each Listview item that accesses a song
I wanted every item of the ListView played a song by clicking the button referring to each item, but when I click the button, it even plays, only q only the first song, the other songs in the list…
-
0
votes0
answers169
viewsQ: How to open a PDF file in listview items?
I created an Arraylist list and wanted to open pdf files in it, but I am storing the pdf files in res/raw folder and when calling in String ("res/raw") the file just doesn’t open, which I do?
-
1
votes0
answers31
viewsQ: How do I access a pdf file stored in R.raw on android SDK?
I think some information is missing to make the pdf file appear in my app. I used the following line of code within the Oncreate method: PDFView novo = (PDFView)findViewById(R.id.pdfView);…