Android Question [B4xPages] Designer views - B4xViews

trepdas

Active Member
Licensed User
Hello there and good day to you people,

Will it be always preferred to declare views as b4xviews?

in our future project I have , for the main page, a autocomplete edit text, two labels, an imageview and a button.
which of them should be declared as b4xview by default?
 

Cableguy

Expert
Licensed User
Longtime User
In the case of CustomViews....

Keep in mind that they are an assembly of views (usualy) and while creating this CustomView, you may want to extend some properties that are only possible by declaring the components as B4Xviews.
 
Upvote 0

trepdas

Active Member
Licensed User
Thank you all. The train is off the station. started to convert our main project to b4xpages....
May the force be with us
 
Upvote 0

trepdas

Active Member
Licensed User
this is so nice

:)
B4X:
Logger connected to:  samsung SM-J710F
--------- beginning of main
Copying updated assets files (12)
*** Service (starter) Create ***
** Service (starter) Start **
** Activity (main) Create, isFirst = true **
*** mainpage: B4XPage_Created
*** mainpage: B4XPage_Appear
** Activity (main) Resume **
*** page 2: B4XPage_Created [mainpage]
*** mainpage: B4XPage_Disappear [mainpage]
*** page 2: B4XPage_Appear [mainpage]
*** page 2: B4XPage_Disappear [page 2]
*** mainpage: B4XPage_Appear [page 2]
 
Upvote 0
Top