Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antsmartian/tneb-unitcalculator
https://github.com/antsmartian/tneb-unitcalculator
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/antsmartian/tneb-unitcalculator
- Owner: antsmartian
- License: mit
- Created: 2013-02-14T08:43:47.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2013-02-15T09:53:23.000Z (over 11 years ago)
- Last Synced: 2023-03-14T21:25:20.352Z (over 1 year ago)
- Language: Java
- Size: 336 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.txt
Awesome Lists containing this project
README
A Android App which is used to calculate the bill amount for the given input(in Units).
How To Build:
-----------------
The project can be built using the command:ant release
Note that you have set up a proper android environment. You need to add your sdk location in
`local.properties` file like:sdk.dir=path-to-your-android-sdk
Once that is done you can issue `ant` commands to build the projects. The list of `ant` commands
can be found [here][1].[1]: http://developer.android.com/tools/building/building-cmdline.html#AntReference
To release the *signed* app, set up the key in our local machine and add its path details to
`local.properties` like:key.store=path-to-key-store
key.alias=your-alias-nameThen you can issue `ant release`. Provide the key password when it prompted.
Download The App From Play Store:
----------------------------------The app can be downloaded from google play store from [here][2]
[2]: https://play.google.com/store/apps/details?id=in.tneb.calculator#?t=W251bGwsMSwxLDIxMiwiaW4udG5lYi5jYWxjdWxhdG9yIl0.
This project is released under [MIT license see here][3].
[3]:https://github.com/antoaravinth/TNEB-UnitCalculator/blob/master/license.txt