I have a basic requirement for a simple image editing application for Android. After displaying the image, the user should be able to set the alpha of the image, select the brightness, contrast.
To solve this problem, I tried the following libraries: 1. JJIL 2. Filtering images on Android 3. Aviary SDK
For JJIL, I ran into the problem of importing projects. There is no documentation available for filtering Android images. Using Aviary, I can achieve this, but it has an aviary logo and with this SDK the user can select more features and go to the aviary application in the application store.
What is the best way to do this? should i use library or should i use native color class for android?
Thanks in advance
abhishek
source share