B4A Question Http2Utils not retrieving result? - Erel (first post)    Jan 18, 2015   (1 reaction) The class context is the activity that initialized the class instance. The class will only handle events while its activity is in the foreground. In many cases the best (simplest) solution is to use a Service. Services are simpler to work with compared to activities as they are never paused. 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 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][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 Wish Shared class module name - Erel (first post)    Aug 29, 2017 You can't. A class is just a template. You need to create an instance from that template before you can call it. For further discussion please start a new thread in the questions forum. B4A Class [B4X] What's new class - hatzisn    Feb 07, 2021   (4 reactions) Hi everyone, this is a what's new class for B4A and B4i (b4xlib) that you can use to display information for new views or functions (related to views obviously) of your application. (7/2/2021) Added support for nested views. (24/2/2020) I have added the new sub to the lib that sets new borders f 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 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 Java Question unsupported class file version 53.0 ...while parsing module-info.class - Erel (first post)    Mar 03, 2020   (1 reaction) Not related. Are you sure that the wrapped library is compatible with Android? module-info.class is a module description file. This is a Java 9+ feature that is not supported by Android. Page: 1   2   3   4   5   6   7   Powered by ColBERT |