About 32,000,000 results
Open links in new tab
  1. Line Graph View in Android with Example - GeeksforGeeks

    Aug 5, 2024 · If you are looking for a view to represent some statistical data or looking for a UI for displaying a graph in your app then in this article we will take a look on creating a line graph …

  2. How to Display a Line Chart in Your Android App

    May 31, 2020 · In this tutorial showing how to create a line chart in Android using the MPAndroidChart library. We will be creating an app that will retrieve historical prices of a stock …

  3. Create a real time line graph in Android with GraphView

    Apr 23, 2015 · Thanks to GraphView, we have created a real time line graph on Android. However, if result works well, the rendering is not very beautiful. We will try to get a better …

  4. How to draw a line in android - Stack Overflow

    Sep 1, 2010 · Can anybody tell how to draw a line in Android, perhaps with an example? If you want to have a simple Line in your Layout to separate two views you can use a generic View …

  5. How to use Line chart graph in android? - Online Tutorials Library

    This example demonstrate about How to use Line chart graph in android. Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new …

  6. Android - Line Graph View with Kotlin - GeeksforGeeks

    Jun 30, 2022 · There are different types of graphs used such as BarGraph, GroupBar graph, point, and line graph to represent data. In this article, we will take a look at How to use Line …

  7. MpAndroidChart Line Chart Example : 7 Easy Steps - Android Dvlpr

    In this tutorial, we will be exploring MPAndroidChart to create a line chart with multiple lines. Thus, LineChart is an android application that puts together sales records of various products sold …

  8. Android Line Chart. I’ll share my experience of drawing ... - Medium

    Feb 21, 2021 · You can find many Android graphics libraries, but I will explain using the MPChart library in this article. I also share the links you will use for your further research at the bottom.

  9. graph - Draw Custom Line chart in Android - Stack Overflow

    Nov 13, 2017 · Instead of using Listview, You can try single linear layout, to which you can add (inflate) your view as you are doing in your bindView method. Since ListView/Recycler view re …

  10. How to create a line chart in an android app ?- Part 1

    Aug 6, 2023 · MPAndroidChart is a popular and feature-rich library for creating various types of charts such as Line Chart, Bar Chart, Pie Chart, etc., in Android applications. 1.In your project’s...

Refresh