logo
logo
x
바코드검색
BOOKPRICE.co.kr
책, 도서 가격비교 사이트
바코드검색

인기 검색어

실시간 검색어

검색가능 서점

도서목록 제공

앱인벤터를 활용한 IoT 빅데이터 기반의 모바일앱 개발

앱인벤터를 활용한 IoT 빅데이터 기반의 모바일앱 개발

국중진 (지은이)
에듀컨텐츠휴피아
15,000원

일반도서

검색중
서점 할인가 할인률 배송비 혜택/추가 실질최저가 구매하기
15,000원 -0% 0원
0원
15,000원 >
13,500원 -10% 2,500원
카드할인 10%
1,350원
14,650원 >
yes24 로딩중
교보문고 로딩중
11st 로딩중
영풍문고 로딩중
쿠팡 로딩중
쿠팡로켓 로딩중
G마켓 로딩중
notice_icon 검색 결과 내에 다른 책이 포함되어 있을 수 있습니다.

중고도서

검색중
서점 유형 등록개수 최저가 구매하기
로딩중

eBook

검색중
서점 정가 할인가 마일리지 실질최저가 구매하기
로딩중

책 이미지

앱인벤터를 활용한 IoT 빅데이터 기반의 모바일앱 개발
eBook 미리보기

책 정보

· 제목 : 앱인벤터를 활용한 IoT 빅데이터 기반의 모바일앱 개발 
· 분류 : 국내도서 > 컴퓨터/모바일 > 프로그래밍 개발/방법론 > 모바일/무선/임베디드 프로그래밍
· ISBN : 9788963563312
· 쪽수 : 221쪽
· 출판일 : 2021-11-09

책 소개

앱인벤터의 다양한 컴포넌트를 최대한 활용하여 사물인터넷과 빅데이터 기반의 모바일앱 개발에 필요한 사항들을 살펴볼 것이며, 이를 통해 컴퓨터 관련 전공자가 아니더라도 원하는 모바일앱 개발을 직접 경험해 볼 수 있다.

목차

1. 앱인벤터(App Inventor) 3

2. 앱인벤터 체험 9
2.1. 앱인벤터 사용을 위한 준비 9
2.2. 윈도우즈에서 앱인벤터 셋업 프로그램 설치 방법 16

3. Quiz Me 41
3.1. Introduction 41
3.2. Set up the Components 43
3.3. Add behaviors to the components 45
3.4. Define the Hidden Index Variable 47
3.5. Display the First Question 47
3.6. Iterating Through the Questions 49
3.7. A Maintainable App: Making it Easy to Modify the Questions 55
3.8. Switching the Image for Each Question 58
3.9. Evaluating Answers 59
3.10. Final Program 64
3.11. Variations 64
3.12. Review 64

4. Text Group 67
4.1. What You're Building 67
4.2. Introduction 67
4.3. Set up the Components 67
4.4. Add behaviors to the components 69
4.5. Texting a list 71
4.6. Reporting the Status of the app 74
4.7. Final Program 76
4.8. Variations 76
4.9. Review 77

5. MakeQuiz and TakeQuiz 79
5.1. What You're Building 79
5.2. Introduction 79
5.3. Set up the Components for MakeQuiz 80
5.4. Add Behaviors to the Components 81
5.5. Handle the User's entries 82
5.6. Blanking Out the Question and Answer 86
5.7. Storing the questions and answers in a database 88
5.8. Loading Data from the Database 92
5.9. Displaying a List on Multiple Lines 95
5.10. Including the answer in DisplayQAs 98
5.11. Final MakeQuiz App 101
5.12. Take Quiz 101
5.13. Final Program (TakeQuiz) 106
5.14. Variations 107
5.15. Review 107
6. Map Tour 109
6.1. Introduction 109
6.2. Set up the Components 110
6.3. Setting the properties of ActivityStarter 111
6.4. Create a list of destinations 112
6.5. Add behaviors to the components 113
6.6. Launching Maps with a search for the destination 114
6.7. Map Tour, Final Program 118
6.8. Review 118
7. Map Tour, Part(2) 121
7.1. Introduction 121
7.2. Set up the Components 122
7.3. Finding the DataUri for specific maps 122
7.4. Defining the dataUri List 127




7.5. Modify the ListPicker.AfterPicking Behavior 127
7.6. Final Version 131
7.7. Review 132
8. Text Group Part II: Adding and Removing Members 133
8.1. Introduction 133
8.2. Set up the Components 132
8.3. Add behaviors to the components 136
8.4. Adding a Phone Number (Member) to the Group 137
8.5. Displaying the List with Items on Separate Lines 139
8.6. Removing a Number from the list 143
8.7. Loading the List from the Database 145
8.8. Text Group Part II, Final Program 149
8.9. Variations 149
8.10. Review 150
9. Broadcast Hub 151
9.1. Introduction 151
9.2. Setting up the Components 152
9.3. Add behaviors to the components 153
9.4. Handling the "joinabc" text message 155
9.5. Broadcasting Messages 159
9.6. Logging the broadcasted texts 162
9.7. Storing the BroadcastList in a Database 165
9.8. Loading the BroadcastList from a Database 167
9.9. Display BroadcastList with each number on separate lines 168
9.10. Variations 170
9.11. Review 171
10. No Text While Driving 173
10.1. Introduction 173
10.2. Set up the Components 173
10.3. Add behaviors to the components 175
10.4. Responding to a text 175
10.5. Storing the custom response 177
10.6. Retrieving the saved response message 178
10.7. No Text While Driving, Final Program 181
10.8. Variations 181
10.9. Review 182
11. No Text While Driving, Part(2) 183
11.1. TTS 모듈 설치 183
11.2. What you'll learn 193
11.3. Set up the Components 193
11.4. Add behaviors to the components 194
11.5. Speaking the text aloud 194
11.6. Adding location information to the auto-response 196
11.7. Modify the message with location information 197
11.8. Final Program 200
11.9. Variations 200
11.10. Review 201
12. Android, Where's My Car 203
12.1. Understand It 203
12.2. The User Interface 203
12.3. The App's Behavior 205
12.4. Variations 208
12.5. Review 208
13. 음성 문자메시지(VoiceToSMS) 209
14. Best Shooter 213

저자소개

국중진 (지은이)    정보 더보기
펼치기
이 포스팅은 쿠팡 파트너스 활동의 일환으로,
이에 따른 일정액의 수수료를 제공받습니다.
이 포스팅은 제휴마케팅이 포함된 광고로 커미션을 지급 받습니다.
도서 DB 제공 : 알라딘 서점(www.aladin.co.kr)
최근 본 책