Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kousu/if
Android Hello World
https://github.com/kousu/if
Last synced: 9 days ago
JSON representation
Android Hello World
- Host: GitHub
- URL: https://github.com/kousu/if
- Owner: kousu
- License: gpl-3.0
- Created: 2017-08-14T05:16:26.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-08-14T06:12:55.000Z (over 7 years ago)
- Last Synced: 2025-01-06T17:38:55.336Z (27 days ago)
- Language: Java
- Size: 14.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
If... (Android Hello World)
===========================This is a short Android starter project. Feel free to fork and adapt to your needs.
I cobbled this together from reading the android docs and GPL sample code,
because the [official tutorial](https://developer.android.com/training/basics/firstapp/index.html) insists you use the Google IDE like an asshole.
You don't want to be an asshole, right?All this does is show a window, say Hello World, and print [If...](http://www.kiplingsociety.co.uk/poems_if.htm)
to a Toast and to logcat but that should be well enough to get you started.Links
-----* [Android API reference](https://developer.android.com/reference/classes.html)
* [Android programming guide](https://developer.android.com/guide/index.html)