googlecodelabs / android-agera

Apache License 2.0
58 stars 12 forks source link

doc: attemptOperation vs. performOperation #7

Closed tmtron closed 8 years ago

tmtron commented 8 years ago

In the code-examples of Step 10 and Step 11 of the code-lab

CalculatorOperations::attemptOperation

must be used instead of

CalculatorUtils::performOperation

JoseAlcerreca commented 8 years ago

Fixed, thanks! https://codelabs.developers.google.com/codelabs/android-agera/index.html?index=..%2F..%2Findex#9