Note that there are some explanatory texts on larger screens.

plurals
  1. POANR while inflating layout in which upload image from url in android?
    primarykey
    data
    text
    <p>I m trying to show image from URL but while showing image when i touch the screen or want to scroll than it show <strong>app not responding</strong>.</p> <p><strong>What i do on my code:-</strong></p> <ol> <li><p>Inflate four different-2 type of xml on main screen in which I'm showing images which comes from URL.Its works fine but problem is my above heading of question.</p> <pre><code> _______________________ | | | | | | | 1 | 2 | | | | |_______________________| | | | | | | | 3 | 4 | | | | _______________________ many more inflating layout </code></pre> <p>In above 1 , 2 , 3 and 4 xml some stuff with imageview.</p></li> <li><p>I'm trying so many link or lib file which shown below :</p> <p><a href="http://loopj.com/android-smart-image-view/" rel="nofollow noreferrer">SmartImageView</a> <a href="https://github.com/thest1/LazyList" rel="nofollow noreferrer">LazyLoader</a><br> <a href="https://github.com/nostra13/Android-Universal-Image-Loader" rel="nofollow noreferrer">Universal Image Loader</a></p> <p>Above mentioned LIB file working fine when using Gallery or listview but not works fine on my case.</p></li> </ol> <p>many more which available when im doing google...</p> <p>Code: </p> <pre><code>for(int i=0;i&lt;10;i++) { // inflate one ofI'm trying so many link or lib file which shown below :- four type of xml and run below Asyntask } </code></pre> <p>Asyntask in which shown image and using Universal Image Loader to display image on imageview</p> <pre><code> @Override protected void onPostExecute(String result) { super.onPostExecute(result); ControlPage.imageLoader.init(ImageLoaderConfiguration.createDefault(act)); ControlPage.imageLoader.displayImage(values_of_book,cover_image_book_link, options); } } </code></pre> <p>Above im using <strong>Universal Image Loader</strong> lib file for showing image and <strong>its works fine on gallery view or list view</strong> but not in my case.</p> <p>image which occure while loading image from url and we can touch the screen</p> <p><img src="https://i.stack.imgur.com/CPdbh.png" alt="enter image description here"></p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload