Skip to content

Instantly share code, notes, and snippets.

@Elrhino
Last active October 20, 2015 04:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elrhino/3587ff39ca30f8265d4f to your computer and use it in GitHub Desktop.
Save Elrhino/3587ff39ca30f8265d4f to your computer and use it in GitHub Desktop.
Code snippets from toaster launcher part 2
|-- api
| |-- ApiPaths.java
| |-- RestDispatchModule.java
| |-- Toaster.java
| `-- ToasterResource.java
|-- application
| |-- ApplicationModule.java
| |-- ApplicationPresenter.java
| |-- ApplicationView.java
| |-- ApplicationView.ui.xml
| |-- CurrentUser.java
| |-- launcher
| | |-- LauncherModule.java
| | |-- LauncherPresenter.java
| | |-- LauncherUiHandlers.java
| | |-- LauncherView.java
| | |-- LauncherView.ui.xml
| | `-- widget
| | |-- ToasterWidgetModule.java
| | |-- ToasterWidgetPresenter.java
| | |-- ToasterWidgetUiHandlers.java
| | |-- ToasterWidgetView.java
| | `-- ToasterWidgetView.ui.xml
| |-- LoggedInGatekeeper.java
| `-- login
| |-- LoginModule.java
| |-- LoginPresenter.java
| |-- LoginUiHandlers.java
| |-- LoginView.java
| `-- LoginView.ui.xml
|-- gin
| `-- ClientModule.java
|-- place
| `-- NameTokens.java
`-- resources
|-- AppResources.java
`-- ResourceLoader.java
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment