B4A Library [Lib, Chargeable] Amir_RecyclerView - alimanam3386    Oct 26, 2020   (41 reactions) New b4a library! :)
RecyclerView, an important part of the sdk and android for making a custom list with better Layout , animation , and fixed for large data set.
Amir_RecyclerView released new version that we call it AX_RecyclerView.
version 1.0.8 is last update for Amir_RecyclerView and we will B4A Question Connect recycleview to SQLite in b4a - Alexander Stolte (first post)    Jan 25, 2024   (1 reaction) Load the first 400 data records and when the user has reached the 300th data record, simply load the next 400 data records in the background. However, I do not assume that any user scrolls more than 50 items at all. B4A Tutorial Basic difference between a Standard ListView and Amir_RecyclerView - fredo    Sep 24, 2018   (13 reactions) During the introduction to Amir_RecyclerView (ARV), it was necessary to understand the basic relationships between data and display. ListView is a view group that displays a list of scrollable items. The list items are automatically inserted to the list using an Adapter that pulls content from a B4J Tutorial B4J Change Log (version history) - Erel    Oct 16, 2023   (10 reactions) Link - absolute path: Adds a link to the module with an absolute path. Deleted files are moved to the recycle bin. Properties grid and views tree can be filtered. Properties grid is much faster and includes new types of editors: https://www.b4x.com/basic4android/images/SS-2017-11-26_17.15.19.png h B4A Question xCustomListView problem - JohnC (first post)    Aug 24, 2019 There is a "Recycler" view that I believe the "Recycling" relates to it only loading in images when needed and discarding images that scrolled off the display - all to minimize memory and increase capacity - but please verify this for yourself. https://www.b4x.com/android/forum/threads/lib-chargea B4J Question Delete to Windows Recycle Bin - Erel (first post)    Aug 29, 2023   (8 reactions) #AdditionalJar: jna-platform-5.8.0.jar
#AdditionalJar: jna-5.8.0.jar
Sub Process_Globals
End Sub
Sub AppStart (Args() As String)
MoveToRecycleBin(Array("C:\Users\H\Downloads\Error.txt"))
End Sub
'File - one or more files to move to the recycle bin.
Private Sub MoveToRecycleBin (Files() As B4A Question B4x and ecommerce - hitesh.k (first post)    Apr 04, 2023 Hello i am reading a tutorial where recyclerview is used in fetching data from firebase a search for recyclerview in b4x result nothing Is recyclerview is available or any other component view in b4x which works like it thanks. B4A Question Error with swipe refresh and recycler view - mehdipass    May 21, 2024 Why does this error happen?
Exception java.lang.IllegalStateException: ViewHolder views must not be attached when created. Ensure that you are not passing 'true' to the attachToRoot parameter of LayoutInflater.inflate(..., boolean attachToRoot)
at androidx.recyclerview.widget.RecyclerView$Adapter. B4A Question Large bitmaps: is use of reflector.RunMethod("recycle") still relevant - Erel (first post)    Jun 30, 2016   (2 reactions) It is not required as the memory will be released when there are no more live references to the bitmap.
Calling recycle can be dangerous as there may be still references to the bitmap object.
If you are creating large bitmaps (it usually happens when using Canvas) then you should avoid creating u B4A Question Out of memory, expecially with maps - warwound (first post)    Jan 15, 2016   (3 reactions) Nobody has mentioned the Bitmap recycle method yet... Free the native object associated with this bitmap, and clear the reference to the pixel data. This will not free the pixel data synchronously; it simply allows it to be garbage collected if there are no other references. The bitmap is marked as Page: 1   2   3   4   5   6   7   Powered by ColBERT |