https://github.com/exizt/loan-calculator-android
https://github.com/exizt/loan-calculator-android
android kotlin kotlin-android
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/exizt/loan-calculator-android
- Owner: exizt
- License: gpl-2.0
- Created: 2021-09-05T15:24:16.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-01-09T23:57:34.000Z (over 1 year ago)
- Last Synced: 2025-01-06T04:28:04.316Z (4 months ago)
- Topics: android, kotlin, kotlin-android
- Language: Kotlin
- Homepage:
- Size: 2.96 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# 개요
대출 이자를 계산하고, 회차별 금액을 모의확인하는 용도의 앱
* 개발 문서 : https://swiki.asv.kr/wiki/개발:대출_이자_계산기_-_SLC_프로젝트/안드로이드_앱
* 구글 플레이 : https://play.google.com/store/apps/details?id=kr.asv.apps.loancalculator
* 소개 페이지 : https://chosim.asv.kr/softwares/loan-calculator-for-android# 버저닝 룰
버전 구분 : `{Major} {Minor} {Build}`
* Major : 큰 변경이 있을 시 증가.
* Minor : 어느 정도 유의미한 변경이 있을 시 증가.
* Build : 무조건적으로 증가. versionCode 와 동일하거나 그보다 높게 설정.# 참고 사항
gitignore 참조
* https://github.com/github/gitignore/blob/master/Android.gitignore# 특이사항
* 안드로이드 앱은 간이 기능만 구현하도록 한다. (어차피.. 경쟁 앱이 너무 많고 계속 생겨나고 있는데다가, 앱을 크랙한다거나 리버스 엔지니어링 하기도 쉬워서, 고급 기능을 넣기에 부담스럽다. 고급 기능은 가능한 다 빼버리도록 할 것.)