장군이네집
180111 firebase structure
FIREBASE 구조화https://howtofirebase.com/firebase-data-modeling-939585ade7f4Normalization : 관계형 데이터베이스의 설계에서 중복을 최소화하게 데이터를 구조화하는 프로세스를 정규화라고 한다. Shallow data structures { "users": { "user1": { "email": "user1@gmail.com", "transactions": { "transaction1": { "total": "500", "products": { "product1": "paper airplanes", "product2": "tooth picks" } }, "transaction2": { "total": "250", "products": { "pr..
개발/Android
2018. 1. 12. 23:39
180105 XML conventions
https://jeroenmols.com/blog/2016/03/07/resourcenaming/ ___ ex) MainActivity의 제목 수정 editText--> edittext_main_title
개발/Android
2018. 1. 5. 02:35
180104 스마트계약
https://www.youtube.com/watch?v=ZE2HxTmxfrI
개발/잡동사니
2018. 1. 4. 10:53