Android Open Source - Example homework HelloBrazil






Project Summary

Homework of DSL course at 2014 spring.

Web Site / Source Repository

HelloBrazil is hosted in the following web site
https://github.com/ggxx/HelloBrazil

If you think the Android project HelloBrazil 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 HelloBrazil.

ItemValue
Java File Count139
Target SDK Version17
Minimum SDK Version10
Activity Count1
Required Permissionsandroid.permission.SET_ALARM
com.android.alarm.permission.SET_ALARM




License

The license information of HelloBrazil is as follows:

MIT License

Java Source Files

HelloBrazil has the following Java source files.

edu.thu.ggxx.hellobrazil.app.Match.java
edu.thu.ggxx.hellobrazil.app.MatchAdapter.java
edu.thu.ggxx.hellobrazil.app.MatchSort.java
edu.thu.ggxx.hellobrazil.app.MatchViewWrapper.java
edu.thu.ggxx.hellobrazil.app.MyActivity.java
edu.thu.ggxx.hellobrazil.wc2014.EliminationMatch.java
edu.thu.ggxx.hellobrazil.wc2014.Group.java
edu.thu.ggxx.hellobrazil.wc2014.GroupMatch.java
edu.thu.ggxx.hellobrazil.wc2014.Match.java
edu.thu.ggxx.hellobrazil.wc2014.Team.java
edu.thu.ggxx.hellobrazil.wc2014.Wc2014Factory.java
edu.thu.ggxx.hellobrazil.wc2014.Wc2014Package.java
edu.thu.ggxx.hellobrazil.wc2014.WorldCup.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.EliminationMatchCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.EliminationMatchWinnerCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.EliminationMatchWinnerReorientCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.GroupCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.GroupFirstTeamCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.GroupFirstTeamReorientCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.GroupMatchCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.GroupSecondTeamCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.GroupSecondTeamReorientCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.MatchAwayCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.MatchAwayReorientCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.MatchHomeCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.MatchHomeReorientCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.TeamAtGroupCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.TeamAtGroupReorientCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.commands.TeamCreateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.helpers.EliminationMatchEditHelper.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.helpers.GroupEditHelper.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.helpers.GroupMatchEditHelper.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.helpers.TeamEditHelper.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.helpers.Wc2014BaseEditHelper.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.helpers.WorldCupEditHelper.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.EliminationMatchEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.EliminationMatchIdEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.EliminationMatchWinnerEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.GroupEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.GroupFirstTeamEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.GroupGroupNameEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.GroupMatchEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.GroupMatchIdEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.GroupSecondTeamEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.MatchAwayEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.MatchHomeEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.TeamAtGroupEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.TeamCountryEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.TeamEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.Wc2014EditPartFactory.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.parts.WorldCupEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.EliminationMatchItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.EliminationMatchWinnerItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.GroupFirstTeamItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.GroupItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.GroupMatchItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.GroupSecondTeamItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.MatchAwayItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.MatchHomeItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.TeamAtGroupItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.TeamItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.Wc2014BaseItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.Wc2014TextNonResizableEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.Wc2014TextSelectionEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.WorldCupCanonicalEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.edit.policies.WorldCupItemSemanticEditPolicy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014AbstractNavigatorItem.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014DomainNavigatorContentProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014DomainNavigatorItem.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014DomainNavigatorLabelProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014NavigatorActionProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014NavigatorContentProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014NavigatorGroup.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014NavigatorItem.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014NavigatorLabelProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014NavigatorLinkHelper.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.navigator.Wc2014NavigatorSorter.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.parsers.MessageFormatParser.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.DeleteElementAction.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.DiagramEditorContextMenuProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.LoadResourceAction.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Messages.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.ModelElementSelectionPage.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014CreationWizard.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014CreationWizardPage.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014DiagramActionBarContributor.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014DiagramEditor.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014DiagramEditorPlugin.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014DiagramEditorUtil.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014DiagramUpdateCommand.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014DiagramUpdater.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014DocumentProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014InitDiagramFileAction.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014LinkDescriptor.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014MatchingStrategy.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014NewDiagramFileWizard.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014NodeDescriptor.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014PaletteFactory.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014UriEditorInputTester.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.part.Wc2014VisualIDRegistry.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.preferences.DiagramAppearancePreferencePage.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.preferences.DiagramConnectionsPreferencePage.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.preferences.DiagramGeneralPreferencePage.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.preferences.DiagramPreferenceInitializer.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.preferences.DiagramPrintingPreferencePage.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.preferences.DiagramRulersAndGridPreferencePage.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.ElementInitializers.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.Wc2014EditPartProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.Wc2014ElementTypes.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.Wc2014IconProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.Wc2014ModelingAssistantProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.Wc2014ParserProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.Wc2014ViewProvider.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.assistants.Wc2014ModelingAssistantProviderOfEliminationMatchEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.assistants.Wc2014ModelingAssistantProviderOfGroupEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.assistants.Wc2014ModelingAssistantProviderOfGroupMatchEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.assistants.Wc2014ModelingAssistantProviderOfTeamEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.providers.assistants.Wc2014ModelingAssistantProviderOfWorldCupEditPart.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.sheet.Wc2014PropertySection.java
edu.thu.ggxx.hellobrazil.wc2014.diagram.sheet.Wc2014SheetLabelProvider.java
edu.thu.ggxx.hellobrazil.wc2014.impl.EliminationMatchImpl.java
edu.thu.ggxx.hellobrazil.wc2014.impl.GroupImpl.java
edu.thu.ggxx.hellobrazil.wc2014.impl.GroupMatchImpl.java
edu.thu.ggxx.hellobrazil.wc2014.impl.MatchImpl.java
edu.thu.ggxx.hellobrazil.wc2014.impl.TeamImpl.java
edu.thu.ggxx.hellobrazil.wc2014.impl.Wc2014FactoryImpl.java
edu.thu.ggxx.hellobrazil.wc2014.impl.Wc2014PackageImpl.java
edu.thu.ggxx.hellobrazil.wc2014.impl.WorldCupImpl.java
edu.thu.ggxx.hellobrazil.wc2014.provider.EliminationMatchItemProvider
.java
edu.thu.ggxx.hellobrazil.wc2014.provider.GroupItemProvider
.java
edu.thu.ggxx.hellobrazil.wc2014.provider.GroupMatchItemProvider
.java
edu.thu.ggxx.hellobrazil.wc2014.provider.MatchItemProvider
.java
edu.thu.ggxx.hellobrazil.wc2014.provider.TeamItemProvider
.java
edu.thu.ggxx.hellobrazil.wc2014.provider.Wc2014EditPlugin.java
edu.thu.ggxx.hellobrazil.wc2014.provider.Wc2014ItemProviderAdapterFactory.java
edu.thu.ggxx.hellobrazil.wc2014.provider.WorldCupItemProvider
.java
edu.thu.ggxx.hellobrazil.wc2014.util.Wc2014AdapterFactory.java
edu.thu.ggxx.hellobrazil.wc2014.util.Wc2014Switch.java