Lawrence Aberba

Results 43 comments of Lawrence Aberba

Postgresql support is more viable since it is widely used in production.

@flaz83 can you show the code you use to detect and read the barcode?

@dayllenger thanks very much. See ```xml ``` I thought `backgroundImageId` is used to reference images. Does it also support gradients as well? Also, where can I find the implementation of...

Can someone please explain to me what these XML file in themes do. Exmaple `switch.xml` has the content: ```xml ``` What's the meaning of the `android:state_*` attributes and what do...

OH ok. Will test my own version and see

How about you make a pull request with above code?

Oh ok. Will do that and get back to you

Here are some names you might consider ```d platform.enterMessageLoop() -> platform.runMessageLoop(); TabWidget -> Tab EditLine -> TextInput EditBox -> TextArea CanvasWidget -> Canvas ImageWidget -> Image // cus its already...

Great. Thanks. Also wanted to know if the UI is reactive like flutter or react. It didn't seem so just by looking at the code. If not, do you think...