Pulkit Karira
Pulkit Karira
This pr creates enum for toast type parameter so now , TastyToast.CONFUSING ...etc would be changed to TastyToast.Type.Confusing ...etc
This pr aims to add a new color parameter , so now user will have a flexibility of choosing his own color.
It would be better to use enum for toast type , storing them as integer seems to be a bad practice .
It takes only hex code of color as String.
With the current configuration a user cannot extends any java class other than `Swipper` and use the swipper library features at the same time. This must be avoided so as...
Instead of activating the controls on the whole screen, user must be given the freedom to pass a particular view as a parameter while initialising the library. So that the...