We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c74c307 commit 54d6eb4Copy full SHA for 54d6eb4
README.md
@@ -15,3 +15,4 @@ etc.
15
```
16
17
## Documentation
18
+1. [Learning Point](https://github.com/easyhz/daypet-Android/blob/main/docs/LearningPoint.md)
docs/LearningPoint.md
@@ -0,0 +1,12 @@
1
+# Learning Point
2
+
3
+1. 멀티 모듈 및 클린 아키텍처 도입하기
4
+2. WorkManager 를 활용하여 미사용 데이터 삭제하기
5
+3. 캘린더 정복하기
6
+4. [Firebase functions 를 사용하여 푸시 알림 보내기](https://github.com/easyhz/daypet-functions)
7
+5. 이미지 압축하여 로딩 속도 개선하기
8
+6. [트랜잭션 적극 활용하기](https://easyhz.tistory.com/27)
9
10
+- Modularization
11
+ 
12
0 commit comments