Search code examples
androidandroid-imageview

displaying image in the imageview directly from the internet


I want to load an image which is located at the url "http://www.Karnatakatourism.org/mm/slide/chickmaglur_home.jpg" onto the imageview in Android.

Can anyone help me with the code to do the same?


Solution

  • You can use android query lib. http://code.google.com/p/android-query/wiki/ImageLoading

    You just need to write

    aq.id(R.id.imageview_profilee).image("your path");