1.Introduction
FocusTools is an Extension to request Focus for a Component, request Focus DOWN or UP
for a Vertical Scroll Arrangement and request Focus LEFT or RIGHT for Horizontal Scroll Arrangement.
This extension won't be updated anymore, that's why I've provided the source code.
Latest Version: 1
Released: 2020-11-23T23:00:00Z
Last Updated: 2020-11-23T23:00:00Z
⮞ Important Note
The (Request Focus) Block does not work with all components, it only works with some.
The components that I tested and worked on were:
Button, TextBox, Date Picker, Time Picker, List Picker, and all types of TextBox or Button.
Note : All Button types only work in classic mode
2.Blocks
3.Documentation
- Got Focus
Event Occurs when a component Got Focus
- Lost Focus
Event Occurs when a component Lost Focus
- Request Focus
to request focus for component
- Request Focus H Scroll
to request focus for Horizontal Scroll Arrangement, focus using Constant Value.
focus ~ numberSee Constant Value For HScroll Here
Focus Constant Value FOCUS_LEFT 17 FOCUS_RIGHT 66 For more information about Constant Value, you can see here : View | Android Developers
- Request Focus V Scroll
to request focus for Vertical Scroll Arrangement, focus using Constant Value.
focus ~ numberSee Constant Value For VScroll Here
Focus Constant Value FOCUS_DOWN 130 FOCUS_UP 33 For more information about Constant Value, you can see here : View | Android Developers
4.Downloads
com.SalmanDev.FocusTools.aix (7.4 KB)
Source Code : FocusTools.txt (3.3 KB)
5.Credits
Thank you very much to My Best Teacher @MohamedTamer
Big Thanks to @WatermelonIce for helping
Thanks to all of you who helped me
And Thanks a lot to MIT