An example TODO Android application that consumes a REST API. This applications is meant to use it with the TODOSpring backend. It is a very simple app that uses the following technologies:
- Compiled for Android API 27, minimum API 23
- Uses Retrofit to consume the API
- Uses OkHttp3 as http client
- Uses persistent cookies with PersistentCookieJar