A Disaster Safety Android app that helps people inform you about everything that is nearby by using help centers before and during an accident. Also, a PHP-based website to enter data on the server-side and work with the android application successfully. The Disaster Safety mobile app also gives you the location of all your friends and family that have been accessed by the user. The app can store offline maps and information about help centers also comes through messages and is displayed on the map.
Innovation:
India being a disaster-prone country suffers a lot of casualties every year not because of the lack of resources but because of the lack of information on these resources. This app brings the resources to you, even when you are in the middle of nowhere and knows nothing about what to do in such a situation, Disaster Safety app can save your life.
Features:
- It works in offline mode and saves the data.
- It not only works at the time of disaster but also in various situations like you are any kind of trouble or your phone is lost.
- Gives the news and the guidelines about the various disasters.
- Can track the location of your friends and family in danger.
- Notifies you when your friend or a family member is in danger.
- Saves a lot of power consumption as works offline.
- Locates the nearby relief centers, hospitals, and police stations not only by internet but also through SMS.
Database Model
admin user
Column |
Type |
Null |
id |
int(11) |
No |
username |
varchar(30) |
No |
password |
varchar(50) |
No |
family
Column |
Type |
Null |
member_id |
varchar(13) |
No |
family_id |
varchar(13) |
No |
permission_given |
tinyint(1) |
No |
guidelines
Column |
Type |
Null |
id |
int(11) |
No |
calamity |
varchar(30) |
No |
before_cal |
text |
No |
during_cal |
text |
No |
after_cal |
text |
No |
help
Column |
Type |
Null |
id |
int(11) |
No |
latitude |
double |
No |
longitude |
double |
No |
type_of_help |
varchar(30) |
No |
login
Column |
Type |
Null |
Default |
id |
varchar(13) |
No |
|
name |
varchar(30) |
No |
|
status |
tinyint(1) |
No |
1 |
latitude |
double |
No |
0 |
longitude |
double |
No |
0 |
gcm_regId |
text |
Yes |
NULL |
news
Column |
Type |
Null |
Default |
id |
int(11) |
No |
|
notification |
text |
No |
|
info |
text |
No |
|
date |
varchar(10) |
No |