B4A Library Android Things - Erel    Apr 29, 2018   (27 reactions) 6. Add the following code to the manifest editor:
AddApplicationText(<uses-library android:name="com.google.android.things"/>)
'Launch activity automatically on boot (can remove if not needed)
AddActivityText(Main,
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category B4J Library [BANanoVueMaterial]: The first complete opensource VueJS UX based framework for BANano - Mashiane (first post)    Mar 09, 2020   (2 reactions) Things the new version comes with: Banners
89720
Dim banner1 As VMBanner = vm.CreateBanner("banner1", Me).SetTwoLine(True)
Dim avat As VMAvatar = vm.CreateAvatar("avat1", Me).SetSlot("icon").SetSize("40").SetColorIntensity(vm.COLOR_DEEPPURPLE, vm.INTENSITY_ACCENT4)
avat.SetIcon("mdi-lock", B4A Library [B4X] B4XTable - Cross platform, sortable, searchable, customizable table - Erel    Feb 08, 2024   (58 reactions) When you call SetData the an in-memory db is created with the data. CellClick event Sub B4XTable1_CellClicked (ColumnId As String, RowId As Long) Dim RowData As Map = B4XTable1.GetRow(RowId) Dim cell As String = RowData.Get(ColumnId) Log(cell) End Sub B4XTable.GetRow returns a Map with B4J Library (Max)Mind Your Own Business - drgottjr    Sep 12, 2022   (3 reactions) a forum member mentioned maxmind many years ago. maxmind is a database company specializing in, among other things, mapping ip addresses to locations and networks. they have for a long time made a version of their product available free of charge. not for commercial use, naturally. a few years a B4J Library [ABMaterial]: Additional Frappe Chart Things - Mashiane    Jun 21, 2018   (5 reactions) Initialize(page,"mfc8","9. Bar - Stacked", 200)
mfc8.ChartType = mfc8.EnumFrappeChartType.bar
mfc8.SetXAxis("x",0)
mfc8.AddSeries("a","DS 1",mfc8.EnumColor.yellow)
mfc8.AddSeries("b","DS 2",mfc8.EnumColor.violet)
'add data
mfc8.AddXY2("Sun",18,30).AddXY2("Mon",40,50).AddXY2(" B4J Library Mashy's B4J Overview created with Walt's B4XGoodies using BVAD3 - Mashiane    Apr 27, 2021   (23 reactions) util.createthumbnail Based Slicebox Image Slider
Library - Abmaterial - Additional Frappe Chart Things
Library - Abmaterial - An Image Slider That Can Actually Crop Your Image Not
Library - Abmaterial - Attempting A File Chooser
Library - Abmaterial - Attempting A Profile Picture File Chooser
L B4J Library [B4X] Log Server - stevel05    Dec 31, 2019   (21 reactions) This is one of the things I've been working on. It enables multi window logging so you can organise and more easily read the logs you create in your code. 86987 _6UCm7e_VN8 You can : create multiple dockable LogAreas (windows) the last area created will become the current default. SwitchTo anot B4J Library [Web] Sithaso SDUIPocketBase - Use PocketBase BackEnd in your BANano Projects - Mashiane (first post)    Oct 19, 2024 Other things you can do.... 1. User Management & Authentication. 2. Subscriptions Etc. NB: This class is internal to SithasoDaisy B4J Library Windows Registry - jRegistry - tchart (first post)    Apr 27, 2023   (2 reactions) Couple of things; 1. You need to initialize jRegistry 2. The setValue methods are expecting a RegistryValue.Type - this is an enum which doesnt work with B4J but... I have updated the library so that RegistryValue.Type enum is now available on the reg object, so you can do this now; Dim reg As jR B4A Library BottomNavigation - BarryW (first post)    Dec 15, 2016 I i alreader add those things Page: 1   2   3   4   5   6   7   Powered by ColBERT |