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 ?
Android has very good support for custom input method editors (IMEs). The downside for this powerful feature is that interacting with the soft keyboard can be sometimes quite complicated. This library includes several utilities that will help you better handle the soft keyboard. The attached...
The link you ve attached has to do with ime keyboard show hide ... and moving the screen of whole app up.... when focus to a control need input.
With the combination of xcustomlistview that can scroll the focused control (have in a pnl ofcourse) and move it "up".. you feel that can have a modern UI ?
nice as UI..
but a question ...for example at my device testing it can't see lbllogin...
And may be have other 10 edittext... perhaps someone need to go at 15 edittext how to get there - if can't scroll.. need to press the next field many times !
So xCLV or scrollview will help here but can't say that will be easy to mixed with IME - adjustPan|stateHidden
I am talking for "many" edittexts... so sometimes user need to jump some edittexts... b4xfloattextfields...
nice as UI..
but a question ...for example at my device testing it can't see lbllogin...
And may be have other 10 edittext... perhaps someone need to go at 15 edittext how to get there - if can't scroll.. need to press the next field many times !
So xCLV or scrollview will help here but can't say that will be easy to mixed with IME - adjustPan|stateHidden
I am talking for "many" edittexts... so sometimes user need to jump some edittexts... b4xfloattextfields...
I am unable to visualize the design.
So I can't give any advice.
You may want to think a better design.
Are you designing for phone or tablet?
Maybe think of using other views like Tabstrip.
I am already using it.. but sometimes need different UI...
About tabstrip and height setting is there any way to change it ... perhaps with some Java object?
I am already using it.. but sometimes need different UI...
About tabstrip and height setting is there any way to change it ... perhaps with some Java object?