티스토리 뷰
오늘 한 일: 안드로이드 LocationManager 라이브러리 사용 내 위치 찾기 + Viewmodel 적용
https://angangmoddi.tistory.com/223
https://youngest-programming.tistory.com/327
면접 보고 오느라 개발을 많이 못했다. LocationManager로 내 위치를 찾는건 쉽게 했다. 근데 문제는 viewmodel에 적용시키는 것이었다. Context를 받아와서 적용시켜야 하는 부분이 꽤 됐다.
onCreate가 끝나기 전 getSystemService를 하게되면 다음과 같은 오류가 발생한다.
( getSystemService(Context.TELEPHONY_SERVICE) )
- system services not available to activities before oncreate()
이럴 때는 context를 받아와서 해당 context의 getSystemService를 호출하자. context.getSystemService(Context.TELEPHONY_SERVICE)
ViewModel에서 Context를 얻으려면 ViewModel 클래스가 Android View Model 클래스를 확장해야 한 .
class LoginViewModel(application: Application) : AndroidViewModel(application) {
private val context = getApplication<Application>().applicationContext
'프로젝트 > Healthy Tracking' 카테고리의 다른 글
20220410 개발일지 (0) | 2022.04.10 |
---|
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- react fiber 3d
- Vue.js
- react 3d 에니메이션
- 카카오 2021 카드 짝 맞추기
- rollup react.js npm
- rollup typescript react
- eslint
- react 3d text
- 카카오 카드 짝 맞추기 javascript
- next.js import glsl
- react 3d
- typescript gsls
- react leva
- 카드 짝 맞추기 자바스크립트
- 카드 짝 맞추기 javascript
- react glsl
- rollup typescript
- next.js glsl
- leva
- webpack glsl
- attempted import error: bvh_struct_definitions' is not exported from './gpu/bvhshaderglsl.js' (imported as 'bvhshaderglsl').
- react three fiber leva
- vue3
- ts glsl
- react 3d animation
- 카카오 카드 짝 맞추기 자바스크립트
- vue
- react three fiber
- three.js leva
- rollup ts react npm
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함