A new canvas drawing library for Android. Aims to be the Fabric.js for Android. Supports text, images, and hand/stylus drawing input. The library has a website and API docs, check it out
This pull request is focused on resolving occurrences of Sonar rules squid:S1068 - Unused private fields should be removed
squid:S2293 - The diamond operator ("<>") should be used
squid:ClassVariableVisibilityCheck - Class variable fields should not have public accessibility
This pull request is focused on resolving occurrences of Sonar rules squid:S1068 - Unused private fields should be removed squid:S2293 - The diamond operator ("<>") should be used squid:ClassVariableVisibilityCheck - Class variable fields should not have public accessibility
You can find more information about the issues here: https://dev.eclipse.org/sonar/coding_rules#q=squid:S1068 https://dev.eclipse.org/sonar/coding_rules#q=squid:S2293 https://dev.eclipse.org/sonar/coding_rules#q=squid:ClassVariableVisibilityCheck
Please let me know if you have any questions.
M-Ezzat