Simple android application that allows for authentication with a server, uploading and forwarding of current location to another party, retrieval of location of another party..
HeyBro is hosted in the following web site
https://github.com/malloc-free/HeyBro
If you think the Android project HeyBro 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 HeyBro.
Item | Value |
---|---|
Java File Count | 7 |
Target SDK Version | 19 |
Minimum SDK Version | 8 |
Activity Count | 3 |
jar files used | android-support-v4.jar google-http-client-1.18.0-rc.jar google-http-client-android-1.18.0-rc.jar google-http-client-appengine-1.18.0-rc.jar google-http-client-gson-1.18.0-rc.jar google-http-client-jackson-1.18.0-rc.jar google-http-client-jackson2-1.18.0-rc.jar google-http-client-jdo-1.18.0-rc.jar google-http-client-protobuf-1.18.0-rc.jar google-http-client-xml-1.18.0-rc.jar jackson-core-2.1.3.jar jackson-core-asl-1.9.11.jar jsr305-1.3.9.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.SEND_SMS android.permission.WRITE_EXTERNAL_STORAGE com.google.android.providers.gsf.permission.READ_GSERVICES |
HeyBro has the following Java source files.
nz.ac.aut.holmwood.michael.hey.bro.LocationActivity.java nz.ac.aut.holmwood.michael.hey.bro.LoginActivity.java nz.ac.aut.holmwood.michael.hey.bro.MainActivity.java nz.ac.aut.holmwood.michael.hey.bro.PolyUtil.java nz.ac.aut.holmwood.michael.hey.bro.SMSHandler.java nz.ac.aut.holmwood.michael.hey.bro.Util.java