Emulator - 실제 device 에서 돌아가는 환경과 동일, 컴파일과 apk가 동일
=> AVD
Simulator - 실제 device 에서 돌아가는 환경과 다름, 컴파일과 apk가 다름
=> IOS
=> AVD
Simulator - 실제 device 에서 돌아가는 환경과 다름, 컴파일과 apk가 다름
=> IOS
{ "name": "testApp", "version": "0.0.0", "private": true, "scripts": { "start": "node ./bin/www"
}, "dependencies": { "body-parser": "~1.15.1", "cookie-parser": "~1.4.3", "debug": "~2.2.0", "express": "~4.13.4", "jade": "~1.11.0", "morgan": "~1.7.0", "serve-favicon": "~2.3.0" } }
Intent intent = new Intent(ItemViewActivity.this, ItemListActivity.class); intent.setFlags(Intent.FLAG_ACTIVITY_CLEAR_TOP); startActivity(intent);