python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
How do I sort my x values for my graphview line graph in Android Studio using Java?
I have a database that stores the values, a graphview line graph, and a dataseries. The current date is the X value and user inputs their current weight for the Y value. Once the user clicks add the d...
Anonymous
Votes: 0
Answers: 1
Android Kotlin Real-Time FFT and plot
I am trying to apply Real-time FFT on a sensor data which is connected over the bluetooth BLE.
There is a sdk which allows you to receive the data from the sensor in the Android using handler. I am us...
Greyfrog
Votes: 0
Answers: 0
How to use graphview with graphview library
I am trying to create a graph with the graphview library and create a simple graph
When I included the dependency in my build.gradle, I got an error that I can't solve.
build.gradle (.app)
plugins {
...
P.C
Votes: 0
Answers: 1