Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
Tags
- 뷰바인딩
- 안드로이드 스튜디오
- FRAGMENT
- androidstudio
- OutlinedButton
- 코틀린
- MaterialButton
- Kotlin
- ViewModel
- 안드로이드
- EditText
- 팝업액티비티
- nav_graph
- BottomSheetDialog
- button
- textview
- 밑줄
- firebasefunctions
- ButtonWithButton
- firebase
- Imageview
- 안드로이드스튜디오
- ROOM
- lifecyclescope
- RealtimeDB
- 랜덤ID
- ArrayList
- Activity
- Dialog
- Android
Archives
- Today
- Total
목록Firebase/Firebase functions (2)
안드로이드 앱 개발
CallbackResponse class file을 만드는법
생각보다 data class 라든지 List 라든지 Json 구조를 클래스로 생성하는게 어려웠다. 다행히, Json to Kotlin class 라는 plugin을 설치하면 쉽게 해결할 수 있었다.
Firebase/Firebase functions
2021. 7. 13. 09:47
Firebase function 관련
1. 안드로이드 스튜디오 내에서 firebase functions와 연결하기 Tools -> Firebase -> functions 설치와 연결 고고 -> 안드로이드 앱에서 직접 firebase에 요청하고 받아오는 경우인데 (잘 안쓴다고함, 대부분 retrofit을 사용) 2. 구글에 retrofit 검색 Download에 가서 implementation을 넣어줘야하는데 한 번에 template으로 아래 항목들 복/붙 // retrofit def retrofit_version = "2.9.0" implementation "com.squareup.retrofit2:retrofit:$retrofit_version" implementation "com.squareup.retrofit2:converter-gso..
Firebase/Firebase functions
2021. 5. 31. 15:52