An open API service indexing awesome lists of open source software.

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

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

![screenshot_20170701-150705](https://user-images.githubusercontent.com/19494189/27760919-3f4920c2-5e70-11e7-883a-d28fc0d39928.png)
![screenshot_20170701-150621](https://user-images.githubusercontent.com/19494189/27760920-40767094-5e70-11e7-96bb-5448da44e188.png)