This class is compatible with B4A, B4i and B4J. A simple circular progress bar implemented as a custom view. Usage: Add the class to your project and add a custom view with the designer. Set its value with" CircularProgressBar1.Value = 100 The animation is smooth in release mode...
A simple, cross platform, pie chart class based on XUI library. Implemented as a custom view. Add it with the designer and set the data with: Dim data As List data.Initialize data.Add(PieChart1.CreateSlice("Slice #1", 234, 0)) '0 = random color data.Add(PieChart1.CreateSlice("Slice #2", 500...