A mobile application that connects people who need help with people who can help. It uses Android's geolocation features to allow users to send help requests to other users within a reasonable distance from the sender..
Good-Samaritan is hosted in the following web site
https://github.com/wmakaben/Good-Samaritan
If you think the Android project Good-Samaritan listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of Good-Samaritan.
Item | Value |
---|---|
Java File Count | 19 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 14 |
Activity Count | 14 |
Fragment Count | 4 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.CALL_PHONE android.permission.CAMERA android.permission.INTERNET |
There are 3 image files in Good-Samaritan. The names of the image files are listed as follows.
gs_logo.png ic_action_person.png ic_action_settings.png
The following screenshort is generated from the image listed above.
Good-Samaritan has the following Java source files.
adapter.TabsPagerAdapter.java com.example.goodsamaritan.CurrentlyHelpingActivity.java com.example.goodsamaritan.HelperFragment.java com.example.goodsamaritan.HelperRequestViewActivity.java com.example.goodsamaritan.HomeActivity.java com.example.goodsamaritan.MyRequestActivity.java com.example.goodsamaritan.PendingRequestActivity.java com.example.goodsamaritan.RecipientSelectionActivity.java com.example.goodsamaritan.RegisterActivity.java com.example.goodsamaritan.RequestFragment.java com.example.goodsamaritan.RequestHelpActivity.java com.example.goodsamaritan.RequestListActivity.java com.example.goodsamaritan.SamaritanProfileActivity.java com.example.goodsamaritan.SettingsActivity.java com.example.goodsamaritan.SignInActivity.java model.HelpRequest.java model.JSONParser.java model.LoginValidation.java model.Samaritan.java