IntelliJ Java IDE
The moose likes Android and the fly likes Do I need to set a setOnFocusChangeListener for each EditText box I have? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Mobile » Android
Reply Bookmark "Do I need to set a setOnFocusChangeListener for each EditText box I have?" Watch "Do I need to set a setOnFocusChangeListener for each EditText box I have?" New topic
Author

Do I need to set a setOnFocusChangeListener for each EditText box I have?

Corey Applegate
Greenhorn

Joined: Feb 11, 2011
Posts: 5
Do I need to set a setOnFocusChangeListener for each EditText box I have or can I somehow have a global listener? I have 9 Edit boxes right now and will have more. I'm converting a Excel Spreadsheet that dose some calculations for me. I don't want to use a Excel viewer or app. I want to build this dedicated app do calculate my results. My EditText boxes are located in a table view with multiple rows. Some are on the same row. The Table is in two ScrollViews. One horizontalScrollView and one ScrollView just in case the form grows outside the screen. Do you need to see any of my Code? Please let me know and I will post it.
 
 
subject: Do I need to set a setOnFocusChangeListener for each EditText box I have?
 
Threads others viewed
where is log4j logging parameter set?
Unwanted newlines when reading from a csv.
How to change the TextView text dynamically
To select all checkbox across all pages in an application
JSP/JDBC problem...please help!!!!
IntelliJ Java IDE