• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Search results

  1. D

    how do i [should i] price my app?

    i wrote an app that uses a complex/involved calculation for installers of either glass, wood, stone - but esp glass. it has several inputs then tells you what length to cut your segments that you lay on the ground, and the angle to turn before you lay the next segment. ex: breakfast nook has a...
  2. D

    after "calculate", app ignores empty fields

    hi All - total noob[java] here [i posted a previous question on this and got no replies, only views/i will close it but first want to see if this is more clear]: i have an app on the android written, that adds field1 + field2 + field3 and displays the value in field4. first pass, if ea field...
  3. D

    exceptions work once, then fail/not resetting

    my app inputs 3 #s into inputs named Height, Diameter, # Segments, then puts the result into the Results box. normally there's another equation but this app simply adds inputs 1,2,3 and puts the result into box 4. --->: here is what happens with the app [code is at the bottom, the xml file, and...