This project is implemented base on an example of Sensor Graph - Open GL - NDK from Gooogle (Sensor graph is a C++ Android sample that read current accelerometer values and draw them using OpenGL.) https://github.com/googlesamples/android-ndk/tree/master/sensor-graph
You don't need to know anything about open gl using by NDK and this project provide any functions needed to draw sensor graph (heart graph, g-force graph, speed graph etc) Pre-requisites
- Android Studio
- Download Android Studio
- Launch Android Studio.
- Open
Sensor-Graph---OpenGL-ES-Android
sample. - Click Run/Run 'app'.
If you've found an error in these samples, please report it to me.
Copyright Khoa Tran
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.