1. 웹페이지 띄우기 Uri uri = Uri.parse("http://m.naver.com"); Intent intent = new Intent(Intent.ACTION_VIEW, uri); startActivity(intent); 2. 이미지 갤러리 Intent intent = new Intent(); intent.setAction(Intent.ACTION_GET_CONTENT); intent.setType("image/*"); startActivityForResult(intent, RESULT_CODE1); 3. 카메라 사진용 Intent intent = new Intent(); intent.setAction("android.media.action.IMAGE_CAPTURE"); startActivi..
build.gradle(Module: app)에 dependencies 추가 implementation 'com.android.support:appcompat-v7:28.0.0' implementation 'com.journeyapps:zxing-android-embedded:3.5.0' new IntentIntegrator(this).initiateScan() qr 리더기 화면으로 이동 인식 성공 시 자동으로 전 화면 이동 전 화면 돌아왔을 때 protected void onActivityResult (int requestCode, int resultCode, Intent data) { if (requestCode == IntentIntegrator.REQUEST_CODE) { IntentResult ..
로또 오픈 api를 레트로핏을 활용하여 안드로이드에서 데이터를 가져오는 예제. 사용 java 파일 1. 데이터 오브젝트 - LottoData.java 2. 레트로핏 인터페이스 - retrofitInterface 3. 통신 호출 함수 - retro() --- 매니패스트에 추가 필요. 1. public class LottoData { String totSellamnt; String returnValue; String drwNoDate; String firstWinamnt; String firstPrzwnerCo; String firstAccumamnt; String drwtNo1; String drwtNo2; String drwtNo3; String drwtNo4; String drwtNo5; String ..
- Total
- Today
- Yesterday
- text 부분 색 칠하기
- 안드로이드
- insert
- not starting .bash_profile
- 자바
- 데이터베이스
- MongoDB
- https://medium.com/@limgyumin/%EC%BD%94%ED%8B%80%EB%A6%B0-%EC%9D%98-apply-with-let-also-run-%EC%9D%80-%EC%96%B8%EC%A0%9C-%EC%82%AC%EC%9A%A9%ED%95%98%EB%8A%94%EA%B0%80-4a517292df29
- mac android
- react native state
- Android
- ubunut android
- not working adb
- adb 환경변수
- 명령어
- 귀찮아;;
- mongo db
- https://hwan-shell.tistory.com/244
- 구글 맵 경로 그리기
- 차번호 정규식
- ubunut 설치 link
- 함수형 코드
- 클래스형 코드
- React Native
- spannableText
- 차번호 정규표현식
- nosql
- not found adb
- rn
- 구글 맵 선그리기
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |