This is a simple android app with basic function like crud and login - register
with Model-View_Presenter Design Pattern
For the API you can use our api at https://resep-mau.herokuapp.com/api/
thanks to royhan31 for api
url :
https://resep-mau.herokuapp.com/api/login [POST]
https://resep-mau.herokuapp.com/api/register [POST]
https://resep-mau.herokuapp.com/api/post [GET]
https://resep-mau.herokuapp.com/api/post [POST]
https://resep-mau.herokuapp.com/api/post/{id} [GET]
https://resep-mau.herokuapp.com/api/post/{id} [PUT]
https://resep-mau.herokuapp.com/api/post/{id} [DELETE]
You can always see my sample at this project
header: Authorization : Bearer <your_api_token_from registering_or_login_user>
Here are some sample images