B4J Tutorial [B4X] Faces, Assemblies, Traces, and Points. Standard Classes for creating a story. - William Lancee Feb 05, 2023 (11 reactions) Let's create a set of structures - each will be implemented as one or more standard classes.
Story: a set of ordered scenes
Scene: a collection of Faces
Face: a collection of Assemblies
Assembly: a collection of Traces
Trace: a set of ordered Points
Point: a pair of ordered Numbers B4A Class [B4X] Class - clsRndItems - LucaMs Apr 08, 2022 (13 reactions) A simple class for randomly picking items from a group without repetitions (but also with repetitions, if desired). It works on all platforms (B4A, B4J, B4I), of course. Main methods: Initialize(..., NumOfItems As Int) Creates, by default, a list of numeric items, from 1 to NumOfItems you will pr B4J Library [B4X]A cross-platform B4XPages class to display a network of nodes connected by arrows. - William Lancee Sep 21, 2022 (28 reactions) You may be interested in examining the code in the demo and the class. Remove them if you don't like my solution.
H. The 'WiLNetChart' class is dependent on the 'Arrow' class Here
The class is included in the demo below.
Even with all these features, the class size is only about 450 lines of code. B4J Library [B4X][class] RecordSet: A class that extends the functionality of lists of same length arrays - William Lancee Aug 25, 2021 (7 reactions) I have included copious comments. Feedback is always welcome.
118265
118266 B4J Question is it possible to define the class name in source code? - Cableguy (first post) Sep 09, 2018 (1 reaction) Each class can hold more than one "classes" I have a class that I call "helper" were I have about 15 individual objects and/or methods, some needing initializing, other not. A class is just a container... B4A Question Type, Class or Module? - LucaMs (first post) Nov 06, 2016 (2 reactions) I don't agree completely, although your concepts are valid.
1) Mainly you should use classes when you need to represent an object, real object or immaterial object.
2) You can use a single instance of a class instead of a code module; so, if later you will need typical characteristics of classes yo B4A Tutorial [B4A] [Class] [Calendar] Class wmCalendar - Android calendar manipulation based on DonManfred's explorations - walt61 Apr 19, 2022 (16 reactions) and ReminderInfo are Types that are defined in the class - Events vs. Instances: Instances are individual instances of recurring Events - The Manifest has been edited as well, and RuntimePermissions must be requested - see @DonManfred 's post - General Google information about the Calendar provider B4J Library B4j TextFlow and Text class - stevel05 Oct 22, 2022 (4 reactions) This is a supporting library for my printer example post so there are no images here. It is a simple wrapper for the two javafx classes so you can use them independently of the printer example if you wish. For a fluent API to quickly add Richtext/Textflow to a layout see Erel's class here. For mo B4A Code Snippet NB6 class - additional functions - wes58 Dec 08, 2021 (28 reactions) 'ContentTitle - Title (CharSequence)
'ContentText - Body text (CharSequence)
'Tag - Tag that can be intercepted in Activity_Resume when the user clicks on the notificaiton.
'Activity - The activity that will be launched when the user clicks on the notification. Wish Static / Persistent local variables - copanut (first post) Nov 07, 2022 And your comments are appreciated. But, my feeling is you are focusing too much about the meaningless content of the illustration rather than the concept of encapsulating persistent data items within their relevant subs rather than globally and disconnected from the relevant subs. This concept is eq Page: 1 2 3 4 5 6 7 Powered by ColBERT |