출처Ionic Framework 개발 환경 설정 및 설치 [아이오닉 프레임워크] : 네이버 블로그환경설정set ANDROID_SDK_ROOT=C:\Android\sdk-tools-windowsset PATH=%PATH%;C:\Server\node-v18.20.3;%APPDATA%\npm;%ANDROID_SDK_ROOT%\platform-tools;%ANDROID_SDK_ROOT%\emulatorionic 설치D:\project>npm install -g ionic@5.4.16D:\project>ionic -v5.4.16프로젝트 생성D:\project>ionic start myApp tabsPick a framework!Please select the JavaScript framework to use fo..
출처 NDK 10 - Android RebuildsGoogle Developers Korea Blog: Google Developers Korea Blog: 안드로이드 NDK (Native Development Kit) r14 를 소개합니다. Python 설치 bluesanta@Kubuntu:~$ sudo apt install python Android NDK(C/C++) 다운로드, 압축 해제 bluesanta@Kubuntu:~$ wget https://dl.google.com/android/repository/android-ndk-r20b-linux-x86_64.zip bluesanta@Kubuntu:~$ sudo mv android-ndk-r20b-linux-x86_64.zip /opt/ bluesa..
출처 NDK 10 - Android RebuildsGoogle Developers Korea Blog: Google Developers Korea Blog: 안드로이드 NDK (Native Development Kit) r14 를 소개합니다. Python 설치 $ sudo apt install python Android NDK(C/C++) 다운로드, 압축 해제 $ wget https://dl.google.com/android/repository/android-ndk-r16b-linux-x86_64.zip $ sudo mv android-ndk-r16b-linux-x86_64.zip /opt/ $ cd /opt/ $ sudo unzip android-ndk-r16b-linux-x86_64.zip NDK 경..
출처 안드로이드 데이터베이스(DB) 프로그래밍 4. [SQLiteOpenHelper 사용 예제] (Android Database 4) DBManager.java package com.bluexmas.common; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; public class DBManager extends SQLiteOpenHelper { private static String TAG = DBManager.class.getName(); // Database 버전 public static final int DB_VERS..
출처 [Android]단말 부팅 시 App 실행하기(BOOT_COMPLETED) - kanzler의 세상 이야기 Android에서 Service 로 Background 에서 음악 플레이 하기 : Android Developer88 Create services never stop in Android – Razia Sandhu – Medium [Android] 사용자가 강제로 서비스를 종료하더라도 자동으로 서비스를 다시 시작하는 방법은 무엇입니까? Service Alarm | CODE Q&A 해결 된 문제 [한국어] android - clear Recent apps wipe the apps memory and my receiver stopped working - Stack Overflow broadcastr..
출처 : Android 7.0 Nougat OS 이미지 사진 촬영 캡처 및 자르기(1/2) - 허접샴푸로그래밍 Android7.0 이전 에서는 Uri.fromFile 함수로 파일의 URI 정보를 얻을 수 있지만, Android7.0 이후 부터는 보안상 이슈로 아래와 같이 설정하고, FileProvider.getUriForFile 함수를 이용해서 URI 정보를 얻어야 합니다. /xml/provider_paths.xml 생성 AndroidManifest.xml 내용 추가 ... FileProvider.getUriForFile 사용 Uri photoUri = FileProvider.getUriForFile( getApplicationContext(), getApplicationContext().getPacka..
다운로드 http://old-releases.ubuntu.com/releases/oneiric/ NDK 다운로드 http://developer.android.com/tools/sdk/ndk/index.html SSH 서버 설치 http://pirtaja.tistory.com/9$ sudo apt-get install openssh-server $ sudo /etc/init.d/ssh restart jdk 1.6 설치 (Gingerbread and newer) Installing Java6 JDK on Ubuntu 11.10$ sudo add-apt-repository ppa:ferramroberto/java $ sudo apt-get update $ sudo apt-get install sun-java6..
출처 : android.os.NetworkOnMainThreadException 예외가 발생했을 경우 android.os.NetworkOnMainThreadException http://aroundck.tistory.com/1240 사용예 if(android.os.Build.VERSION.SDK_INT > 9) { StrictMode.ThreadPolicy policy = new StrictMode.ThreadPolicy.Builder().permitAll().build(); StrictMode.setThreadPolicy(policy); } String test; try { test = HttpCallUtils.call("aaa", "bbb"); System.out.println("test = " + ..
- Total
- Today
- Yesterday
- 일본여행
- android
- Xcode
- KOBA
- 레이싱모델 익스트림 포토 페스티벌
- flex
- 동경
- Java
- oracle
- Linux
- ubuntu
- Spring
- Delphi Tip
- 튜닝쇼 2008
- ble
- Spring MVC
- JavaScript
- 전예희
- SAS
- 지스타2007
- MySQL
- Delphi
- sas2009
- NDK
- 송주경
- ffmpeg
- 서울오토살롱
- Mac
- BPI-M4
- koba2010
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |