Skip to content
Florence Njumbi edited this page Feb 20, 2022 · 5 revisions

Welcome to the Todolist-android wiki! Below find a list of resources to help you understand the app and the underlying architecture + design

Table of contents

Documentation

You can find a more detailed app documentation here

App Design

screen one screen two

API Communication

We are going to use retrofit to communicate with the backend, you can find more about the end points here

Maintainers

This project is mantained by:

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -m 'Add some feature')
  4. Push your branch (git push origin my-new-feature)
  5. Create a new Pull Request
Clone this wiki locally