Nachiket Ghelani

Results 14 comments of Nachiket Ghelani

Like this data: data.add(new ValueDataEntry("19/2", 845)); data.add(new ValueDataEntry("20/2", 984)); data.add(new ValueDataEntry("24/2", 622)); If I put this static data in for loop it's working but with above I provided in that...

public static String getEarningDate(long time) { Calendar cal = Calendar.getInstance(Locale.ENGLISH); cal.setTimeInMillis(time); String date = DateFormat.format("dd/MM", cal).toString(); return date; }

https://gist.github.com/nachiketghelani/10fe70c20292023eb93439f4bf04ad9a

when come to handle audio and video file update in library?

can i load android .xml file into editor?

How to add .gif image from gallery?But in editor not move .gif image.

Not work. editor.invalidate() called but .gif image not move. changes any other files?

please help me to add .gif image on editor.

Yes, I was checked your branch. But .gif image not move on editor. Thanks! On Oct 17, 2016 12:10 PM, "Razvan Lung" [email protected] wrote: Did you see my branch? On...

Available any solution for .gif?