Microsoft PowerPoint - kandroid_for_sec_ _final [호환 모드]

Size: px
Start display at page:

Download "Microsoft PowerPoint - kandroid_for_sec_ _final [호환 모드]"

Transcription

1 Android Technology & Business Strategy 관리자 : 양정수 (yangjeongsoo@gmail.com), 닉네임 : 들풀

2 목 차 시작하며 : 기술, 비즈니스, 그리고전략안드로이드란무엇인가? 모바일플랫폼스택안드로이드가추구하는바는? Open Access 안드로이드담론의질서? SDK & Git(Open Source) 안드로이드주요일정및향후예상로드맵안드로이드 : 애플리케이션을차별하지않음. 안드로이드구동에대한이해안드로이드애플리케이션해부안드로이드 1.5 Cupcake 미리보기예제안드로이드애플리케이션디자인철학및구성요소 - 신속성 / 응답성 / 무결절성 / 구성요소안드로이드애플리케이션프레임워크 - Hardware Services 안드로이드마켓현황안드로이드개발자챌린지 1 평가및교훈질의및응답

3 시작하며 : 기술, 비즈니스, 그리고전략 기술비즈니스전략 우리가안드로이드플랫폼기반의비즈니스전략을구사함에있어서가장주목해야할부분은, 안드로이드에대한정확한이해 ( 이성 )+ 안드로이드출현에따른시장개연성에대한총체적이해 ( 정신 ) 일것이다. 더불어, 해당전략을실행함에있어, 나폴레옹의직관 ( 꾸되이 : coup d'oeil) 이필요할듯함. 이성은언제나명확성과확실성을추구한다고느끼지만, 정신은때때로불확실성에이끌린다고느낀다. - 클라우제비치의전쟁론 1 장 1 편中에서 나폴레옹은전략적목표를정하지도않았고, 확고한계획을가지지도않았음. 다만, 당면한상황에서적용할기회가생기면기회를놓치지않았고, 승리할만한전투가안보이면보일때까지기다렸다고함. - 나폴레옹의직관中에서요약 3

4 안드로이드란무엇인가? 모바일플랫폼스택 4

5 안드로이드가추구하는바는? Open Access The FOUR OPENS of Successful Open Access - The letter of GOOGLE to FCC, July 18, 2007 소비자는지금의무선환경보다더많은경쟁과혁신을경험할가치가있다. 누가궁극적으로이경매에서 Open Open 이기든상관없이, 진정한승리자는인터넷을접속하는 Networks Devices 방법에서이전보다더나은선택을경험할미국의소비자다 구글 CEO, 에릭슈미츠 Open Services Open Applications Open Access! 과연성공할까? 누가이정책에동의하는가? 동의하는집단은왜동의하는가? 5

6 안드로이드담론의질서? SDK & Git(Open Source) 담론이란, 어떤특수한주제를말하고, 생각하고재현하는방식임. 담론의생산을통제하고, 선별하고, 조직화하고나아가재분배하는일련의과정들 을분석함. - 미셸푸코, 1970 년, 콜레주드프랑스취임연설, 담론의질서中에서 Subversion is the devil, use Git. 6

7 안드로이드주요일정및향후예상로드맵 최근 Android 1.5 Cupcake를통해위의로드맵이대부분완성되어가고있으며, 예측컨대, ADCII 는 Cupcake기반의 firmware Update 및 SDK 배포후이루어질것으로예상됨 : 오픈핸드셋얼라이언스 (OHA) 에서안드로이드발표 : 최초의안드로이드 SDK 배포 : 안드로이드개발자챌린지 I 종료 : 안드로이드마켓발표 : T-Mobile G1 발표 : 안드로이드 1.0 SDK Release ease 1 배포 : 안드로이드전체소스공개 /4 분기 Localization : 문자열, 사용자인터페이스, 날짜및숫자표기 Support for multiple APNs SIM application toolkit (STK) Q Key Announcement on Android Developer Challenge II /4 분기 Input method framework (IMF) Input method engines (IME) 7

8 안드로이드 : 애플리케이션을차별하지않음. 왼쪽의안드로이드 Home 화면이의미하는바는, 안드로이드의기본적특징이라할수있는 애플리케이션을차별하지않음 을보여주는예라할수있다. 일반적으로 Firmware의기본애플리케이션에의해고정된 Home과는달리, 안드로이드는애플리케이션을차별하지않기위한구조를내포하고있다. 이개념은명시적으로 Activity를호출하는방식이아닌, Intent를통해특정기능을수행할수있는 Activitiy들을호출하고어떤애플리케이션을사용할것인가를사용자의선택에맡기는방식을도입하고있다. 좌측의개념은 Intent Category 개념을활용해서구현되어있음. 8

9 안드로이드구동에대한이해 Zygote App. Framework System Services Hardware Services Dalvik VM Home Dalvik VM Native Server Audio Flinger Surface Flinger daemons usbd adbd debuggerd rild Service Manager runtime Zygote libc libc libc Init Kernel Binder Driver System Server libc Home libc zygote란애플리케이션을빠르게구동하기위해서미리 fork 되어있는프로세스이다. 이것은시스템에서 exec() 호출을통해특정애플리케이션을실행하고자하기전까지는중립적인상태, 즉특정애플리케이션과합체되지않는상태를유지한다. 9

10 안드로이드애플리케이션해부 안드로이드 app. 즉, apk는아래와같은과정을통해서만들어짐. 이런이유로 apk는 unzip을통해 dex과 resource들로압축해제됨. 안드로이드 Resource 의 drawable 중, 9-patch thimage 개념이다소새로운개념임 10

11 안드로이드 1.5 Cupcake 미리보기예제 아래의화면은, Android 1.5 Cupcake 기반의 Input Method를활용한한글입력기예제임. 중요한것은 IME 까지도애플리케이션레벨에서구현할수있는방향으로 Android 가나아가고있는사실임. 11

12 안드로이드애플리케이션디자인철학및구성요소 안드로이드애플리케이션의디자인철학은, 아래와같이신속성, 응답성, 무결절성을보장하는것을목표로설계되었음. 더불어애플리케이션을구성하는요소는 AndroidMenifest.xml 을포함하여, Activity, View, Intent, Service, Notification, ContentProvider 가있음. 신속성 (Fast) AndroidManifest.xml 안드로이드애플리케이션디자인철학 응답성 (Responsive) 무결절성 (Seamless) Activitie es Views Intents Services Notificatio ons Con ntentprov viders 12

13 안드로이드애플리케이션디자인철학 : 신속성 애플리케이션의신속성을보장하기위해서, 무엇보다중요한것은효율적인코드작성임. 효율적인코드란, 메모리할당을최소화, 코드최소화, 프로그래밍언어적특성을잘반영하는것임. 아래의도표는다른모든것보다안드로이드에서 Activity 를생성하는것이오버헤드가됨을보여주는통계표임. Time 3,000,000 2,500,000 2,000,000 1,500,000 1,000, ,000 Action 13

14 안드로이드애플리케이션디자인철학 : 응답성 안드로이드에서빈번하게볼수있는 ANR(Application Not Responding) 이란메시지는안드로이드디자인철학중하나인, 응답성과관련되어있음. 아래의구조에서보여주듯이 Message Queue 에서사용자입력 Event 를정상적으로처리할수없는상태에안드로이드가도달하면, 안드로이드는 ANR을사용자에게보여줌으로써, 해당 Job을강제로종료할수있는기능을제공함. ANR의발생을최소화하기위해서는 Thread를효율적으로활용할수있어야함. Intent Receiver Thread Looper Local Service Call Activity UI Events Thread Activity Message Queue System Events External Service Calls 14

15 안드로이드애플리케이션디자인철학 : 무결절성 안드로이드에서무결절성개념은사용자들이애플리케이션을부드럽게전환해나갈수있도록해주는것이목적이다. 이를위해서 Notification 같은구조를사용하는것과더불어아래의도식에서있듯이 Task 를중심으로애플리케이션들간의경계를허물어나갈수있는구조를지원하고있는것이하나의큰특징에속한다. Activity Activity Activity Activity Task ContentProvider Service Process APK Package ContentProvider Process Service Process APK Package 15

16 안드로이드애플리케이션구성요소 항목 Android Manifest.xml Activity 설명 모든최상위레벨컴포넌트 ( 특별히, 아래에언급된 activity,service, intent receiver, 그리고 content provider) 를가지고시스템이무엇을하는가를말하는제어파일임. 기본적으로생명주기를가지는오브젝트이다. Activity는어떤작업을하는코드의묶음이다. 만약필요하다면, 그것은사용자에게 UI 를보여주는것을포함하거나하지않음수있음. View Intent 스크린에그리는것을담당하는오브젝트임. 안드로이드사용자인터페이스는 View 의계층구조로구성된다. 필요하다면, 새로운사용자인터페이스위젯을만들기위해, View 를생성하는것도가능함. 어떤것을할의도를표현하는단순한메시지오브젝트이다. 예를들어, 애플리케이션이웹페이지를보이고자한다면, Intent 인스턴스를생성하는것에의해 URI를보기위한 Intent를명시하여시스템에게전달한다. 시스템은해당 Intent를처리할수있는프로그램을실행한다. Intent는또한시스템와이드한 notification과같은이벤트를브로드캐스팅하는데사용될수있음. Service background 로동작하는프로그램임. 서비스는서비스를포함하는프로세스안이나, 또는다른애플리케이션의프로세스의컨텍스트안에서실행될수있다. 다른컴포넌트들은서비스에 "bind" 하고, 원격프로세스호출을통해그위의메쏘드를 invoke한다. Service의하나의예가미디어플래이어다. Notification 상태바에나타나는작은아이콘이다. 사용자는정보를수신하는이아이콘과상호작용할수있음. 일반적인예로서 SMS 메시지, 통화목록, 음성메일등이있지만, 애플리케이션에서별도의 Notification을만드는것도가능함. Content 디바이스상의데이타에대한접근을제공하는하나의데이타저장소임. 전화번호부목록에대한 Provider 접근등에사용되며, 다른애플리케이션에게데이터를 Publishing 하는데사용될수있음. 16

17 AndroidManifest.xml 구성요소 Application properties Activity Permissions Instrumentation Intent and Intent Filters Receiver Service Content Provider 17

18 Activity 1. 생명주기를가지고있는오브젝트 2. 일반적으로사용자와상호작용을 하지만, 없을수도있음. 3. 상태를가지고있음. 4. 영구적인상태를저장할수있음. 5. foreground 또는 background 가될 수있음. 18

19 View 1. 기본적인 UI를구성하는요소 2. UI 를그리는것에대한책임을짐. 3. 이벤트 (Key, trackball, touch) 를처리함. View -- AnalogClock -- ImageView `-- ImageButton -- MapView -- ProgressBar -- SurfaceView `-- VideoView -- TextView -- Button `-- CompoundButton -- CheckBox `-- RedioButton -- Chronometer -- DigitalClock `-- EditText `-- AutoCompleteTextView -- ViewGroup -- AbsoluteLayout `-- WebView -- AdapterView -- AbsListView -- GridView `-- ListView `-- ExpandableListView -- Gallery `-- Spinner -- FrameView -- DatePicker -- ScaleLayout -- ScrollView -- TabHost -- Ticker -- TimePicker `-- ViewAnimator -- ViewFlipper `-- ViewSwitcher -- ImageSwitcher `-- TextSwitcher -- LinearLayout -- RadioGroup -- TabWidget -- TableLayout `-- TableRow `-- RelativeLayout -- DialerFilter -- ListMenuItemView `-- TwoLineListItem `-- ZoomSlider 19

20 Intent, Intent Filter, (Broadcast) Receiver Intent 1. 수행되어야할동작을표현함. 2. Activity들간의매개체임. 3. 요구되는 action과해당 action을수행하기위해 필요한 data를표현함 4. Intent Actions : MAIN, VIEW, PICK, EDIT Intent Filter 1. action 2. type 3. category startactivity(new Intent(Intent.ACTION_VIEW, Uri.parse("geo: , "))); 20

21 Service 1. background 로수행됨. 2. 사용자와의상호작용이없음. 3. AndroidManifest.xml에선언됨. 21

22 Content Providers 1. 데이터의저장및가져오기를할수있는오브젝트 2. 다른애플리케이션에의해접근가능함. 3. 많은 Content Provider 들이안드로이드에의해미 리만들어져있음. (Audio, Video, Contacts) 다양한 Content Provider 가존재함. CalendarProvider ContactsProvider DownloadProvider DrmProvider GoogleContactsProvider GoogleSubscribedFeedsProvider ImProvider MediaProvider TelephonyProvider 22

23 Notifications 1. 상태바에있는아이콘임. 2. LED 를깜빡임. 3. 사운드 4. 진동 23

24 안드로이드애플리케이션프레임워크 안드로이드애플리케이션프레임워크는 Java 기반의 Framework 이며, 대부분이 JNI(Java Native Interface) 통해 native C/C++ 코드로작성되어있음. 더불어, 아래와같이핵심시스템서비스를담당하는프레임워크와주로하드웨어와의인터페이스를담당하는프레임워크로구성됨. Core System services - Activity manager (manages application lifecycle) - Package manager (loads apk files) - Window manager (handles applications window manager interaction with surface flinger) - Resource manager (handles media resources) - Content providers (provides data to application) - View system (provides widgets, views, layouts to applications) Hardware services - Provides low-level access to hardware device - Location manager - Telephony manager - Bluetooth service - WiFi service - USB service - Sensor service 24

25 Hardware Services (Telephony) Applications Phone Application Call Tracker SMS Dispatch Service Tracker Data Tracker Applications Framework Phone /java/android/telephony RIL /java/android/telephony/gsm Native Libraries (user space HAL) Radio Daemon (rild) /commands/rild Vender RIL system/libc/libril-vendor.so Linux Kernel Voice and Control Linux IP Stack Packet Service Packet Driver PPP, for example Baseband Baseband 25

26 Hardware Services (Audio) Applications Recorder App Media Player App Applications Framework Media Recorder /java/android/media Media Player /java/android/media Media Recorder /extlibs/pv/anroid Media Player /lib/media Native Libraries (user space HAL) AudioFlinger /servers/audioflinger AudioHardwareInterface /servers/audioflinger Proprietary Audio Libraries ALSA Linux Kernel /dev/eac Other Audio Drivers /dev/audio ALSA Kernel Driver 26

27 Hardware Services (Camera) Applications Camera Application SurfaceHolder Applications Framework SurfaceView /java/android/view Camera /java/android/media SurfaceHolder JNI MediaRecorder /java/android/media SurfaceHolder JNI Binder IPC (Isurface) Camera /libs/hardware/camera Media Recorder /extlibs/pv/android Native Libraries (user space HAL) SurfaceFlinger /servers/surfaceflingerr Binder IPC (Isurface) Camera Service (ICS) /servers/camera Binder IPC (Icamera) CameraHardwareInterface /servers/camerahardwareinterface.h Proprietary Camera Libraries V4L2 Linux Kernel Proprietary Video Libraries /dev/video V4L2 Kernel Driver 27

28 Hardware Services (Power Management) Applications Application A Application B WI = newwakelock( ); WI.acquire(); WI.release(); Application C Applications Framework PowerManager Android.os.PowerManager Power Android.os.Power PowerManagerService Android.server.PowerManagerService Native Libraries (user space HAL) Core Libraries X JNI Power /lib/hardware/power.c Linux Kernel Linux Drivers Android_register_early_suspend() Android_register_early_resume() Android Power Management /drivers/android/power.c Linux Power Management 28

29 Hardware Services (Bluetooth) Applications Setting APP Phone App Applications Framework GAP SDP Headset/ Handsfree RFCOMM Native Libraries (user space HAL) Framework DBUS BlueZ GPL Linux Kernel BT Power On / Off uart driver Hardware Bluetooth Chipset 29

30 안드로이드마켓현황 OTA 기반의 Android Market Client 다운로드순위게임 / 멀티미디어 / 라이프스타일 안드로이드마켓플레이스개발자등록과정 30

31 안드로이드개발자챌린지 1 평가및교훈 명칭 기능 주변기기및연동 cab4me 택시호출기능 GPS, 휴대폰기지국 Compare Everywhere 상품가격비교 GPS, 카메라, 바코드, 웹 Ecorio 에너지소모량측정 GPS GoCart 상품가격비교 GPS, 카메라, 바코드, 웹,SNS Life360 가족위치. 상태공유 GPS, Accelerometer Locale 위치기반폰설정 GPS PicSay 사진편집. 업로드 GPS, 카메라 Softrace 경주 GPS TuneWiki 음악재생및정보공유 GPS Wertago 유흥정보공유 GPS Judging Criteria ( 심사기준 ) 1. Originality i ( 독창성 ) 2. Effective Use of the Android Platform ( 안드로이드플랫폼의효과적사용 ) 3. Polish and Appeal ( 완성도와매력도 ) 4. Indispensability ( 필수불가결성 ) Android - Apps without borders 명칭 기능 주변기기및연동 BreadCrumbz 사진태킹및공유 GPS, 카메라 Cooking Capsules 요리법공유및재료판매정보 GPS Maverick 멀티미디어메시징 GPS PebbleBox 지역정보공유및커머스 GPS PhoneBook 2.0 통합주소록및정보공유 GPS Piggyback 카풀정보공유 GPS Pocket Journey 지역및여행정보공유 GPS Rayfarla 음악관련엔터테인먼트 Accelerometer ShareYourBoard 화이트보드정보공유 카메라 Teradesk e-storage 원격지가상파일저장 31

32 질의및응답 글로벌모바일마켓의경쟁관계의개연성은어떻게진행될것인가? 구글은안드로이드마켓에뛰어들것인가? 구글의입장에서가장무서운경쟁자는어떤접근법을취하는상대일까? 글로벌경쟁력이중요한지금시대에있어서, 한국시장은작은시장에불가한가? 는무엇을하고자하는가? 32

Special Theme _ 모바일웹과 스마트폰 본 고에서는 모바일웹에서의 단말 API인 W3C DAP (Device API and Policy) 의 표준 개발 현황에 대해서 살펴보고 관 련하여 개발 중인 사례를 통하여 이해를 돕고자 한다. 2. 웹 애플리케이션과 네이

Special Theme _ 모바일웹과 스마트폰 본 고에서는 모바일웹에서의 단말 API인 W3C DAP (Device API and Policy) 의 표준 개발 현황에 대해서 살펴보고 관 련하여 개발 중인 사례를 통하여 이해를 돕고자 한다. 2. 웹 애플리케이션과 네이 모바일웹 플랫폼과 Device API 표준 이강찬 TTA 유비쿼터스 웹 응용 실무반(WG6052)의장, ETRI 선임연구원 1. 머리말 현재 소개되어 이용되는 모바일 플랫폼은 아이폰, 윈 도 모바일, 안드로이드, 심비안, 모조, 리모, 팜 WebOS, 바다 등이 있으며, 플랫폼별로 버전을 고려하면 그 수 를 열거하기 힘들 정도로 다양하게 이용되고 있다. 이

More information

THE TITLE

THE TITLE Android System & Launcher Team 8 목차 Android 1) Android Feature 2) Android Architecture 3) Android 개발방법 4) Android Booting Process Dalvik 1) Dalvik VM 2) Dalvik VM Instance Application 1) Application Package

More information

Microsoft PowerPoint App Fundamentals[Part1](1.0h).pptx

Microsoft PowerPoint App Fundamentals[Part1](1.0h).pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 애플리케이션기초 애플리케이션컴포넌트 액티비티와태스크 Part 1 프로세스와쓰레드 컴포넌트생명주기 Part 2 2 Library Java (classes) aapk.apk (android package) identifiers Resource & Configuration aapk: android

More information

Microsoft PowerPoint App Fundamentals[Part1].pptx

Microsoft PowerPoint App Fundamentals[Part1].pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 2 HangulKeyboard.apkapk 파일을다운로드 안드로이드 SDK 의 tools 경로아래에복사한후, 도스상에서다음과같이 adb 명령어수행 adb install HangulKeyboard.apk 이클립스에서에뮬레이터를구동 에뮬레이터메인화면에서다음과같이이동 메뉴버튼 설정 언어및키보드

More information

Microsoft PowerPoint - 4주차_Android_UI구현.ppt [호환 모드]

Microsoft PowerPoint - 4주차_Android_UI구현.ppt [호환 모드] Android UI 구현 학습목표 교육목표 Android application 구성요소 Activity Layout UI 설계 Linear Layout 구현 Android application 구성요소 (1) () Application 구성요소 AndroidManifest.xml Android application 구성요소 (2) 구성요소 기능 Activity

More information

Microsoft PowerPoint - Mobile SW Platform And Service Talk pptx

Microsoft PowerPoint - Mobile SW Platform And Service Talk pptx Mobile S/W Platform 및 Service 동향 서상범상무, Ph. D. System SW Lab. SW Platform Team SW Center Samsung Electronics 2011. 12.27 Contents 1. Smartphone Market 2. Mobile S/W Platform 3. Mobile Service 4. Conclusion

More information

모바일 안드로이드 아키텍처

모바일 안드로이드 아키텍처 2017( 제 10 회 ) 한국소프트웨어아키텍트대회 2017. 7. 20. 티온소프트김수현 shkim.hi@gmail.com 목차 1 Android OS Layer Architecture 2 Android Technical Architecture 3 Android Multimedia Architecture 2 Android OS Layer Architecture

More information

HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API

HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API WAC 2.0 & Hybrid Web App 권정혁 ( @xguru ) 1 HTML5* Web Development to the next level HTML5 ~= HTML + CSS + JS API Mobile Web App needs Device APIs Camera Filesystem Acclerometer Web Browser Contacts Messaging

More information

Microsoft PowerPoint Android-구조.애플리케이션 기초(1.0h).pptx

Microsoft PowerPoint Android-구조.애플리케이션 기초(1.0h).pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 안드로이드정의및아키텍처 안드로이드커널접근 애플리케이션기초및컴포넌트 2 안드로이드는운영체제 (operating system), 미들웨어 (middleware), 핵심애플리케이션들 (key applications) 을포함하고있는모바일디바이스를위한소프트웨어스택 (software stack)

More information

LG-LU6200_ICS_UG_V1.0_ indd

LG-LU6200_ICS_UG_V1.0_ indd 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67

More information

서현수

서현수 Introduction to TIZEN SDK UI Builder S-Core 서현수 2015.10.28 CONTENTS TIZEN APP 이란? TIZEN SDK UI Builder 소개 TIZEN APP 개발방법 UI Builder 기능 UI Builder 사용방법 실전, TIZEN APP 개발시작하기 마침 TIZEN APP? TIZEN APP 이란? Mobile,

More information

슬라이드 1

슬라이드 1 2009 년앆드로이드플랫폼젂망과대응젂략 www.kandroid.org 관리자 : 양정수 (yangjeongsoo@gmail.com), 닉네임 : 들풀 목 차 앆드로이드주요읷정앆드로이드플랫폼구조앆드로이드 SDK 최초의앆드로이드폰, T-Mobile G1 앆드로이드마켓앆드로이드오픈소스 2009 앆드로이드젂망 ( 글로벌 / 국내 ) 앆드로이드플랫폼대응젂략 앆드로이드주요읷정

More information

F120S_(Rev1.0)_1130.indd

F120S_(Rev1.0)_1130.indd 01 02 03 04 05 06 07 08 09 10 11 12 기본 구성품 구입 시 박스 안에 들어있는 구성품입니다. 구성품을 확인하세요. 누락된 구성품이 있을 경우, 또는 추가로 기본 구성품 구입을 원할 경우, LG전자 상담실 (T.1544-7777)로 문의하세요. 실제 제품과 그림이 다를 수 있으며 사정에 따라 일부 품목이 사전 통보 없이 변경될 수 있습니다.

More information

Microsoft PowerPoint UI-Event.Notification(1.5h).pptx

Microsoft PowerPoint UI-Event.Notification(1.5h).pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 UI 이벤트 Event listener Touch mode Focus handling Notification Basic toast notification Customized toast notification Status bar notification 2 사용자가인터랙션하는특정 View

More information

¨ìÃÊÁ¡2

¨ìÃÊÁ¡2 2 Worldwide Converged Mobile Device Shipment Share by Operating System, 2005 and 2010 Paim OS (3.6%) BiackBerry OS (7.5%) 2005 Other (0.3%) Linux (21.8%) Symbian OS (60.7%) Windows Mobile (6.1%) Total=56.52M

More information

1부

1부 PART 1 2 PART 01 _ SECTION 01 API NOTE SECTION 02 3 SECTION 02 GPL Apache2 NOTE 4 PART 01 _ SECTION 03 (Proyo) 2 2 2 1 2 2 : 2 2 Dalvik JIT(Just In Time) CPU 2~5 2~3 : (Adobe Flash) (Air) : SD : : : SECTION

More information

LU8300_(Rev1.0)_1020.indd

LU8300_(Rev1.0)_1020.indd LG-LU8300 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 34 35 36 37 38 39 40 41 42 43 44 45 47 48 49 50 51 52 53 54 55 56 57 58 59 60 62 63 64 65 66

More information

슬라이드 1

슬라이드 1 숙명여자대학교멀티미디어과학과윤용익 Android Programming 1 장. 스마트폰에대한소개 학습목표 교육목표스마트폰 AppStore Mobile Business 스마트폰 (1/12) 스마트폰 -정의 PDA 등에서제공되던개인정보관리기능과, 휴대전화의휴대전화기능을결합한휴대용기기 - 운영체제 심비안, 팜 OS, 임베디드리눅스, 윈도모바일, 윈도임베디드 CE

More information

안드로이드 서비스

안드로이드 서비스 Android Service Team 4 20100031 강혜주 20100220 김소라 20100357 김진용 Contents Android Service 01 안드로이드서비스 02 사용이유 03 안드로이드서비스예 04 안드로이드서비스분류 Application Service 05 애플리케이션서비스 06 두가지방법 07 서비스생명주기 08 애플리케이션서비스분류

More information

( )부록

( )부록 A ppendix 1 2010 5 21 SDK 2.2. 2.1 SDK. DevGuide SDK. 2.2 Frozen Yoghurt Froyo. Donut, Cupcake, Eclair 1. Froyo (Ginger Bread) 2010. Froyo Eclair 0.1.. 2.2. UI,... 2.2. PC 850 CPU Froyo......... 2. 2.1.

More information

이제는 쓸모없는 질문들 1. 스마트폰 열기가 과연 계속될까? 2. 언제 스마트폰이 일반 휴대폰을 앞지를까? (2010년 10%, 2012년 33% 예상) 3. 삼성의 스마트폰 OS 바다는 과연 성공할 수 있을까? 지금부터 기업들이 관심 가져야 할 질문들 1. 스마트폰은

이제는 쓸모없는 질문들 1. 스마트폰 열기가 과연 계속될까? 2. 언제 스마트폰이 일반 휴대폰을 앞지를까? (2010년 10%, 2012년 33% 예상) 3. 삼성의 스마트폰 OS 바다는 과연 성공할 수 있을까? 지금부터 기업들이 관심 가져야 할 질문들 1. 스마트폰은 Enterprise Mobility 경영혁신 스마트폰, 웹2.0 그리고 소셜라이프의 전략적 활용에 대하여 Enterpise2.0 Blog : www.kslee.info 1 이경상 모바일생산성추진단 단장/경영공학박사 이제는 쓸모없는 질문들 1. 스마트폰 열기가 과연 계속될까? 2. 언제 스마트폰이 일반 휴대폰을 앞지를까? (2010년 10%, 2012년 33%

More information

android_training_course_for_app_developer_by_kandroid.xls

android_training_course_for_app_developer_by_kandroid.xls Android Training Course : App. Developer (제1기 수강생 모집) - 주최 : www.kandroid.org - 교육 프로그램 개요 일시 장소 수용인원 준비물 H/W 준비물 S/W 강사 대상 수강료 연락처 2009년 4월 20일(월) ~ 4월 24일(금), 오전 9시 ~ 오후 4시 JSCampus (역삼역 1번 출구 신웅타워 15층)

More information

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770>

<C0CCBCBCBFB52DC1A4B4EBBFF82DBCAEBBE7B3EDB9AE2D313939392D382E687770> i ii iii iv v vi 1 2 3 4 가상대학 시스템의 국내외 현황 조사 가상대학 플랫폼 개발 이상적인 가상대학시스템의 미래상 제안 5 웹-기반 가상대학 시스템 전통적인 교수 방법 시간/공간 제약을 극복한 학습동기 부여 교수의 일방적인 내용전달 교수와 학생간의 상호작용 동료 학생들 간의 상호작용 가상대학 운영 공지사항,강의록 자료실, 메모 질의응답,

More information

(Microsoft PowerPoint - AndroG3\306\367\306\303\(ICB\).pptx)

(Microsoft PowerPoint - AndroG3\306\367\306\303\(ICB\).pptx) w w w. g b t e c. c o. k r 6 안드로이드 App 적용하기 115 1. 안드로이드개요 모바일 OS 의종류 - 스마트폰 : 스마트폰운영체제탑재 애플의 IOS(iPhone OS) - 아이폰, 아이패드, 아이팟터치 구글의안드로이드 - Nexus, 갤럭시 A, S, 모토로이, 시리우스,... MS 의윈도우모바일 ( 윈도우폰 7) - 옴니아 2,

More information

Windows Live Hotmail Custom Domains Korea

Windows Live Hotmail Custom Domains Korea 매쉬업코리아2008 컨퍼런스 Microsoft Windows Live Service Open API 한국 마이크로소프트 개발자 플랫폼 사업 본부 / 차세대 웹 팀 김대우 (http://www.uxkorea.net 준서아빠 블로그) Agenda Microsoft의 매쉬업코리아2008 특전 Windows Live Service 소개 Windows Live Service

More information

PCServerMgmt7

PCServerMgmt7 Web Windows NT/2000 Server DP&NM Lab 1 Contents 2 Windows NT Service Provider Management Application Web UI 3 . PC,, Client/Server Network 4 (1),,, PC Mainframe PC Backbone Server TCP/IP DCS PLC Network

More information

Business Agility () Dynamic ebusiness, RTE (Real-Time Enterprise) IT Web Services c c WE-SDS (Web Services Enabled SDS) SDS SDS Service-riented Architecture Web Services ( ) ( ) ( ) / c IT / Service- Service-

More information

PowerPoint 프레젠테이션

PowerPoint 프레젠테이션 1 Tizen 실습예제 : Remote Key Framework 시스템소프트웨어특론 (2014 년 2 학기 ) Sungkyunkwan University Contents 2 Motivation and Concept Requirements Design Implementation Virtual Input Device Driver 제작 Tizen Service 개발절차

More information

Contents v 학습목표 뷰와레이아웃에대해이해하고, 레이아웃을활용, 관리하는여러가지기법들에대하여알아본다. v 내용 뷰 (View) 리니어레이아웃 (Linear Layout)

Contents v 학습목표 뷰와레이아웃에대해이해하고, 레이아웃을활용, 관리하는여러가지기법들에대하여알아본다. v 내용 뷰 (View) 리니어레이아웃 (Linear Layout) 레이아웃 (Layout) 안드로이드프로그래밍정복 (Android Programming Complete Guide) Contents v 학습목표 뷰와레이아웃에대해이해하고, 레이아웃을활용, 관리하는여러가지기법들에대하여알아본다. v 내용 뷰 (View) 리니어레이아웃 (Linear Layout) v 뷰의계층 안드로이드응용프로그램의화면을구성하는주요단위인액티비티는화면에직접적으로보이지않으며,

More information

고객 카드 1588-7278

고객 카드 1588-7278 고객 카드 1588-7278 i 안전을 위한 경고사항 안전을 위한 주의사항 i 헤드유닛 DISP RADIO MEDIA PHONE SEEK TRACK 헤드유닛 FOLDER MUTE SCAN SETUP 스티어링 휠 리모트 컨트롤 + - MODE 기본모드 화면 Radio 모드 변경 RADIO 라디오 주파수 검색하기 SEEK TRACK 라디오 모드 사용하기 저장방송

More information

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론

이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 이도경, 최덕재 Dokyeong Lee, Deokjai Choi 1. 서론 2. 관련연구 2.1 MQTT 프로토콜 Fig. 1. Topic-based Publish/Subscribe Communication Model. Table 1. Delivery and Guarantee by MQTT QoS Level 2.1 MQTT-SN 프로토콜 Fig. 2. MQTT-SN

More information

Install stm32cubemx and st-link utility

Install stm32cubemx and st-link utility STM32CubeMX and ST-LINK Utility for STM32 Development 본문서는 ST Microelectronics 의 ARM Cortex-M 시리즈 Microcontroller 개발을위해제공되는 STM32CubeMX 와 STM32 ST-LINK Utility 프로그램의설치과정을설명합니다. 본문서는 Microsoft Windows 7

More information

Microsoft PowerPoint - 11주차_Android_GoogleMap.ppt [호환 모드]

Microsoft PowerPoint - 11주차_Android_GoogleMap.ppt [호환 모드] Google Map View 구현 학습목표 교육목표 Google Map View 구현 Google Map 지원 Emulator 생성 Google Map API Key 위도 / 경도구하기 위도 / 경도에따른 Google Map View 구현 Zoom Controller 구현 Google Map View (1) () Google g Map View 기능 Google

More information

I What is Syrup Store? 1. Syrup Store 2. Syrup Store Component 3.

I What is Syrup Store? 1. Syrup Store 2. Syrup Store Component 3. Deep-Dive into Syrup Store Syrup Store I What is Syrup Store? Open API Syrup Order II Syrup Store Component III Open API I What is Syrup Store? 1. Syrup Store 2. Syrup Store Component 3. 가맹점이 특정 고객을 Targeting하여

More information

SK IoT IoT SK IoT onem2m OIC IoT onem2m LG IoT SK IoT KAIST NCSoft Yo Studio tidev kr 5 SK IoT DMB SK IoT A M LG SDS 6 OS API 7 ios API API BaaS Backend as a Service IoT IoT ThingPlug SK IoT SK M2M M2M

More information

J2EE & Web Services iSeminar

J2EE & Web Services iSeminar 9iAS :, 2002 8 21 OC4J Oracle J2EE (ECperf) JDeveloper : OLTP : Oracle : SMS (Short Message Service) Collaboration Suite Platform Email Developer Suite Portal Java BI XML Forms Reports Collaboration Suite

More information

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA.

, N-. N- DLNA(Digital Living Network Alliance).,. DLNA DLNA. DLNA,, UPnP, IPv4, HTTP DLNA. DLNA, DLNA [1]. DLNA DLNA DLNA., [2]. DLNA UPnP. DLNA DLNA. http://dx.doi.org/10.5909/jeb.2012.17.1.37 DLNA a), a), a) Effective Utilization of DLNA Functions in Home Media Devices Ki Cheol Kang a), Se Young Kim a), and Dae Jin Kim a) DLNA(Digital Living Network

More information

1. 회사소개 및 연혁 - 회사소개 회사소개 회사연혁 대표이사: 한종열 관계사 설립일 : 03. 11. 05 자본금 : 11.5억원 인 원 : 18명 에스오넷 미도리야전기코리 아 미도리야전기(일본) 2008 2007 Cisco Premier Partner 취득 Cisco Physical Security ATP 취득(진행) 서울시 강남구 도심방범CCTV관제센터

More information

Microsoft PowerPoint UI-Layout.Menu.pptx

Microsoft PowerPoint UI-Layout.Menu.pptx To be an Android Expert 문양세강원대학교 IT 대학컴퓨터학부 User Interface 개요 Declaring Layout Creating Menus 2 View: user interface 의기본단위 사각형 (rectangle) 영역을차지하며, 그리기및이벤트처리의기본단위이다. Widget 을생성하기위한기본클래스이다. 예 : 버튼, 텍스트창,

More information

AGENDA 01 02 03 모바일 산업의 환경변화 모바일 클라우드 서비스의 등장 모바일 클라우드 서비스 융합사례

AGENDA 01 02 03 모바일 산업의 환경변화 모바일 클라우드 서비스의 등장 모바일 클라우드 서비스 융합사례 모바일 클라우드 서비스 융합사례와 시장 전망 및 신 사업전략 2011. 10 AGENDA 01 02 03 모바일 산업의 환경변화 모바일 클라우드 서비스의 등장 모바일 클라우드 서비스 융합사례 AGENDA 01. 모바일 산업의 환경 변화 가치 사슬의 분화/결합 모바일 업계에서도 PC 산업과 유사한 모듈화/분업화 진행 PC 산업 IBM à WinTel 시대 à

More information

untitled

untitled 3 IBM WebSphere User Conference ESB (e-mail : ljm@kr.ibm.com) Infrastructure Solution, IGS 2005. 9.13 ESB 를통한어플리케이션통합구축 2 IT 40%. IT,,.,, (Real Time Enterprise), End to End Access Processes bounded by

More information

歯이시홍).PDF

歯이시홍).PDF cwseo@netsgo.com Si-Hong Lee duckling@sktelecom.com SK Telecom Platform - 1 - 1. Digital AMPS CDMA (IS-95 A/B) CDMA (cdma2000-1x) IMT-2000 (IS-95 C) ( ) ( ) ( ) ( ) - 2 - 2. QoS Market QoS Coverage C/D

More information

슬라이드 1

슬라이드 1 웹 2.0 분석보고서 Year 2006. Month 05. Day 20 Contents 1 Chapter 웹 2.0 이란무엇인가? 웹 2.0 의시작 / 웹 1.0 에서웹 2.0 으로 / 웹 2.0 의속성 / 웹 2.0 의영향 Chapter Chapter 2 3 웹 2.0 을가능케하는요소 AJAX / Tagging, Folksonomy / RSS / Ontology,

More information

보안공학연구회

보안공학연구회 보안공학연구논문지 (Journal of Security Engineering), 제 9권 제 4호 2012년 8월 모바일 운영체제 동향 분석 배유미 1), 정성재 2), 소우영 3) Trend analysis of Mobile Operating Systems Yu-Mi Bae 1), Sung-Jae Jung 2), Wooyoung Soh 3) 요 약 최근 모바일

More information

[Brochure] KOR_TunA

[Brochure] KOR_TunA LG CNS LG CNS APM (TunA) LG CNS APM (TunA) 어플리케이션의 성능 개선을 위한 직관적이고 심플한 APM 솔루션 APM 이란? Application Performance Management 란? 사용자 관점 그리고 비즈니스 관점에서 실제 서비스되고 있는 어플리케이션의 성능 관리 체계입니다. 이를 위해서는 신속한 장애 지점 파악 /

More information

Gartner Day

Gartner Day 1 OracleAS 10g Wireless 2 Universal Access Many Servers PC Wireless Browsing Telephony 802.11b Voice 2 way Ask Consolidated Backend Offline Synchronization IM/Chat Browser Messaging 3 Universal Access

More information

OMA Bcast Service Guide ATSC 3.0 (S33-2) T-UHDTV 송수신정합 Part.1 Mobile Broadcast (Open Mobile Alliance) 기반 Data Model ATSC 3.0 을위한확장 - icon, Channel No.

OMA Bcast Service Guide ATSC 3.0 (S33-2) T-UHDTV 송수신정합 Part.1 Mobile Broadcast (Open Mobile Alliance) 기반 Data Model ATSC 3.0 을위한확장 - icon, Channel No. Special Report_Special Theme UHDTV 지상파 UHD ESG 및 IBB 표준기술 이동관 MBC 기술연구소차장 2.1 개요 2.2 표준구성 TTA Journal Vol.167 l 63 OMA Bcast Service Guide ATSC 3.0 (S33-2) T-UHDTV 송수신정합 Part.1 Mobile Broadcast (Open Mobile

More information

AV PDA Broadcastin g Centers Audio /PC Personal Mobile Interactive (, PDA,, DMB ),, ( 150km/h ) (PPV,, ) Personal Mobile Interactive Multimedia Broadcasting Services 6 MHz TV Channel Block A Block

More information

AGC9147W(A150)Kor¬˘ M«

AGC9147W(A150)Kor¬˘ M« User Manual MEDIA SET DWSY1003 (AGC-9147BA/WA) English 1 2 RPT 3 INT 4 RDM 5 D- 6 D+ VOL MP3[WMA] CD Player with USB Host AM/FM Radio with Bluetooth Hands-free DWSY1003 (AGC-9147BA/WA) MEDIA SET User

More information

歯김한석.PDF

歯김한석.PDF HSN 2001 Workshop Session IX Service Providers and Business Model Future Business Models for Telecom Industry 1. Internet Economy 2. E-business 3. Internet Economy 4.? 1 1. Internet Economy 1.1 Internet

More information

Microsoft PowerPoint - 13-em14-안드로이드.ppt [호환 모드]

Microsoft PowerPoint - 13-em14-안드로이드.ppt [호환 모드] 임베디드리눅스의사용자공간과안드로이드 BusyBox 웹서버 GUI Android 연세대학교컴퓨터정보통신공학부윤상균 연세대학교컴퓨터정보통신 1 연세대학교컴퓨터정보통신 2 Kernel Space vs. User Space User Space 응용프로그램을위한 POSIX 환경 주요컴포넌트 Program init, shell Libraries libc Configuration

More information

슬라이드 1

슬라이드 1 [ CRM Fair 2004 ] CRM 1. CRM Trend 2. Customer Single View 3. Marketing Automation 4. ROI Management 5. Conclusion 1. CRM Trend 1. CRM Trend Operational CRM Analytical CRM Sales Mgt. &Prcs. Legacy System

More information

, DVR. DVR. > > > " ". DVR.. ("wisenetlife.com" )? _

, DVR. DVR. > > >  . DVR.. (wisenetlife.com )? _ SUPER HD 영상보안시스템 간편설명서 , DVR. DVR. > > > " ". DVR.. ("wisenetlife.com" )? 1588-5772 http://www.wisenetlife.com 2_ RISK OF ELECTRI SHOCK DO NOT OPEN CAUTION : TO REDUCE THE RISK OF ELECTRICAL SHOCK DO NOT

More information

User Guide

User Guide HP Pocket Playlist 사용 설명서 부품 번호: 699916-AD2 제 2 판: 2013 년 1 월, 초판: 2012 년 12 월 Copyright 2012, 2013 Hewlett-Packard Development Company, L.P. Microsoft, Windows 및 Windows Vista 는 Microsoft Corporation

More information

안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을

안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을 Digital Video Recorder 간편설명서 XD3316 안전을 위한 주의사항 제품을 올바르게 사용하여 위험이나 재산상의 피해를 미리 막기 위한 내용이므로 반드시 지켜 주시기 바랍니다. 2 경고 설치 관련 지시사항을 위반했을 때 심각한 상해가 발생하거나 사망에 이를 가능성이 있는 경우 설치하기 전에 반드시 본 기기의 전원을 차단하고, 전원 플러그를 동시에

More information

6주차.key

6주차.key 6, Process concept A program in execution Program code PCB (process control block) Program counter, registers, etc. Stack Heap Data section => global variable Process in memory Process state New Running

More information

<4D F736F F D20284B B8F0B9D9C0CF20BED6C7C3B8AEC4C9C0CCBCC720C4DCC5D9C3F720C1A2B1D9BCBA2020C1F6C4A720322E302E646F6378>

<4D F736F F D20284B B8F0B9D9C0CF20BED6C7C3B8AEC4C9C0CCBCC720C4DCC5D9C3F720C1A2B1D9BCBA2020C1F6C4A720322E302E646F6378> KSKSKSKS KSKSKSK KSKSKS KSKSK KSKS KSK KS X 3253 KS 2.0 KS X 3253 2016 2016 10 20 3 ... ii... iii 1... 1 2... 1 3... 1 3.1... 1 3.2... 3 4... 3 5... 4 6... 5 7... 7 8... 7 9... 8 A ( )... 9 A.1... 9 A.2...

More information

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper

Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs, including any oper Windows Netra Blade X3-2B( Sun Netra X6270 M3 Blade) : E37790 01 2012 9 Copyright 2012, Oracle and/or its affiliates. All rights reserved.,.,,,,,,,,,,,,.,...,. U.S. GOVERNMENT END USERS. Oracle programs,

More information

Microsoft PowerPoint - XP Style

Microsoft PowerPoint - XP Style Business Strategy for the Internet! David & Danny s Column 유무선 통합 포탈은 없다 David Kim, Danny Park 2002-02-28 It allows users to access personalized contents and customized digital services through different

More information

Voice Portal using Oracle 9i AS Wireless

Voice Portal using Oracle 9i AS Wireless Voice Portal Platform using Oracle9iAS Wireless 20020829 Oracle Technology Day 1 Contents Introduction Voice Portal Voice Web Voice XML Voice Portal Platform using Oracle9iAS Wireless Voice Portal Video

More information

9 차시고급위젯다루기 1 학습목표 날짜 / 시간과관련된위젯을배운다. 웹뷰를사용하여간단한웹브라우저기능을구현한다. 매니패스트파일의설정법을배운다. 2 확인해볼까? 3 날짜 / 시간위젯 1) 활동하기 활동개요

9 차시고급위젯다루기 1 학습목표 날짜 / 시간과관련된위젯을배운다. 웹뷰를사용하여간단한웹브라우저기능을구현한다. 매니패스트파일의설정법을배운다. 2 확인해볼까? 3 날짜 / 시간위젯 1) 활동하기 활동개요 9 차시고급위젯다루기 1 학습목표 날짜 / 시간과관련된위젯을배운다. 웹뷰를사용하여간단한웹브라우저기능을구현한다. 매니패스트파일의설정법을배운다. 2 확인해볼까? 3 날짜 / 시간위젯 1) 활동하기 활동개요 [ 그림 9-1] 시간예약앱 활동과정 - 2 - [ 그림 9-2] 안드로이드 SDK Manager [ 예제 9-1]main.xml 1

More information

참고: 본 제품 및 설명서를 사용하기 전에 다음을 반드시 읽어보십시오. 안전 수칙 및 보증 설명서 Regulatory Notice 중요 안전 수칙 및 취급 정보 iii페이지 부록 C 주의사항 97페이지 안전 수칙 및 보증 설명서와 Regulatory Notice가 웹

참고: 본 제품 및 설명서를 사용하기 전에 다음을 반드시 읽어보십시오. 안전 수칙 및 보증 설명서 Regulatory Notice 중요 안전 수칙 및 취급 정보 iii페이지 부록 C 주의사항 97페이지 안전 수칙 및 보증 설명서와 Regulatory Notice가 웹 사용 설명서 ThinkPad Tablet 참고: 본 제품 및 설명서를 사용하기 전에 다음을 반드시 읽어보십시오. 안전 수칙 및 보증 설명서 Regulatory Notice 중요 안전 수칙 및 취급 정보 iii페이지 부록 C 주의사항 97페이지 안전 수칙 및 보증 설명서와 Regulatory Notice가 웹 사이트에 업로드되었습니다. 이러한 문서를 참조 하려면

More information

클라우드컴퓨팅확산에따른국내경제시사점 클라우드컴퓨팅확산에따른국내경제시사점 * 1) IT,,,, Salesforce.com SaaS (, ), PaaS ( ), IaaS (, IT ), IT, SW ICT, ICT IT ICT,, ICT, *, (TEL)

클라우드컴퓨팅확산에따른국내경제시사점 클라우드컴퓨팅확산에따른국내경제시사점 * 1) IT,,,, Salesforce.com SaaS (, ), PaaS ( ), IaaS (, IT ), IT, SW ICT, ICT IT ICT,, ICT, *, (TEL) 클라우드컴퓨팅확산에따른국내경제시사점 클라우드컴퓨팅확산에따른국내경제시사점 * 1) IT,,,, Salesforce.com SaaS (, ), PaaS ( ), IaaS (, IT ), IT, SW ICT, ICT IT ICT,, ICT, *, (TEL) 02-570-4352 (e-mail) jjoon75@kisdi.re.kr 1 The Monthly Focus.

More information

TTA Journal No.157_서체변경.indd

TTA Journal No.157_서체변경.indd 표준 시험인증 기술 동향 FIDO(Fast IDentity Online) 생체 인증 기술 표준화 동향 이동기 TTA 모바일응용서비스 프로젝트그룹(PG910) 의장 SK텔레콤 NIC 담당 매니저 76 l 2015 01/02 PASSWORDLESS EXPERIENCE (UAF standards) ONLINE AUTH REQUEST LOCAL DEVICE AUTH

More information

슬라이드 1

슬라이드 1 4. Mobile Service Technology Mobile Computing Lecture 2012. 10. 5 안병익 (biahn99@gmail.com) 강의블로그 : Mobilecom.tistory.com 2 Mobile Service in Korea 3 Mobile Service Mobility 4 Mobile Service in Korea 5 Mobile

More information

歯I-3_무선통신기반차세대망-조동호.PDF

歯I-3_무선통신기반차세대망-조동호.PDF KAIST 00-03-03 / #1 1. NGN 2. NGN 3. NGN 4. 5. 00-03-03 / #2 1. NGN 00-03-03 / #3 1.1 NGN, packet,, IP 00-03-03 / #4 Now: separate networks for separate services Low transmission delay Consistent availability

More information

Service-Oriented Architecture Copyright Tmax Soft 2005

Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Service-Oriented Architecture Copyright Tmax Soft 2005 Monolithic Architecture Reusable Services New Service Service Consumer Wrapped Service Composite

More information

슬라이드 1

슬라이드 1 Android Mobile Application Development Part 1 Agenda Part 1 About Android Build Develop Environment Create new Project Composition of Project Simulate Application Part 2 User Interface Activity Toast Preference

More information

슬라이드 1

슬라이드 1 삼성전자 VD 사업부유영욱선임 목차 Samsung Smart TV Smart TV App Samsung Smart TV SDK Hello TV App 만들기 Key Event 처리 Q & A Samsung Smart TV Samsung Smart TV History InfoLive (2007) Power InfoLink (2008) Internet@TV (2009)

More information

PowerPoint Presentation

PowerPoint Presentation Samsung Gear S Application Development SeogHyun Kang Software R&D Center Samsung Electronics Self Introduction 강석현 Engineer, SW Platform Team Software R&D Center Samsung Electronics 주요업무 Tizen Web Application

More information

Mstage.PDF

Mstage.PDF Wap Push June, 2001 Contents About Mstage What is the Wap Push? SMS vs. Push Wap push Operation Wap push Architecture Wap push Wap push Wap push Example Company Outline : (Mstage co., Ltd.) : : 1999.5

More information

歯목차45호.PDF

歯목차45호.PDF CRM CRM (CRM : Customer Relationship Management ). CRM,,.,,.. IMF.,.,. (CRM: Customer Relationship Management, CRM )., CRM,.,., 57 45 (2001 )., CRM...,, CRM, CRM.. CRM 1., CRM,. CRM,.,.,. (Volume),,,,,,,,,,

More information

Mobile Service > IAP > Android SDK [ ] IAP SDK TOAST SDK. IAP SDK. Android Studio IDE Android SDK Version (API Level 10). Name Reference V

Mobile Service > IAP > Android SDK [ ] IAP SDK TOAST SDK. IAP SDK. Android Studio IDE Android SDK Version (API Level 10). Name Reference V Mobile Service > IAP > Android SDK IAP SDK TOAST SDK. IAP SDK. Android Studio IDE 2.3.3 Android SDK Version 2.3.3 (API Level 10). Name Reference Version License okhttp http://square.github.io/okhttp/ 1.5.4

More information

jy-i3000.indd

jy-i3000.indd 안드로이드 내비게이션 사용설명서 안전을 위하여 주의사항을 반드시 읽고 준수하여 주십시오. / 고객센터 8-80 / 제조원 제이와이커스텀(주) CONTENT 0 0 0 04 05 06 제품 구성 각 부의 명칭 제품 연결 방법 사용 방법 제품 규격 품질 보증서 구성품 05 각 부의 명칭 06 TRIP 연결하기 09 AVN 연결하기 09 MAIN LAUNCHER/메인화면

More information

1. PVR Overview PVR (Personal Video Recorder), CPU, OS, ( 320 GB) 100 TV,,, Source: MindBranch , /, (Ad skip) Setop BoxDVD Combo

1. PVR Overview PVR (Personal Video Recorder), CPU, OS, ( 320 GB) 100 TV,,, Source: MindBranch , /, (Ad skip) Setop BoxDVD Combo PVR 1. PVR Overview 2. PVR 3. PVR 4. PVR 2005 10 MindBranch Asia Pacific Co. Ltd 1. PVR Overview 1.1. 1.1.1. PVR (Personal Video Recorder), CPU, OS, ( 320 GB) 100 TV,,, Source: MindBranch 1.1.2., /, (Ad

More information

K-ICT 클라우드 서비스 적용 시범사업 -창원국가산업단지 입주기업대상- Partner for New Possibilities 모든 사람과 기업들이 꿈을 실현하고 더 나은 세상을 위한 새로운 가능성을 만들어 갈 때 SK텔레콤이 항상 그들과 함께하는 동반자가 되겠다는 의미입니다. 가능성의 릴레이 사람에서 기술로, 다시 사람으로 가능성의 릴레이는 고객의 삶 속에서

More information

Intro to Servlet, EJB, JSP, WS

Intro to Servlet, EJB, JSP, WS ! Introduction to J2EE (2) - EJB, Web Services J2EE iseminar.. 1544-3355 ( ) iseminar Chat. 1 Who Are We? Business Solutions Consultant Oracle Application Server 10g Business Solutions Consultant Oracle10g

More information

, DVR. DVR. > > > " ". DVR.. ("wisenetlife.com" )? _

, DVR. DVR. > > >  . DVR.. (wisenetlife.com )? _ FULL HD 영상보안시스템 간편설명서 , DVR. DVR. > > > " ". DVR.. ("wisenetlife.com" )? 1588-5772 http://www.wisenetlife.com 2_ RISK OF ELECTRI SHOCK DO NOT OPEN RISK OF ELECTRI SHOCK DO NOT OPEN CAUTION : TO REDUCE

More information

PowerPoint Presentation

PowerPoint Presentation Ubiquitous United Network http://www.ubiu.net 2010 년제 1 회유비유넷세미나 2010 년 4 월 10 일 윤훈주유비유넷대표운영자 firehj@hanmail.net http://www.yhj.pe.kr http://twitter.com/firehj 들어가며 맛있는먹거리가있고동물들이뛰어노는곳, 2010 년유비유넷세미나 (http://www.ubiu.net)

More information

±èÇö¿í Ãâ·Â

±èÇö¿í Ãâ·Â Smartphone Technical Trends and Security Technologies The smartphone market is increasing very rapidly due to the customer needs and industry trends with wireless carriers, device manufacturers, OS venders,

More information

08SW

08SW www.mke.go.kr + www.keit.re.kr Part.08 654 662 709 731 753 778 01 654 Korea EvaluationInstitute of industrial Technology IT R&D www.mke.go.kr www.keit.re.kr 02 Ministry of Knowledge Economy 655 Domain-Specific

More information

vm-웨어-01장

vm-웨어-01장 Chapter 16 21 (Agenda). (Green),., 2010. IT IT. IT 2007 3.1% 2030 11.1%, IT 2007 1.1.% 2030 4.7%, 2020 4 IT. 1 IT, IT. (Virtualization),. 2009 /IT 2010 10 2. 6 2008. 1970 MIT IBM (Mainframe), x86 1. (http

More information

歯CRM개괄_허순영.PDF

歯CRM개괄_허순영.PDF CRM 2000. 8. KAIST CRM CRM CRM CRM :,, KAIST : 50%-60%, 20% 60%-80%. AMR Research 10.. CRM. 5. Harvard Business review 60%, 13%. Michaelson & Associates KAIST CRM? ( ),,, -,,, CRM needs,,, dynamically

More information

스마트월드캠퍼스 교육교제

스마트월드캠퍼스 교육교제 LG Smart TV SDK 활용법 Contents 1. Using LG Smart TV SDK 2. Testing & Publishing 3. UX Guideline Using LG Smart TV SDK LG Smart TV SDK 구성 Open API IDE* App 구현을 위한 LG Smart TV 인터페이스 제공 Media playback, TV 제어,

More information

05(533-537) CPLV12-04.hwp

05(533-537) CPLV12-04.hwp 모바일 OS 환경의 사용자 반응성 향상 기법 533 모바일 OS 환경의 사용자 반응성 향상 기법 (Enhancing Interactivity in Mobile Operating Systems) 배선욱 김정한 (Sunwook Bae) 엄영익 (Young Ik Eom) (Junghan Kim) 요 약 사용자 반응성은 컴퓨팅 시스템에서 가장 중요 한 요소 중에 하나이고,

More information

45호_N스크린 추진과정과 주체별 서비스 전략 분석.hwp

45호_N스크린 추진과정과 주체별 서비스 전략 분석.hwp 방송통신기술 이슈&전망 2014년 제 45호 N스크린 추진과정과 주체별 서비스 전략 분석 Korea Communications Agency 2014.01.17 방송통신기술 이슈&전망 2014년 제 45 호 개요 N스크린 서비스는 하나의 콘텐츠를 스마트폰, PC, 태블릿, 자동차 등 다양한 디지 털 정보기기에서 공유할 수 있는 차세대컴퓨팅, 네트워크 서비스를

More information

Smart Power Scope Release Informations.pages

Smart Power Scope Release Informations.pages v2.3.7 (2017.09.07) 1. Galaxy S8 2. SS100, SS200 v2.7.6 (2017.09.07) 1. SS100, SS200 v1.0.7 (2017.09.07) [SHM-SS200 Firmware] 1. UART Command v1.3.9 (2017.09.07) [SHM-SS100 Firmware] 1. UART Command SH모바일

More information

istay

istay ` istay Enhanced the guest experience A Smart Hotel Solution What is istay Guest (Proof of Presence). istay Guest (Proof of Presence). QR.. No App, No Login istay. POP(Proof Of Presence) istay /.. 5% /

More information

The Self-Managing Database : Automatic Health Monitoring and Alerting

The Self-Managing Database : Automatic Health Monitoring and Alerting The Self-Managing Database : Automatic Health Monitoring and Alerting Agenda Oracle 10g Enterpirse Manager Oracle 10g 3 rd Party PL/SQL API Summary (Self-Managing Database) ? 6% 6% 12% 55% 6% Source: IOUG

More information

어댑터뷰

어댑터뷰 04 커스텀어댑터뷰 (Custom Adapter View) 커스텀어댑터뷰 (Custom Adapter View) 커스텀어댑터뷰 (Custom Adatper View) 란? u 어댑터뷰의항목하나는단순한문자열이나이미지뿐만아니라, 임의의뷰가될수 있음 이미지뷰 u 커스텀어댑터뷰설정절차 1 2 항목을위한 XML 레이아웃정의 어댑터정의 3 어댑터를생성하고어댑터뷰객체에연결

More information

H-2 한영수

H-2 한영수 애플TV를 통해 본 TV의 생존법 한영수 책임연구원 hyszzz@lgeri.com Ⅰ. 머리말 Ⅱ. TV와 콘텐트 전달 방식 Ⅲ. 애플TV에 주목해야 하는 이유 Ⅳ. TV가 승자가 되는 길 Ⅴ. 맺음말 인터넷과 디지털 미디어 산업의 빠른 발달로 인해 영상 콘텐트의 종류는 점점 다양화되고 있으며 이런 다양한 영상 콘텐트를 고화질 TV를 통해 시청하고자 하는 소비자의

More information

/ TV 80 () DAB 2001 2002 2003 2004 2005 2010 Analog/Digital CATV Services EPG TV ( 60 ) TV ( Basic, Tier, Premiums 60 ) VOD Services Movies In Demand ( 20 ) Education N- VOD (24 ) Digital Music

More information

Security Overview

Security Overview May. 14, 2004 Background Security Issue & Management Scope of Security Security Incident Security Organization Security Level Security Investment Security Roadmap Security Process Security Architecture

More information

컴퓨터과학과 교육목표 컴퓨터과학과의 컴퓨터과학 프로그램은 해당분야 에서 학문적 기술을 창의적으로 연구하고 산업적 기술을 주도적으로 개발하는 우수한 인력을 양성 함과 동시에 직업적 도덕적 책임의식을 갖는 IT인 육성을 교육목표로 한다. 1. 전공 기본 지식을 체계적으로

컴퓨터과학과 교육목표 컴퓨터과학과의 컴퓨터과학 프로그램은 해당분야 에서 학문적 기술을 창의적으로 연구하고 산업적 기술을 주도적으로 개발하는 우수한 인력을 양성 함과 동시에 직업적 도덕적 책임의식을 갖는 IT인 육성을 교육목표로 한다. 1. 전공 기본 지식을 체계적으로 2015년 상명대학교 ICT융합대학 컴퓨터과학과 졸업 프로젝트 전시회 2015 Computer Science Graduate Exhibition 2015 Computer Science Graduate Exhibition 1 컴퓨터과학과 교육목표 컴퓨터과학과의 컴퓨터과학 프로그램은 해당분야 에서 학문적 기술을 창의적으로 연구하고 산업적 기술을 주도적으로 개발하는

More information

제 출 문 환경부장관 귀하 본 보고서를 습마트기기 활용 환경지킴이 및 교육 통합 서비스 개 발 과제의 최종보고서로 제출합니다. 주관연구기관 : 주관연구기관장 : 2015년 10월 주식회사 덕키즈 김 형 준 (주관)연구책임자 : 문종욱 (주관)참여연구원 : 김형준, 문병

제 출 문 환경부장관 귀하 본 보고서를 습마트기기 활용 환경지킴이 및 교육 통합 서비스 개 발 과제의 최종보고서로 제출합니다. 주관연구기관 : 주관연구기관장 : 2015년 10월 주식회사 덕키즈 김 형 준 (주관)연구책임자 : 문종욱 (주관)참여연구원 : 김형준, 문병 보안과제[ ], 일반과제[ ] 최종보고서 그린 생산소비형태 촉진 기술 Technologies for the facilitation of the green production & a type of consumption 스마트기기 활용 환경지킴이 및 교육통합 서비스 개발 Development for Web/App for environmental protection

More information

○ 제2조 정의에서 기간통신역무의 정의와 EU의 전자커뮤니케이션서비스 정의의 차이점은

○ 제2조 정의에서 기간통신역무의 정의와 EU의 전자커뮤니케이션서비스 정의의 차이점은 이동전화시장 경쟁활성화를 위한 MVNO 추진을 바라보며 김원식 1) 1. 들어가며 최근 이동전화의 무선재판매 시장 활성화 등을 위해 정보통신부가 준비한 전기통신사업 법 개정안 공청회에서 무선재판매의무제 관련규정을 둘러싸고 전문가들의 우려와 지적이 상당하였다. 우선 무선재판매 제도 도입의 배경을 살펴보자. 직접적 배경으로는 국내 이동전화 요금에 대한 이용자들의

More information

Android App 개발방법

Android App 개발방법 Android App using Xamarin for Visual Studio Yoon Joong Kim Computer Engineering Department, Hanbat National University yjkim@hanbat.ac.kr 1 Xamarin for Visual Studio 설치 Deliver native Android, ios, and

More information

강연자소개 대외활동 동호회설립및운영자 (2004 년 12 월설립 ) 운영진 고현철, 김재훈, 유형목, 와함께국내에몇개남지않은임베디드리눅스를전문으로하는 community. 현재가입자수약만 4 천여명

강연자소개 대외활동   동호회설립및운영자 (2004 년 12 월설립 ) 운영진 고현철, 김재훈, 유형목,   와함께국내에몇개남지않은임베디드리눅스를전문으로하는 community. 현재가입자수약만 4 천여명 고성능어플리케이션개발을위한안드로이드시스템의이해 2011. 12. 19. ghcstop@insignal.co.kr 고현철 강연자소개 대외활동 http://www.aesop.or.kr 동호회설립및운영자 (2004 년 12 월설립 ) 운영진 고현철, 김재훈, 유형목, http://kelp.or.kr 와함께국내에몇개남지않은임베디드리눅스를전문으로하는 community.

More information

CD-RW_Advanced.PDF

CD-RW_Advanced.PDF HP CD-Writer Program User Guide - - Ver. 2.0 HP CD-RW Adaptec Easy CD Creator Copier, Direct CD. HP CD-RW,. Easy CD Creator 3.5C, Direct CD 3.0., HP. HP CD-RW TEAM ( 02-3270-0803 ) < > 1. CD...3 CD...5

More information

Á¦4Àå-Á¦2ÀýÀÌÅë±â±â.hwp

Á¦4Àå-Á¦2ÀýÀÌÅë±â±â.hwp 2G 2.5G 3G Mobile Radio Telephony * Limited number of channels Analog Cellular Mobitex ETC * Data transmission circuit or packet switched * Non-continuous * Moderate capacity coverage * National coverage

More information