Questions tagged [lost-focus]

The transition that occurs when a control status changes from focused to unfocused.

The transition that occurs when a control status changes from focused to unfocused.

182 questions
-1
votes
1 answer

Saving text and checkbox state in custom list

I am making a custom list and I want to save the text of some TextFile which is in R.id.quantity. I also want to save the state of a checkbox. I tried to manage checked state of a checkbox in a list. The List contains other view controls. I have put…
Pratik
  • 831
  • 2
  • 8
  • 13
-2
votes
1 answer

Doing calculation in android edtitext on lostfocus

I'm writing an app the is does a lot of calculating and I'd like to accomplish some calc when I leave an EditText. Nothing fancy, things like entering 7/16 and having 0.4375 as the result or 1.0259 * 7 and having 7.1813 as the result. The function…
Steve C
  • 9
  • 5
1 2 3
12
13