B4A Question Copy Listview (AddTwoLinesAndBitmap2) item to another Listview - emexes (first post)    Dec 28, 2022   (1 reaction) .AddTwoLinesAndBitmap(TempApp.AppName & " " & PrettyPrice, TempApp.PackageName, TempApp.Icon... As Bitmap, Price As Double)
Dim AppList As List
End Sub
Sub Globals
'These global... B4A Question ListView with AddTwoLinesAndBitmap2 - Alberto Iglesias    Apr 7, 2016 Anybody know how to centralize the first label verticaly when the SecondLabel is visible = false?
Other question: Some way to resize bitmap and centralize verticaly in line?... B4A Question ListView AddTwoLinesAndBitmap Ciolor Selection - DonManfred (first post)    Jul 24, 2018 You are still missing a PopAll for the 1st line... B4A Question get text from ListViews.AddTwoLinesAndBitmap2 and show in a label - klaus (first post)    Mar 7, 2015 You can either store an ID from the database and when you click on the ListView get this ID back and do a query to get the data.
Or, store the data as the return value in an array or a Type variable.... B4A Question How to add remote http image in a ListView - Gktech (first post)    Nov 28, 2018 I dont think it will work with ListView. Use xCustomListview and you can easily use the Imagedownloader mechanism.
On the other hand you just can download the mages with okhttputils and directly use the right image (as bitmap) to put into the LV.
Thanks for doing xCustomListview and worked it out... B4A Question how to change ListView item Bitmap after add the item - KZero (first post)    Dec 9, 2011 Or what about 2 or more Listviews and flipping them?
that's great idea thanks :sign0098:... B4A Question Align and Color problem in ListView.AddTwoLinesAndBitmap2 - Erel (first post)    Sep 13, 2011 See this thread for bitmap alignment (or actually position): http://www.b4x.com/forum/basic4android-updates-questions/7927-listview-bitmap-alignment.html
Android doesn't have a "right to left" API. Some devices include custom ROM that does it automatically. There is nothing that you can do to control it.... B4A Library [B4X] SimpleMediaManager (SMM) - framework for images, videos and more - Erel    Jul 2, 2025   (47 reactions) Not mandatory but you should always add it WebP images SMM_WEBP WebP image/webp Pay attention to... - Adds support for animated WebP images on Android 9+. - v1.09 - Fixes issue with missing layout file. - v1.08 - Adds support for showing images with ZoomImageView instead of B4XImageView: https://www... that can be displayed with WebView. Adds support for Ico images in B4J (it is natively supported in B4A and.... - v1.02 - Adds support for WebP images. - v1.01 - Adds support for handling JPEG orientation... B4A Question How to add image to button with text ? - mr.gedo    May 14, 2020 Hello everyone how can i add image with text to the button like this ? 94046... B4A Library [B4X] ZoomImageView - Cross platform zoomable + pannable image view - Erel    Mar 12, 2025   (33 reactions) A custom view that shows an image and allows the user to zoom and pan the image. Instructions: - Add with designer. - Call SetBitmap. Updates: v1.06 - Fixes an issue with Android 15. v1.05.../android/forum/attachments/1-gif.122485/ Tip: simplest way to add ZoomImageView is with SMM... the image jumps when switching from pinch gesture to pan gesture. v1.03 - Fixes an issue with the click... with old Android devices. More sophisticated view that can handle huge images: https://www.b4x.com... Page: 1   2   3   4   5   6   7   |