Skip to content

AnushkaAmte/Medicine-Tracker

 
 

Repository files navigation

Medicine Tracker

Group Name: Tea Mobile

Group Email: [email protected]
Group Members and Emails:
Rocio Salguero Email: [email protected]
Austin Draper Email: [email protected]
Vanessa Delfin Email: [email protected]
Matthew McCauley Email: [email protected]
Yu Kou Email: [email protected]

Environments used:

Android Studio API Level 19 
000webhost.com

Program:

Medicine Tracker (tm) is a mobile application for the Android phones that helps keep track of medications a user has.
The app uses online connection to connect to the database to store, and retrieve information. The alarm is set locally on the phone. Since our application is hosted on a free website hosting app, our website goes down at 11pm PST for about 1 hour a day. It may vary on different times if the website host changes it because of overload on their servers.

Our program is on github: https://github.com/SalgueroRoci/Med
Our website is: https://medicinetracker.000webhostapp.com/

Website source files are under the 'website' folder. The database used on the website is in the '/website/database' folder. The createtables.sql is the structure of our database and currentdata.sql is the current data in the database as of 12/03/17. All other android source files are under the Med project file including xml and java files. (Med/app/src/main/java/edu/fullerton/teamobile/med/)

To run Mobile Application:

First way: Running APK

https://android.gadgethacks.com/how-to/android-basics-enable-unknown-sources-sideload-apps-0161947/
First you have to allow unknown sources to run on your phone by changing settings:
	Navigate to Setting > Security.
	Check the option "Unknown sources".
	Tap OK on the prompt message.
Download the medicinetracker.apk file to your phone. 
Allow installation/When notification pops up select 'install' or 'trust'.
On success, browse your applications and look for 'Medicine Tracker'. 
Application is ready to use. </br>

Second way: Running/Debugging from Android Studio

Download and install Android Studio with Android sdk </br>
https://developer.android.com/studio/install.html </br>
Go to github https://github.com/SalgueroRoci/Med </br>
		Click Clone or Download -> use HTTPS -> copy the link https://github.com/SalgueroRoci/Med.git </br>
		Open Android Studio </br>
		Select “Check out project from Version Control” </br>
		Select “Github” or “Git” </br>
		Paste the repository url (https://github.com/SalgueroRoci/Med.git) in Git Repository URL, select directory on computer to store the files, and folder name. </br>
		Open the project </br>
		Manual to run application: https://developer.android.com/training/basics/firstapp/running-app.html </br>

About

Medication Application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Java 50.3%
  • PHP 47.7%
  • HTML 1.4%
  • CSS 0.6%