image loading

  1. saeed10051

    Android Question Bitmapasync library

    Ref. following thread https://www.b4x.com/android/forum/threads/b4x-bitmapsasync.119589/ i am trying to implement the imageloader in my project so that i can load images faster from online folder i am using following code, but the images load at the rate of 1 image per second. Although i have...
  2. rleiman

    Android Question CustomGallery - Photos are not loading into the gallery

    Greetings, I love the CustomGallery but ran into a snag the first time using it. I'm having difficulties loading existing photos into a gallery I initialized. Here is what I have done so far. I added a panel inside another existing panel other programmers defined. Please see the attachment...
  3. ALBRECHT

    Android Question CallSubdelayed2 + Imagedownloader + 404 not found

    Hello, Im using that kind of script to download images from a website, with the standard ImageDownloader service : links.Initialize links.Put(IvMark, ImgUrl) CallSubDelayed2(ImageDownloader, "Download", links) it works great but unfortunately, some times the image dont always exists...
  4. alimanam3386

    B4A Library Amir_Glide

    Glide is an image loading and caching library for Android focused on smooth scrolling. an advanced image downloader library. Support png,jpg,gif,... Control cache Use Transformations : CircleCrop,FitCenter,CenterCrop,InsideCrop,Blur,... You can add Custom Transformation Use Animations for...
  5. alimanam3386

    B4i Library iAmir_Glide

    Experience Glide in IOS for the first time with iAmir_Glide :) I am pleased to publish my first library for b4i. Glide is an image loading and caching library for Android but now for iOS focused on smooth scrolling. an advanced image downloader library. Support png,jpg,gif,... Control cache...
Top