EhshanKhan
(Ehshan Khan)
December 22, 2021, 7:35am
#1
Hello,
I am making an app in kodular. The UI of the app is shown in the figure. I am not able to figure out which component I should use to get the UI as shown in the figure.
The back upper section is a horizontal scroll and below that is the vertical scroll.
Also, those numbers are dynamic. So any suggestion on how I can achieve that.
dora_paz
(Dora)
December 22, 2021, 7:47am
#2
Search community Some hints to start are …
One of the defining features of Material Design is the design of the BottomAppBar . Based on the changing needs and behaviors of users, the BottomAppBar is an evolution from standard Material guidance. It puts more focus on features, increases engagement, and visually anchors the UI.
These are BottomAppBar,
[image]
[image]
Features
Customizable icons.
Customizable background color.
Customizable FAB color, icon and ripple color.
Replace the old ToolBar(also known as titlebar) from Kodul…
Hey Everyone, Nikzdevz here,
This extension can be used to make bottom navigation menu with lots of customization with using any library.
Blocks
There are total 31 blocks.Shown below -
[blocks(1)]
Explanation of blocks
There are many blocks that are not of any use in some cases. So i’ve explained the block in different section. Discussed as follows -
Important Block
SetData - This is the most important block and must to used first before using any other block oof the extensions. You can…
–
CIRCULAR PROGRESS EXTENSION PREVIEW
Description
Very simple extension based on Tim Qi’s library , to create a circular ring progress or sector progress view.
[Circular Progress Extension Preview]
Methods
CreateRing: Method for creating a Circular Ring Progress View. Parameters: Arrangement input: Arrangement where the Circular Ring will be displayed. Number percent: Number with the percent of completion (from 0 to 100) of the task. Note: The size of the circular progress wil…
A couple of months ago I made a circular slider procedure using a sprite for the thumb.
I think this version without sprites and with some improvements is a more elegant solution, simpler to use and to implement in your projects.
There’s already some extensions for adding circular sliders but using an only blocks solution, you can customize it any way you want and also learn more Kodular!
How it works and looks:
Seriously, it looks more complicated than it really is. Don’t hesitate to ask if…
Dynamic Components Extension
that supports every component in your AI2 distribution, instead of having pre-defined components.
I thought about making a full method to create all dynamic components without creating different blocks for every component because it would be useless. So I was trying to find a proper solution for a long time. And here it is!
The minimum required API version for this extension is 1 .
It basically uses Java’s Reflection feature, so this allows you to create…
1 Like