주식 거래 및 추천 플랫폼
<구글밋> https://meet.google.com/mrr-vdpy-nym
<구글드라이브> https://drive.google.com/drive/folders/16yzFIE3Zw4-Xc-MUCYrhwr2o-beR8NwA?usp=sharing
<Yes24-e북> http://www.yes24.com/Mall/Main/eBook/017?CategoryNumber=017
#홍드로이드 코틀린 (안드로이드 기초) https://www.youtube.com/watch?v=IaXhn_I_ziY&list=PLC51MBz7PMywN2GJ53aF0UO5fnHGjW35a
#코틀린 언어 강의 (코틀린 기초) https://www.youtube.com/watch?v=8RIsukgeUVw&list=PLQdnHjXZyYadiw5aV3p6DwUdXV2bZuhlN
#안드로이드 코틀린 https://www.youtube.com/watch?v=WlJszSmK_es
#코틀린 강의 (Code with Joyce) https://www.youtube.com/user/soja0524/playlists
#이것이 안드로이드다 책 https://www.hanbit.co.kr/store/books/look.php?p_code=B4070147419 #Do it 안드로이드 책 http://book.interpark.com/product/BookDisplay.do?_method=detail&sc.prdNo=328839404&gclid=Cj0KCQjwqrb7BRDlARIsACwGad5T67RAoxiSmSZQZuNEJWHOFFTsidMK0e-_oaAn8TnJGcwJMqXdkIcaApnAEALw_wcB
com.google.android.gms.common.api.ApiException: 10:
다른 노트북 개발 환경 추가 프로젝트 개요 옆 톱니바퀴 -> 내 앱(맨 밑) -> SHA 인증서 지문 추가
-
네비게이션 드로어 참고 블로그 : https://bongcando.tistory.com/4
-
네비게이션 드로어 헤더 textview 바꾸는 방법 https://stackoverflow.com/questions/34973456/how-to-change-text-of-a-textview-in-navigation-drawer-header
-
자동완성 검색창 참고 사이트_1 : https://velog.io/@dev_2dong/Android-AutoCompleteTextView%EB%A5%BC-%EC%9D%B4%EC%9A%A9%ED%95%98%EC%97%AC-%EA%B2%80%EC%83%89%EA%B8%B0%EB%8A%A5-%EA%B5%AC%ED%98%84%ED%95%98%EA%B8%B0
-
자동완성 검색창 참고 사이트_2 : https://www.youtube.com/watch?v=eAklF8OUdls
-
파이어베이스 사용자 정보 및 토큰 가져오는 방법 : https://firebase.google.com/docs/auth/android/manage-users?hl=ko#kotlin_5
-
리사이클러 뷰 : https://github.com/dalinaum/android-book-example/tree/1st/06-02-itemdecoration https://github.com/dalinaum/android-book-example/tree/1st/06-01-recyclerview
-
키보드 숨김 기능 : https://black-jin0427.tistory.com/68
-
연락처 가져와서 메시지 보내기 기능 : https://question0.tistory.com/22 https://kkangsnote.tistory.com/41
-
안드로이드 asset 폴더 추가하기 : https://recipes4dev.tistory.com/125
-
코틀린 while 반복문 참고 : https://hamzzibari.tistory.com/108
-
Retrofi2를 이용해서 서버와 연동하기 : https://cholol.tistory.com/470
-
Retrofi2를 이용해서 서버와 연동하기2 : https://shwjdqls.github.io/android-retrofit-usage-json/
-
파이어베이스 백그라운드 푸시 알림: https://beomseok95.tistory.com/118
-
상태바 색 변경방법 : https://xopenpro.tistory.com/21
-
폰트 추가하기: https://hello-bryan.tistory.com/82
-
폰트 일괄 적용: https://pyxispub.uzuki.live/?p=245
-
Autocomplete 아이템 클릭했을 때 이벤트 발생시키기: https://painone7.tistory.com/entry/AutoCompleteTextView-%EB%A6%AC%EC%8A%A4%ED%8A%B8-%ED%81%B4%EB%A6%AD-%EC%9D%B4%EB%B2%A4%ED%8A%B8
-
Autocomplete 아이템 클릭했을 때 이벤트 발생시키기2: https://painone7.tistory.com/entry/AutoCompleteTextView-%EB%A6%AC%EC%8A%A4%ED%8A%B8-%ED%81%B4%EB%A6%AD-%EC%9D%B4%EB%B2%A4%ED%8A%B8
-
앱 이름 변경: https://happy81.tistory.com/18
-
프로젝트 및 패키지명 변경 : https://dotworks.tistory.com/4
-
프로젝트 및 패키지 이름 변경 후에는 google_json 다시 맞춰주기
-
파이어베이스 변경 후에는 API 키를 발급 받아서 어플 키와 맞추기
-
API 키가 안맞을때는 build를 지우고 다시 build 해보기: https://stackoverflow.com/questions/61453640/android-error-when-communicating-with-the-firebase-installations-server-api
-
SwipeRefresh (당겨서 새로고침) : https://chjune0205.tistory.com/98
-
RecyclerView 코틀린 예제 : https://blog.yena.io/studynote/2017/12/06/Android-Kotlin-RecyclerView1.html
-
BottomNavigationView + Fragment + ViewPager2 : https://doitddo.tistory.com/89
-
Fragment intent 사용 방법 : https://ksb0511.tistory.com/entry/Fragment%EC%97%90%EC%84%9C-Activity%EB%A1%9C-%ED%99%94%EB%A9%B4%EC%A0%84%ED%99%98
-
Fragment에서 리사이클러뷰 사용법 : https://www.youtube.com/watch?v=G7sRzeQKpW8
-
Custom Dialog: https://taejjong.tistory.com/4
- Node.js, 프로젝트 (express) 시작 : https://jongmin92.github.io/2017/05/17/Emily/3-make-express-project/
- Node.js, Google Cloud Platform의 SQL(mySQL) 연결하기 : https://poiemaweb.com/nodejs-mysql
- Node.js, Google Cloud Platform의 App Engine 배포하기 : (자체 블로그 제작 예정)
- 파이썬 프로젝트 파일 깃 주소: https://github.com/kokoball/byoungpyo2020-GJAI_Stock_Python
- 정승윤(2017.7), FACTORIZATION MACHINE을 이용한 추천시스템 설계, 고려대학교 정보보호대학원
- 김보미(2019.10), VIP등급과 보안매체등급 정보를 이용한 협업필터링 기반 스마트뱅킹 금융상품 추천, 성균관대학교 일단대학원 데이터사이언스융합학과
- 이재웅(2017.2), Methods of Financial consumer classification and financial instrument recommendation based on machine learning using unstructured data, 경희대학교 대학원 경영학과
- 류기동(2019.2), 인공지능 기반 컨택센터 시스템 연구, 서울과학기술대학교 IT정책전문대학원