trashCoder555

Results 1 comments of trashCoder555

private void installGraph(final WatchlistTabAdapter.TGViewHolder holder, final String symbol) { Thread graphThread = new Thread(new Runnable() { @Override public void run() { try { final CombinedChart combinedChart = holder.v.findViewById(R.id.graph_coin_price); Activity activity...