我正在處理圖表。我可以放大,拖動...還需要拖動拖動。如果你需要解釋,用戶可以通過longClıck查看圖表值,用戶可以拖動到左側,用longclick右鍵查看其他值... Android可以感覺到它嗎?我使用achartengine庫。 我現在可以處理它:)但我有另一個問題.. longPressDetector = new GestureDetector(getContext(), new S
我下面an example in this link和 創建一個類,如下 public class aChartExample {
public Intent execute(Context context) {
int[] colors = new int[] { Color.RED, Color.YELLOW, Color.BLUE };
DefaultRe
我正在使用achartengine繪製圖表,在將新值插入數據庫時將更新圖表。 chart()
{
if (mChartView == null)
{
d = new BuildMultipleDataset();
db.open();
//code for some database query
LinearLayout layou
public static ArrayList<double[]> Value = new ArrayList<double[]>();
private double[] x = new double[10];
private double[] y = new double[10];
int counter = -1;
add.setOnClickListener