• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Tim Cooke
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • Junilu Lacar
  • Rob Spoor
  • Jeanne Boyarsky
Saloon Keepers:
  • Stephan van Hulst
  • Carey Brown
  • Tim Holloway
  • Piet Souris
Bartenders:

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

 
Greenhorn
Posts: 5
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
I wasn't selected to go to mars. This tiny ad got in ahead of me:
The Low Tech Laboratory Movie Kickstarter is LIVE NOW!
https://www.kickstarter.com/projects/paulwheaton/low-tech
reply
    Bookmark Topic Watch Topic
  • New Topic