Georg Steinbacher
Georg Steinbacher
+1 Also interested in this feature
+1 I have the same issue: ` java.lang.NullPointerException: at org.eazegraph.lib.charts.ValueLineChart.findNearestPoint (ValueLineChart.java:1358) at org.eazegraph.lib.charts.ValueLineChart.onGraphOverlayTouchEvent (ValueLineChart.java:1341) at org.eazegraph.lib.charts.BaseChart$GraphOverlay.onTouchEvent (BaseChart.java:497) at android.view.View.dispatchTouchEvent (View.java:9945) at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2672) at android.view.ViewGroup.dispatchTouchEvent (ViewGroup.java:2358) at android.view.ViewGroup.dispatchTransformedTouchEvent (ViewGroup.java:2672) at...
I have the exact same problem as @cw-communiski. I guess that we are not using localized strings on the ios side as they are planned to be used. @Alex009 can...
@Guppster I am trying to get ark-java running on android now for some time -> without success. Can you share your solution? What I tried is rebuilding ark-java with java...
@Guppster: groovy and bitcoinj. I was able to add groovy but I have the java 8 problem with bitcoinj again
I used the `0.3 jar` with an android app and `Network.mainnet`
@dafty I will try. What I did was just creating a new android project -> adding the jar -> and then I called Network.warmup() in onCreate()