Rahul Bambhaniya
Rahul Bambhaniya
can you please explain how to place this code in handleCurrentMode? because i don't know and i place above code but it shows error.
@denzsbs in ColorSeekBar class there is colorSeeds , add white color on that array.
Have you solve this?
> public static String[] getProjection() { > return new String[]{ > MediaStore.Files.FileColumns.PARENT, > MediaStore.Images.Media.BUCKET_DISPLAY_NAME, > "count(*)", > MediaStore.Images.Media.DATA, > "max(" + MediaStore.Images.Media.DATE_MODIFIED + ")" > }; > } > >...