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

Apps UI implementation for timeline graph!

Hi Dev's,

I have to create a timeline graph for one of my App implementation's as shown below:
22382438_1660319453980890_3465322286959398047_o.jpg

What is the way I should approach this design!? (how should design this view?)
 
There are graph plotting libraries available for Android. A couple of examples below, but there are many more

http://androidplot.com/
http://www.android-graphview.org/

But is the graph static, or is it a rolling plot? If the latter, then you may have to implement something yourself, using 2D graphics. Particularly if it has to look exactly like your picture. Is that just a guideline, or does it need to look like this way?
 
@LV426 Yes it needs to exactly look like that way! that is why i was wondering the best way to do it! as I have already had experience with android-graphview library but I need to run those plots exactly like lines with no adjoining dots! and same background!
 
Back
Top Bottom