본문 바로가기

Privacy policy(Simple Magnifier pro) 1. Purpose of Processing Personal Information The "Simple Magnifier pro" service (hereinafter referred to as the "Service") requests the following access permissions from user: ① Camera (CAMERA) - It requests permission to access the phone's camera images for the zoom feature. ② Write External Storage (WRITE_EXTERNAL_STORAGE) - Depending on the Android version, it requests file writing permissio.. 더보기
Privacy policy(Magnifier (high contrast)) 1. Purpose of Processing Personal Information The "Magnifier (high contrast)" service (hereinafter referred to as the "Service") requests the following access permissions from user: ① Camera (CAMERA) - It requests permission to access the phone's camera images for the zoom feature. ② Write External Storage (WRITE_EXTERNAL_STORAGE) - Depending on the Android version, it requests file writing perm.. 더보기
Privacy policy(Simple Magnifier) 1. Purpose of Processing Personal Information The "Simple Magnifier" service (hereinafter referred to as the "Service") requests the following access permissions from user: ① Camera (CAMERA) - It requests permission to access the phone's camera images for the zoom feature. ② Write External Storage (WRITE_EXTERNAL_STORAGE) - Depending on the Android version, it requests file writing permission if.. 더보기
Privacy policy(Smart Mirror) 1. Purpose of Processing Personal Information The "Smart Mirror" service (hereinafter referred to as the "Service") requests the following access permissions from user: ① Camera (CAMERA) - It requests permission to access the phone's camera images for the zoom feature. ② Write External Storage (WRITE_EXTERNAL_STORAGE) - Depending on the Android version, it requests file writing permission if sav.. 더보기
안구건조증 좋아지는 방법이 없을까? 2년여 동안 안구 건조증에 시달리고 있다. 그 이전부터 눈이 심하게 피로하였는데시간이 흐르면 좋아지겠거니 하고 방치하였더니 심각한 상황에 처한것으로 보인다. 사실 안구 건조증인지 몰랐다. 병원 가는 것을 아주 싫어하는지라 시기를 놓쳤다고 할까?눈이 피곤하신 분들은 빨리 병원부터 가보시길 바란다. 모니터를 계속 봐야하는 직업인지라 점점 악화만 되고 증상이 개선되지 않고 있다. 지금까지 여러가지 방법을 시도하고 있다. 1. 당연히 병원에 정기적으로 다니고 있다.- 인공 눈물- 점안액( 두가지를 써봤다)- 3개월 전 눈꺼풀에 필러 같은 것을 삽입 2. 1년 반 정도 오메가 3 복용 중 3. 반년 전부터 루테인 복용 중 4. 반년 전부터 결명자차 복용 중 5. 반년 전부터 온찜질 6. 반년 전부터 수면 시 가습.. 더보기
Firebase 연동하기 푸시(FCM) 연동, 원격 구성 등을 사용하기 위해서는Firebase 에 회원가입하고 프로젝트를 생성해야 합니다. 파이어베이스 주소 : https://console.firebase.google.com/ 1. 프로젝트를 생성합니다. 2. 프로젝트 정보를 입력합니다. 3. 데이터 공유 맞춤 설정- 프로젝트 만들기 버튼을 클릭합니다. 4. 프로젝트 생성 완료- 계속 버튼을 클릭합니다. 5. 파이어베이스 프로젝트에 앱을 연결합니다.- 안드로이드 아이콘을 클릭합니다. 6. 앱 정보 입력- 앱의 패키지 명을 입력합니다.- 앱 등록 버튼을 클릭합니다. 7. 앱에 포함할 google-services.json 을 다운로드- 여기에서 다운로드 하지 않고 추후 파이어베이스 프로젝트 설정에서 다운로드 할 수도 있습니다.- 다.. 더보기
Cordova 사용하기 2[Hello World] 이번 글에서는 첫번째 프로젝트 Hello World 를 만들어 보려고 합니다. Create the App 을 참조하여 진행해 봅니다. 사용 명령어- 프로젝트 기본 디렉토리 구조를 생성합니다.cordova create hello com.example.hello HelloWorld1. 프로젝트 경로 생성- 저는 D:/androidstudio/hybrid 에 프로젝트들을 생성합니다.- 해당 경로로 이동하고 위 명령어를 실행합니다. 2. hello 디렉토리로 이동 디렉토리 구조 확인 - config.xml : 프로젝트 설정 정보를 포함할 것으로 예상- package.json : 패키지 정보를 포함할 것으로 예상- hooks : 일단 뭔지 모르겠습니다. 나중에 알게 되겠지요.- platforms : 플랫폼 별로 .. 더보기
Cordova 사용하기[설치] Cordova/phonegap 이 등장한지도 참 오래되었습니다. 개인적으로 외부 라이브러리, 프레임워크를 사용하는 것을 좋아 하지 않아서무시하고 지내왔는데, 이것도 아집이라 생각하여 이제라도 사용해 보기로 결정했습니다. [개발환경 구성]1. node.js 설치가 필요하니 설치해봅니다. - 설치 확인 : 간단히 버전을 확인합니다. 2. git client 설치(옵션) - 옵션이라니 일단 스킵합니다. 3. Cordova 모듈을 설치 - node.js npm 유틸로 다운로드 합니다. - 설치가 잘 됬겠지만 확인합니다.- 무작정 cordova 라고 command line 에 입력해봅니다.- 명령 인수가 잘못됬다고 나옵니다. 어쨌든 잘 설치가 되었습니다. Hello World! 는 다음 글에서 찍어보겠습니다. 더보기