Ratikanta Pradhan

Results 2 comments of Ratikanta Pradhan

Still didn't work @Specko93 `double d = detail.getValue();//162444145` ` BigDecimal bigDecimal = new BigDecimal(d);` ` Log.i("hello", bigDecimal + "");//162444145` `Log.i("hello", bigDecimal.floatValue() + "");//1.6244414E8` `entry = new Entry(bigDecimal.floatValue(), i);//162444144 //showing on...