Puerh
Puerh copied to clipboard
A minimal Android state container harnessing side-effects, inspired by The Elm Architecture
Pu-erh
Here once would be a minimalistic, yet powerful state container, harnessing side-effects in the TEA-style!
Sample
To run translator sample app, you need an API key for IBM cloud translation. You can get it here for free.
Add this key to local.properties
file like this, replacing API_KEY
with yours:
api_key="API_KEY"