https://github.com/bryanlimy/android-flight-app
Android Flight App Demo
https://github.com/bryanlimy/android-flight-app
Last synced: 11 months ago
JSON representation
Android Flight App Demo
- Host: GitHub
- URL: https://github.com/bryanlimy/android-flight-app
- Owner: bryanlimy
- Created: 2016-01-25T17:41:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-10T03:41:33.000Z (about 10 years ago)
- Last Synced: 2025-04-04T13:34:39.331Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 1.28 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Flight App from Software Design Final Project
Before the application is run, some files located in the Testing Files directory must be
pushed to the internal storage directory located at:
/data/data/app_name/files/
Files to push to device:
- passwords.txt
- admins.csv
- default_clients.csv
Location of csv files:
Any csv files to be uploaded should be also be placed in the internal storage
directory located at:
/data/data/app_name/files/
Logging in:
The format of the passwords.txt files is, on each line, the username followed by
the password.
For example, for the line:
admin,admin
The username would be admin and password would be admin.
The username corresponds to the email of the user.
The first four users are administrators and the rest are clients.
New users:
Newly uploaded users can log in by using their email and the word 'password' as
their password.