#AppGro
Agricultural Buying Platform
Hey there
This is my latest project, made with a friend (@Juca ) for a contest. It consists on an app to buy and sell products that are basically taken from the agriculture. Our aim was to connect sellers with buyers with any other intermediate, so prices can be lower and you know that is 100% healthy.
###Features:
Some important features to highlight are:
-
You can always edit your products or delete them, so if an user buys X quantity, you can change the avaliable quantity and sell that. Also, there is no product limit, you can always add as many as you want
-
You can sort and use filters to make your research more accurate
-
Server-side written in PHP (API) and MySQL (Database), so it can dinamycally editted without crashing the app
-
A fancy notification system to notify users from updates or other things
-
The account data is stored online, so you can uninstall the app as many times you want that you will never lose your products
-
Contact directly with the seller without any other person in the middle
Talking about security:
-
The account data (except the password) is stored locally in a TinyDB, but it’s encrypted so anyone will be ably to edit it, as well as the notification system
-
To edit password account or any account data, you will have to input first your current password, so if anyone access your phone, he won’t be able to stole your account
-
Passwords, as you may suppose, are stored in MD5
-
The admins have direct access to the DB, so if any user is faking information, we can delete his account and products, and ban the email
To do list:
-
Add an email verification system: This will be the first thing to do, to avoid fake users
-
Add a password recovery system: So if an user forgots it’s password, we can reset it
-
Support other languages: Actually, only Spanish is supported
-
Add more units to the products: Suggest any other unit we could add
###Files:
- Compiled App: AppGro.apk (4.3 MB)
- Source Code: AppGro.aia (1.2 MB) - I’ve removed all passwords fron this AIA. Just look to the code
- Server Files: We haven’t published it, sorry. If you wish to develope your own version, talk to me in a PM
###Special Thanks
- @Helios for his DialogsExtension and ColoursExtension
- @mika for his SpecialToolsExtension
- @Taifun for his ToolsExtension, TelephonyManagerExtension and GoogleAccountExtension
I hope you like this project