yosef-android icon indicating copy to clipboard operation
yosef-android copied to clipboard

An Android implementation of the Yosef protocol for dynamic views from the Backend

Results 7 yosef-android issues
Sort by recently updated
recently updated
newest added

We're currently using `String.hashCode()` to parse a string to a _int id_, but it can produce errors since Ids can't be negative.

bug

Fixed dependencies in all modules gradle

The library is crashing due to dependencies being `api` instead of `implementation`. This needs to be fixed for a next release.

bug

Can you guys add a _README.md_ for each module, explaining how to use them?

Add information about how to import this library on my android project?