android-graphview

    0熱度

    2回答

    我目前正在開發一個應用程序,並且在應用程序內部,我需要繪製一些線條圖。我研究後發現了這樣的工具,但下面的問題是: public class graphActivity extends AppCompatActivity { GraphView graph; SharedPrefManager sharedPrefManager = new SharedPrefManager(); in

    0熱度

    1回答

    我在我的Android Studio代碼中實現了GraphView,但是我沒有讓圖形顯示在我的應用程序中。如果我按下讀取按鈕,則不會發生任何事那我該怎麼做? 感謝您的時間和你的回答,我很感激。 package yourhome; import android.os.Bundle; import android.support.design.widget.FloatingActionButto

    0熱度

    1回答

    嗨,我是一名初級計算機程序員。我想用GraphView繪製一個顯示時間和日期的圖形。下面我有一個問題。 我製作了一個秒錶,它可以在數據庫停止時發送時間和日期數據。我想使用時間和日期作爲x值和y值。我試圖使用Listadapter將時間和日期值作爲數組或列表加載。但是,如何有效地使用它是很困難的。我如何使用這些值作爲X軸和Y軸?

    -2熱度

    1回答

    我嘗試使用MPChart Android Library,但無法創建此類佈局。 有1-24個固定和5種類型的小時修復,只有我們必須爲這5個小時設置數據。 請參閱此圖像,並幫助我解決 enter image description here

    0熱度

    1回答

    這是我使用GraphView網站寫的代碼: package com.example.sander.app; import android.app.Fragment; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.Vie

    1熱度

    1回答

    我使用GraphView Android的多個系列顯示2個圖。 是否有可能通過觸摸顯示/隱藏某個圖表,因爲我在網站上找不到任何文檔? 這裏是源代碼: graph = (GraphView) findViewById(R.id.graph); LineGraphSeries<DataPoint> series = new LineGraphSeries<>(new DataPoint[] {

    0熱度

    1回答

    我想使用GraphView庫使X軸有數據標籤和Y軸有數字。問題是我不能使X軸在使用時可滾動日期作爲標籤。 這是代碼: Calendar calendar = Calendar.getInstance(); DataPoint[] points = new DataPoint[31]; Random rand = new Random(); calendar.add(C

    0熱度

    1回答

    我設置的時間/日期在我的實時圖形斧價值,但時間不匹配我的Android的時候,有人可以檢查我的代碼 final DateFormat sdf = android.text.format.DateFormat.getTimeFormat(this); graph.getGridLabelRenderer().setLabelFormatter(new DefaultLabelFormatt

    0熱度

    1回答

    我剛剛接觸android,我正在開發一個應用程序來學習更多關於移動傳感器的知識。首先我使用加速度計。 首先,我創建了一個帶有兩個按鈕(開始和結束)的佈局,以獲取加速度計值。 <?xml version="1.0" encoding="utf-8"?> <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/an

    -1熱度

    1回答

    我無法嘗試在我的應用程序中獲得圖表,但我不知道我在哪裏出錯了此代碼。代碼生成但崩潰選擇活動。我想我可能會錯誤地構建它,因爲我可能在從數據庫獲取數據之前嘗試創建圖形。如果有人能指出我的錯誤,我將不勝感激。 protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState);