Android Tutorial CharSequence / CSBuilder Tutorial

Status
Not open for further replies.

LucaMs

Expert
Licensed User
Longtime User
Can you use that code for an EditText and delete the images as they were simple single characters?
You can assign a CharSequence to EditText. I'm not sure how it will work with the images.
It works perfectly !!!

... almost perfect: you can't get text and images from the EditText and build then the new string (this is not a bug of CSBuider, of course).
 
Last edited:

shashkiranr

Active Member
Licensed User
Longtime User
Hi All,

Trying to set the appcompat actionbar title with a custom font and color but the title is not showing. I am using the below lines

B4X:
cb.Initialize.Append("app title").Typeface(ty).Color(color.red).PopAll

Best,
SK
 

Dave O

Well-Known Member
Licensed User
Longtime User
So if we want to include support for CharSequence in our classes and libraries, should we be changing external-facing String parameters (and any related internal ones) to CSBuilder?

(If I understand correctly, we can't reference CharSequence directly.)
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…