Agro Shop is an online android mobile application for buying and selling agricultural products. It connects farmers and buyers, providing a convenient marketplace for agricultural transactions.
- Frontend: XML,JAVA,Picasso.
- Backend: FirebaseAuth,Firebase storage, Firebase Firestore.
- Authentication: Firebase Authentication.
- Hosting: Localhost.
- Version Control: Git, GitHub.
The project follows a client-server architecture with a XML,Java frontend interacting with a Firebase. Data is stored and retrieved from a Firestore database. Authentication is handled using Firebase Authentication.
- Paging for showing the products.
- Switch to kotlin codebase.
- Implement mvvm architecture.
We welcome contributions from developers interested in improving Agro Shop. To contribute, follow these steps:
- Fork the repository.
- Create a new branch (
git checkout -b feature/your-feature-name). - Make your changes and commit them (
git commit -am 'Add new feature'). - Push to the branch (
git push origin feature/your-feature-name). - Create a new Pull Request.