Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 3 years ago.
Improve this question
Can anyone recommend a library open-source for android that supports real-time rendering? I need to make a ECG line chart.
I Googled and all I found are library with fee like graphwidget or aichart..
There's AChartEngine and GraphView. You may also want to search for Java charting and not specifically Android charting.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I want to know if anyone has an idea where to find basic android samples for vuforia sdk because provided samples are too big for me to fully understand it.
The samples provide several examples - focus on the most simple one, which is ImageTargets (.java + renderer), and this is pretty much as minimal as you can find.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I have to plot data into two types of cjart (line and bar). Chart require custom design and zooming,sliding,data export option. How can I manage all these things? I mean what is the best 3rd party library for android?
I'm using MPAndroidChart. and it's pretty good. I recommend it to you.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
Can anybody please suggest me a source or book or link to learn Animation for Android Application Development from Scratch.
Have you seen the Adding Animations tutorial & example ? Here they have shown different techniques to achieve some nice animated visual effects.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 5 years ago.
Improve this question
I saw couple of apps that when I open them for the first time I get some floating windows that explain to me how to use the app.
I couldn't find any tutorials and code examples for this.
How do I make this kind of guide for my app?
I found two projects that do exactly what I want
https://github.com/amlcurran/ShowcaseView
https://github.com/stephanenicolas/RoboDemo
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 8 years ago.
Improve this question
I was looking at stockcharts - http://code.google.com/p/stock-chart for creating candlestickgraphs in my application. I could not find any good tutorials on it. Does anyone know of some good tutorial for using stock charts.
You can try afree chart api for candlestickgraphs. It contains all types of charts. The following link contains sample code
afreechart
and try this link too
Candlestickgraphs in JFreeChart
I think it may help you..