Skip to content Skip to sidebar Skip to footer

How To Get The Position Of Listview With Custom Adapter In Android?

I am developing an Application. My Layout Screen is as below: In that I had Used horizontal Listview for Images. My requirement is: When I click on Preview Button the image whic

Solution 1:

Where is your image stored? in the resources folder in your device? On Internet? Why you need to pass it as a URL?

There are different ways. Sending intents with extras may do the trick. You can put the URL as a String or pass the location of the image also as String.

Anyway add more information about the layout and I could update my answer to give you more advices.

Post a Comment for "How To Get The Position Of Listview With Custom Adapter In Android?"