https://github.com/hacksu/android-calc-tutorial
A simple android calculator example. Source code and lesson materials courtesy of Hyland Software Hy-Tech club. Used with permission.
https://github.com/hacksu/android-calc-tutorial
beginner lesson
Last synced: about 1 year ago
JSON representation
A simple android calculator example. Source code and lesson materials courtesy of Hyland Software Hy-Tech club. Used with permission.
- Host: GitHub
- URL: https://github.com/hacksu/android-calc-tutorial
- Owner: hacksu
- Created: 2017-11-03T21:28:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T23:23:12.000Z (over 8 years ago)
- Last Synced: 2025-01-05T10:12:29.647Z (about 1 year ago)
- Topics: beginner, lesson
- Language: Java
- Homepage:
- Size: 694 KB
- Stars: 0
- Watchers: 8
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# android-calc-tutorial
A simple android calculator example. Source code and lesson materials courtesy of Hyland Software Hy-Tech club. Used with permission.
#
1. Install Android Studio with the default settings.
2. Create a new directory for your project and run ```git clone git@github.com:hacksu/android-calc-tutorial.git```
3. Take a look through the code.