Naresh Katta

Results 23 comments of Naresh Katta

for setting Date as x axis value change the date in to string in required format and use them. Some thing like this. `List xAxisValues = new ArrayList();` `for(int i=...

Are you getting this error on all devices or specific to single device?

It wold be very helpful for us if you provide minimal code to reproduce this error. Will try to resolve ASAP. @utsavDave97 @prudhvir3ddy @SilvestreRamirez

That is due to camera app. Before giving the image to this library, try rotating the image.

This might happen mostly in Samsung devices. Basically that details will be saved to exif data of the image. This library not copying the exif data to compressed one. So...

This could be due to read permissions. If you already added read permissions, there could be some issues due to Nougat version.In that case try adding ``` android:requestLegacyExternalStorage="true" ``` to...

Did you update the targetSdkVersion recently? If so, check if you are using legacy storage support or not. This library might need that.

@premacck @Pradeep0801 @Manoj-SYS-193 Any one of you, can you please provide some **minimal source code** to reproduce the issue? I'm not getting the issue if I'm using the example app....

https://github.com/zetbaitsu/Compressor/issues/164#issuecomment-688443488 Check this out.

The image is being used generated in cache, which can not be accessed by other apps. If you want to store in storage directory, use destination constraint and use that...