Android Question Can panel be loaded instead of imageview with SD_ShopListView

omo

Active Member
Licensed User
Longtime User
I just tried out this wonderful library of SD ( SD_ShopListView). Thank you. It is simple to use and saves time. Although, I don't understand where the contents are being held so I can initiate backup when needed. However, I instead loaded file and images from my local folder instead so it can be easily backup. It works well with images.

My question is if it is possible to load panel in place of imageview so that SMM can be loaded to allow images, video, audio etc to be loaded? Or if imageview is placed on the panel, can someone guide me to get that panel handle to load with SMM. Instead of using CLV or bbcodeview/SMM in my context usage at moment, I will like if I can load other media in this library. Any small example can help on time.
 

Star-Dust

Expert
Licensed User
Longtime User
It is not possible to replace the image with something else. It does not use xclv and modifying the panel would break the rotation which requires some graphic processing
 
Upvote 0

omo

Active Member
Licensed User
Longtime User
It is not possible to replace the image with something else. It does not use xclv and modifying the panel would break the rotation which requires some graphic processing
Ok, noted. I will use b4xtable album/xclv/bbcodeview/SMM for other media then, thank you so much
 
Upvote 0
Top