Android Open Source - Game play Netball






Project Summary

An Android application used to track Netball play-by-play and report statistics on the games..

Web Site / Source Repository

Netball is hosted in the following web site
https://github.com/PriscH/Netball

If you think the Android project Netball listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of Netball.

ItemValue
Java File Count36
Supported screen sizes[xhdpi]
Target SDK Version16
Minimum SDK Version11
Activity Count8
Fragment Count3




License

The license information of Netball is as follows:

GNU General Public License

Resource Files

There are 24 image files in Netball. The names of the image files are listed as follows.

action_badcatch.png
action_badpass.png
action_breaking.png
action_breaking_disabled.png
action_contact.png
action_goal.png
action_goal_disabled.png
action_handling.png
action_holding.png
action_interception.png
action_missed.png
action_missed_disabled.png
action_obstruction.png
action_offside.png
action_pressure.png
action_rebound.png
action_rebound_disabled.png
action_stepping.png
checkmark.png
checkmark_disabled.png
checkmark_pressed.png
launcher.png
menu_addplayer.png
menu_opponentgoal.png

The following screenshort is generated from the image listed above.

null




Java Source Files

com.prisch.activities.ActionsActivity.java
com.prisch.activities.BaseTeamActivity.java
com.prisch.activities.DashboardActivity.java
com.prisch.activities.GameStatsActivity.java
com.prisch.activities.GamesActivity.java
com.prisch.activities.PlayersActivity.java
com.prisch.activities.PositionsActivity.java
com.prisch.activities.SubstitutionActivity.java
com.prisch.activities.TeamActivity.java
com.prisch.content.DatabaseHelper.java
com.prisch.content.NetballContentProvider.java
com.prisch.controls.ActionButton.java
com.prisch.fragments.PositionStatsFragment.java
com.prisch.loaders.GameStatsLoader.java
com.prisch.model.Action.java
com.prisch.model.GameStats.java
com.prisch.model.Game.java
com.prisch.model.OpponentAction.java
com.prisch.model.OpponentRecord.java
com.prisch.model.PlayerStats.java
com.prisch.model.Player.java
com.prisch.model.Position.java
com.prisch.model.Record.java
com.prisch.model.TeamMember.java
com.prisch.repositories.GameRepository.java
com.prisch.repositories.OpponentRecordRepository.java
com.prisch.repositories.PlayerRepository.java
com.prisch.repositories.RecordRepository.java
com.prisch.repositories.StatsRepository.java
com.prisch.repositories.TeamMemberRepository.java
com.prisch.util.DateUtils.java
com.prisch.views.GameAdapter.java
com.prisch.views.GameStatsAdapter.java
com.prisch.views.PlayerStatsAdapter.java
com.prisch.views.PlayerStatsListItem.java
com.prisch.views.TeamAdapter.java