Android Question UserControls

SamuelP

Member
Licensed User
Hello,

is there a way to have a repating set of views at one activity?

Like in VB.NET where I can have a UserControls several times at one form.
 

DonManfred

Expert
Licensed User
Longtime User
What exactly you are trying to archieve?
It is no problem to have 100 Buttons and/or 100 Edittexts (or any other View) in your Activity.
 
Upvote 0

SamuelP

Member
Licensed User
For example, I want have a time recording app.
So I want to design one "line":
B4X:
{date}  from1: [00:00] to1: [00:00]    from2: [00:00] to2: [00:00]   from3: [00:00] to3: [00:00]   --> sum 0,00 hours

and insert it 28 to 31 times in the activity, depending on days on month :)
 
Upvote 0
Top