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

Search results

  1. T

    Is the accelerometer maximum adjustable?

    Someone asked me to look into this for them and I'm not sure how to figure this out. Apparently they are using the accelerometer to measure the number of "g's". They've tried using a few different phones and found that they seem to be capped on what they can measure. Is some cases they...
  2. T

    Assigning one variable's range to create the range of another variable

    I'm not sure if the title of the thread makes a lot of sense, so let me explain what I'm trying to do. Currently I'm reading sensors from the phone and displaying them on the app. I will also be sending these values over a network later. I'm looking at the phone's orientation, but I only care...
  3. T

    Starting and Stopping a Loop with Button

    Hi everyone, I'm new to Android Studio and am trying to make an app that uses the phone's orientation as a control for a device that it will communicate to through wifi. So far, I've been able to access the sensors I need and output the readings to the app screen. At this point, it only...