I am trying to find the best charting library for my android app that receives live data from a data acquisition device (supports up to 800 samples per sec). I need to display a live, moving strip chart with some additional features like zooming in and out and tracing back the chart. I have looked at a few open source libraries like achartengine , afreechart, graphView but can't really seem to decide which one I should go with due to lack of enough examples and information. Any helpful links? Any recommendation?
Android live rendering strip chart library
3.4k Views Asked by mojorisinify At
1
There are 1 best solutions below
Related Questions in ANDROID
- Delay in loading Html Page(WebView) from assets folder in real android device
- MPAndroidChart method setWordWrapEnabled() not found
- Designing a 'new post' android activity
- Android :EditText inside ListView always update first item in the listview
- Android: Transferring Data via ContentIntent
- Wrong xml being inflated android
- AsyncTask Class
- Unable to receive extras in Android Intent
- Website zoomed out on Android default browser
- Square FloatingActionButton with Android Design Library
- Google Maps API Re-size
- Push toolbar content below statusbar
- Android FragmentPagerAdapter Circular listview
- Layout not shifting up when keyboard is open
- auDIO_OUTPUT_FLAG_FAST denied by client can't connect to localhost
Related Questions in CHARTS
- disable sorting in lineChart series in Primefaces?
- xaml c# chart with custom axis label
- D3 Pie Chart with only one part of JSON data
- How to add gradient color fill to the points of scatter plot using google Charts?
- Adding value in Google Charts
- vertical bar chart with with user input and validation
- Pure CSS3 or SVG animated Doughnut Chart
- Highchart Z-Index practice not functioning
- Changing code to get vertical bars in javascript
- Custom chart in Excel
- How to set the same number of data points in a Line Chart?
- How to change Google Charts number format for controllers?
- How to Visually represents Parent->Child->Grand Child on Small screen
- How to make xaxis to show dates using jqPlots
- AmCharts - Position ChartScrollbar on Bottom?
Related Questions in DATA-ACQUISITION
- matlab crash during acquisition of pointgrey images
- what is data acquisition layer and Structure in spring mvc
- Adlink PCI-7250 eventcallback
- pyserial time based repeated data request
- How can I acquire data from social media to analyze it using machine learning?
- High speed data acquisiton using REST Services
- Ethernet Endpoints, Frames and Triggers
- How to dynamically crop the pics from the thresholded images using Opencv?
- Build cluster array only produce 1 element
- How can I use the Python io module to build a memory-resident data structure?
- Android live rendering strip chart library
- What is a good storage candidate for soft-realtime data acquisition under Linux?
- Receive Seismic Data from Geosig Ve-53
- Need assistance with building a LabVIEW setup for Pressure/Temperature/RPM/Voltage/Amperage
- PyVISA missing methods
Related Questions in STRIPCHART
- How to use stripchart() in R?
- Different labels for the x-axis
- Simple stripchart in C++ / Qt
- specific stripchart with ggplot2
- Boxplots in R, plotting multiple points
- How can I keep the x values in the order I set for my vector?
- Android live rendering strip chart library
- R: Setting the color for an individual data point in stripchart
- R stripchart() and abline(): Adding Arbitrary lines by Category
- add data labels to stripchart
- R boxplot and stripchart side-by-side in 1 figure
- Added color by group
- Print segments for factor levels into stripchart in base R
- How does one overcome overlapping points without jitter or transparency in ggplot2
- Excluding outliers when plotting a Stripchart with ggplot2
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I would suggest you try AChartEngine for your project. See this for some tutorials.
There is also another related thread on this.