Hi All
Does anybody know or have sample code or a suggestion of how to do angled live text..
I want to display the text as in the picture but the text must be live if I change it at that angle like text from a label or edit box.
You're getting really good at this stuff @Star-Dust, really good :) I'm receiving good suggestions. I attach an APK file to try a first version of my library
Subject: Set and get the 'padding' of a view. Sub: setPadding Description: Sets the padding'of a view. 'Sets the padding of a view 'v = view 'Left, Top, Right, Bottom padding values in pixels Sub setPadding(v As View, Left As Int, Top As Int, Right As Int, Bottom As Int) Dim jo = v As...
Hi I am looking to flip card (many cards), meaning flip between 2 images with the card flip effect. I found this, but this is very limited library https://www.b4x.com/android/forum/threads/flipimageview.37396/#post-274973 is there other solution? library?