Android Question Best way using EditText and keyboard...

Magma

Expert
Licensed User
Longtime User
Hi there...

I am trying to figure which the best way of UI, when using many editext input - b4xfloattextedit, checkboxes...

Have a layout or have an xcustomlistview....

My problem is the keyboar taking too much space... and sometimes the field is behind of keyboard...

When xcustomlistview used is the field automatically get in top ... or is there a good example of UI and many edittexts for a smartphone... to take an idea ?

Thanks in advance !
 

aeric

Expert
Licensed User
Longtime User
Previously I was using a tabstrip to show each page for each week of a month.
I also use vertical xCLV for each staff.
So at one time, you can focus on one staff data entry for a week, instead of showing all 30 days of a month.
 
Upvote 0

Magma

Expert
Licensed User
Longtime User
Previously I was using a tabstrip to show each page for each week of a month.
I also use vertical xCLV for each staff.
So at one time, you can focus on one staff data entry for a week, instead of showing all 30 days of a month.
Yes.. xclv like b4xpreferencesdialog... actually same tech/idea as I understand...

But tabstrip is useful for swiping between many pages..


The problem is when using designer to set automatic size from top to down ..losing the top images from screen..
 
Upvote 0

Xfood

Expert
Licensed User
@Xfood how can you manage it with a tabstrip ?

I want "your image" stay on top and scroll when focus to edittext the same time... is it possible ?

attaching the project...
Unfortunately I didn't find a solution to your question, I'm sorry
 
Upvote 0

Magma

Expert
Licensed User
Longtime User
Unfortunately I didn't find a solution to your question, I'm sorry
Thanks for your time... anyway... i will try to find a way for some controls... (i think is general with those using 100%y height from designer - in xclv have the same prob)

May be there is a trick...

playing now with javaobject/reference

I will inform
 
Upvote 0
Top