회원관리, 송출금, 내역관리 등등 기능을 가진 가상 은행 어플리케이션
안드로이드 앱 개발에 다양한 것들을 적용시켜보기 위해서 진행된 Study Project입니다.
- WampServer를 이용하여 Mysql 형태에 데이터베이스를 형성한다.
(A database is formed in the form of Mysql using WampServer.)
- 테이블을 형성한다.(Bank_Mysql.txt에 작성해놓았습니다.)
(Form a table. (I wrote it in Bank_Mysql.txt))
- cmd(명령어 : ipconfig)를 통해 인터넷 IP를 얻은 후 databaseIP 클래스에 자신의 아이피주소 변경하기
(After obtaining an Internet IP through cmd, change your IP address in the database IP class.)
- App에 사용되는 .php들을 "wamp64/www/bank/"에 넣어주시면 됩니다.
(Put the .php files used in the app into "wamp64/www/bank/")
- MVC
- PHP, SQL
- SharedPreferences
- MPAndroidChart
- Glide
- AsyncTask...
이메일 – [email protected]
[참고 블로그(https://webnautes.tistory.com/828)]