Blood Bank Application in android, in this project I have tried to show most commonly used application development patterns and best practices. The basic idea of app is to be able to share your request for urgent blood in the community of your city, and other major function of the app is to be able to find donors in your city with specific blood group.
I created a simple PHP web server using a free hosting provider: http://000webhost.com There we have our MySQL database and some PHP scripts that are our APIs. For android the languages we are using are Java and XML.
Glide(For loading images): https://github.com/bumptech/glide
Fast Android Networking (For better Image Upload): https://github.com/amitshekhariitbhu/Fast-Android-Networking
Login Page | Registration Page |
---|---|
Home Page | Make request Page |
---|---|
Search Page | Search Results Page |
---|---|