simplemediamanager

  1. Lucas Siqueira

    Wish New Improvement - Add CORNERS RADIUS in [B4X] SimpleMediaManager (SMM)

    @Erel This new feature in the rounded corners library for images is wonderful, but I still have one more suggestion. Add the DefaultCornersRadius mode With the default field, the command to load the image would be even simpler. Instead of having to create a map and load it with...
  2. Lucas Siqueira

    Wish Add CORNERS RADIUS in [B4X] SimpleMediaManager (SMM)

    Please @Erel , I know you don't like exclusive posts, but this is a case of adjusting the source code of your [B4X] SimpleMediaManager (SMM) library which is fantastic. Congrats on it! Today we have a function to round the image "ROUNDIMAGE" which is very useful for user photos or even...
  3. J

    Android Question SimpleMediaManager - How to Implement Caching

    Hi everyone, I have a list of images from online sources that I'm loading into an ImageView using SimpleMediaManager within a RecyclerView. My question is, how can I implement caching, like Picasso does, so that images that have already been loaded and cached don't get reloaded? Thanks
  4. Samara

    Android Question SMM - found a disconnected target!

    after this problem happen image is removed from view like this.. debug: found a disconnected target! ReturnViewToCache: URL
  5. Mark Read

    B4J Question [Solved] How to use the click event on SimpleMediaManager

    I am having trouble with the click event when using the example 2 from Erel (here). I have only changed where the images are coming from but as in the example, each line contains 4 images and 4 labels. The click event fires as required but I need the label text. I know its probably simple but I...
  6. byz

    Wish add event for SimpleMediaManager

    hi,Erel: i wish add the events of VideoEnd for SimpleMediaManager. so, we can do something when video play end.
  7. DarkWolfalpha

    Android Question [B4X] SimpleMediaManager (SMM) - DefaultResizeMode

    Hi! when i log this in SMM: MediaManager.DefaultResizeMode The result==> FIT I wan change resizmode default how i can do?
Top