Extended Euclid Algorithm for Android
A few things I have noticed that could be improved: 1) it doesn't keep the numbers in the fields after you press calculate. 2) It shows a duplicate of the process. It only needs to show it once. 3) Unclear labelling. What's "x", what's " y", and where on earth is the GCD?? 4) Can I at least be able to enter my numbers in either least to greatest or vice versa? That should be a flexible thing that's taken care of when the GCD function is called.
by C####:
Very unstable