Posts by Jadson Planzo • 1 point
3 posts
- 
		0 votes1 answer46 viewsQ: Image sharing of a listview with IntentGuys help me pfv, well it’s like this. I have a listview with several images and then when the user selects an image from the list in the app, this image is assigned to an ID in the case R.id.ivCar… androidasked Jadson Planzo 1
- 
		0 votes0 answers64 viewsQ: Share Intent imageviewGood guys I’m wanting to make one Share / Share of an image with intent, but this image is already defined with a id. How do I accomplish this share? Follow my code that is giving error: // Metodo… androidasked Jadson Planzo 1
- 
		0 votes1 answer33 viewsQ: Apply Asynctask to code that receives double vestmentsI have many doubts about how to apply the concept of AsyncTask. I’d like to know what that code would look like on AsyncTask. Thanks in advance // Metodo da ação do botão Calcular public void…