Student project. Android application for Ireland's birdwatching community..
bird-note is hosted in the following web site
https://github.com/mclhrn/bird-note
If you think the Android project bird-note 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 bird-note.
Item | Value |
---|---|
Java File Count | 31 |
Supported screen sizes | [hdpi] |
Target SDK Version | 17 |
Minimum SDK Version | 8 |
Activity Count | 11 |
jar files used | android-support-v4.jar |
Required Permissions | android.permission.ACCESS_COARSE_LOCATION android.permission.ACCESS_FINE_LOCATION android.permission.ACCESS_NETWORK_STATE android.permission.INTERNET android.permission.WRITE_EXTERNAL_STORAGE com.example.birdnote.permission.MAPS_RECEIVE com.google.android.providers.gsf.permission.READ_GSERVICES |
Raw File Names | res\raw\birds.xml |
There are 13 image files in bird-note. The names of the image files are listed as follows.
action_search.png atoz.png birds_seen.png birds_to_see.png delete.png fail.png hawk.png header_logo.png ok.png pin.png reference_guide.png search.png success.png
The following screenshort is generated from the image listed above.
bird-note has the following Java source files.
com.example.birdnote.BirdsSeen.java com.example.birdnote.Location.java com.example.birdnote.MainActivity.java com.example.birdnote.MyLocations.java com.example.birdnote.Profile.java com.example.birdnote.ReferenceGuide.java com.example.birdnote.Search.java com.example.birdnote.SearchResults.java com.example.birdnote.Wishlist.java com.example.birdnote.connections.ConnectionDetector.java com.example.birdnote.db.BirdsDBOpenHelper.java com.example.birdnote.db.BirdsDataSource.java com.example.birdnote.db.IdentifyDataSource.java com.example.birdnote.list.CustomBaseAdapter.java com.example.birdnote.listeners.LocationResultListener.java com.example.birdnote.login.Login.java com.example.birdnote.login.Register.java com.example.birdnote.login.Welcome.java com.example.birdnote.model.BillLength.java com.example.birdnote.model.Bird.java com.example.birdnote.model.BirdsSeenModel.java com.example.birdnote.model.Colour.java com.example.birdnote.model.Image.java com.example.birdnote.model.TailShape.java com.example.birdnote.services.LocationServices.java com.example.birdnote.services.MyLocation.java com.example.birdnote.xml.BirdsPullParser.java