Issue
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");
Answered By - Palak
Answer Checked By - Mildred Charles (JavaFixing Admin)