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

Search results

  1. M

    Apps android location?

    I put the location that I run in my program in the google map but finally I found that the google map are more accurate than mine? why ? Dose google map has any other mechanism ? if not we both use the same api?
  2. M

    Apps Activity onActivityResult return confuse

    I have an Activity Called "A", and in it there is a Button called "a" click a Dialog called "B" is invoked, and Dialog "B" there is a Button "b" click b Activity "C" is invoked , and There is a Button "c" in C Now the situation is: I override the "onActivityResult" method to obtain the...