I create simple app with database mysql and use volley for request to server in android. User can login and register account, after that user can see many item have been posting. User can be add new item, update and delete item.
- Login Account
- Register Account
- Add New Item
- Delete Item
- Update Item
- Recycler View
- Scroll View
- Intent
- Option Menu
- Fragment
- Glide (for put image to view)
- Parclelable
- API use php native
- Server Xampp in localhost
Demo Apps link
User can login or register new account, after that user will send to home
<-------------------------------------------------------------------------------------------------------------------------------------------------------------->
In this section i will give you example to add new item. User must press option menu and select "Tambah Barang". After that user will send to Add New Item Activity. After user filling field in this acitivity, and press submit button user will move to home
<-------------------------------------------------------------------------------------------------------------------------------------------------------------->
In this section i will give you example to Update item and delete it. First you press item you have choosed, and will be show pop menu and choose Edit. After that user will send to edit activity, then user filling field in this activity and press button "SIMPAN". After press that button user will send to home and the item has been edited. If you will delete item, just press one item you wan't to delete and press "Hapus" in pop Menu.