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

Search results

  1. N

    [Dev] [5.0+] Refresh for XKCD Alpha

    Hey, The other day, I released Refresh for XKCD, a new Material Design XKCD reader for Android. It's currently in alpha, and I'd love to hear feedback from the community about what you think of it, and what I should add to it. Here are some screenshots of the app. The app is card-based, and...
  2. N

    [App] nonextstop App Releases | Refresh for XKCD

    Super Calculator is a holo/card-designed calculator that is built around preset formulas. Get it on Google Play: https://play.google.com/store/apps/details?id=com.jordandebarth.supercalc Here's a direct link to the apk for anyone that wants to include it in a ROM...
  3. N

    Apps How to calculate a formula entered into an edittext?

    Hey, I remember seeing a tutorial a few months back that I cant seem to find anywhere :( Basically, theres a single EditText, Button, and TextView, and an onClickListener takes the formula that is entered into the EditText (Example: (5^12(6.3+12) / (12 * .01)) ) and it would calculate it and...