• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic