the local health care has been integrated with google maps in order to suggest nearby local hospitals and clinics to the user. Google maps API has been used which provides the maps services. Then further if user want to get directions to a particular hospital, he/she can get directions by clicking at the bottom right of maps window.
Profile fragment has been made in order to contain the user information at one place. Two activities were further created. one is basic information and other is medicine list where user can store his/her information.
The layout was inflated for this particluar fragment and data has been loaded into it. There is another altert dialog that has been created which opens up on click of add medicine button. here user can add his/her medicine according to his/her need
The activity to display home remedies hasbeen fabricated using android views. The data was loaded into the listview from table using volley and cloud services. There,s another fragment of medication which has been made to accomodate medicine.
Database has been created on the server using mysql and complimentary functionality has been added to various activities. Another activity of sub diseases has been implemented.
Home activity is made using a grid view and card layout. The view contains various health related problems. these card views are navigated to a next activity using intent. The icons are set using an image view on a custom grid view item
Profile:- Name(can update his/her name), email, mobile, Password(it will navigate to new activity where user will change password) Basic info Medications Health Chart(It will contain all the health related problems of user& a clear button to clear the list) Medication:- As soon as the user select his/her disease the medication prior to it will be saved in this section. It will further contain options like:- Remind me to take dosage through out the day(In the form of a check box & Push notification)(Table in DB) Recommended by doctor(user can type in the medication recommended by doctor as a record and in order to get regular reminders on daily intake)(Table in DB) Home page:- It will contain tiles in the form of a GRID VIEW. The grid view will hold an on click animation Table in DB It will navigate user to further related problems or diseases! After clicking on a particular option there would pop up a di...
Today I've discussed my project with my mentor. I've come up with pretty cool ideas and my finalized idea was a Health related app i.e an application which will suggest hom made remedies to treat a health problem like headache, cold etc..