smm

  1. mzsoft

    Android Question how to use SMM with ImageView

    i want to use smm in my project. now i have imageview in all activity and not to change to panel. i use this code Dim im As ImageView im.Initialize("im") Activity.AddView(im,0,0,100%x,100%y) MediaManager.SetMediaFromFile(im,File.DirAssets,"ims.jpg","image/png", Null)...
  2. J

    Android Question Issue with RecyclerView Image Loading When Switching Activities - Using SimpleMediaManager

    Hi everyone, In my project, I’m currently using RecyclerView, but I plan to switch to CustomListView in future projects. @Erel 😁 Here’s the issue I’m facing: Imagine I have two activities. The first one displays an online image list using RecyclerView, and the second activity shows details...
  3. 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
  4. mzsoft

    Android Question animated webp not show with SMM

    hi. i used this example. MediaManager.SetMedia(pan, "https://isparta.github.io/compare-webp/image/gif_webp/webp/2.webp") MediaManager.TrimMediaCache but this show in log and not show image. *** Add a reference to WebP library and add SMM_WEBP to the build configuration *** Unexpected mime...
  5. Samara

    Android Question SMM .Webp In CLV

    I use simple media manager in customlistview with ".webp" format everything good in loading but when scroll clv get lag so much with 100 image... #Region Shared Files #CustomBuildAction: folders ready, %WINDIR%\System32\Robocopy.exe,"..\..\Shared Files" "..\Files" 'Ctrl + click to sync files...
  6. DarkWolfalpha

    Android Question SMM Background Color Transparent

    I Use SMM (SimpleMediaManager) But This Problem: Before Download And Show Image This Problem Happened!!!! (After Load is Fine) This Cods Not Work For Problem: SMM.DefaultFadeAnimationDuration = 0 SMM.DefaultBackgroundColor = Colors.Transparent SMM.AddLocalMedia(SMM.KEY_DEFAULT_ERROR...
  7. DarkWolfalpha

    Android Question [B4X] SimpleMediaManager (SMM) - Unexpected mime

    When I Use SMM This Error Why happened?
Top