https://github.com/prashant-chaurasia/calculator
Calculator For Android
https://github.com/prashant-chaurasia/calculator
android app calculator java
Last synced: 3 months ago
JSON representation
Calculator For Android
- Host: GitHub
- URL: https://github.com/prashant-chaurasia/calculator
- Owner: Prashant-Chaurasia
- Created: 2017-05-25T16:20:16.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-01T09:49:11.000Z (almost 8 years ago)
- Last Synced: 2024-12-26T00:40:40.838Z (5 months ago)
- Topics: android, app, calculator, java
- Language: Java
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Calculator - A Simple Android App
This app is basically build to learn Android Fundamentals. The app is being made by watching the videos of wiseAss channel on youtube.
In this app Butterknife library is used. Its an open source library and very much similar to android annotations and it is used to bind the views
that is we can eliminate ```findViewById ``` calls and just use ```@BindView``` on fields as well as set the ```OnClickListeners``` at a single go by annotating methods
with ```@OnClick``` .## Screenshots

