Naver
[앱인벤터 강좌 torrent][앱인벤터 버튼 정렬][앱인벤터 가운데 정렬][앱인벤터 버튼 가운데]
:: Design에서 레이아웃을 배치시키고 그안에 버튼을 넣어줘야한다.
Bing
▼버튼들 가운데 정렬로 맞추기
Layout을 먼저 Viewer로 옮기고 그안에 버튼을 배치시켜줘야한다.
http://appinventor.mit.edu/explore/ai2/support/blocks/control#if
▲툴바에 있는 Blocks를 눌러줘야 Block Diagram으로 설계할 수 있다.
Tests a given condition.
If the condition is true, performs the actions in a given sequence of blocks
; otherwise, the blocks are ignored.
테스트해라 a 주어진 조건을만약 the 조건이 true이면, 수행해라. the actions를 in a 주어진 시퀀스 blocks에; 그렇지않으면, the blocks는 무시된다.
Tests a given condition.
If the result is true, performs the actions in the -do sequence of blocks
; otherwise, performs the actions in the -else sequence of blocks.
테스트해라. a 주어진 조건을만약 the 조건이 true이면, 수행해라. the actions를 in the -do sequence에서; 그렇지않으면, 수행해라. the actions를 in the -else sequence에서
Tests a given condition.
If the result is true, performs the actions in the -do sequence of blocks
; otherwise tests the statement in the -else if section.
If the result is true, performs the actions in the -do sequence of blocks
; otherwise, performs the actions in the -else sequence of blocks.
테스트해라. a 주어진 조건을,
만약 the 조건이 true이면, 수행해라. the actions in the -do sequence
; 그렇지않으면 테스트해라. the statement in the -else if section안을.
만약 the result 가 true이면, 수행해라. the actions를 in the -do sequence안의
; 그렇지않으면, 수행해라. the actions를 in the -else sequence안의
http://appinventor.mit.edu/explore/ai2/support/blocks/logic#=
http://bluematter89.blogspot.kr/2015/06/arduino-tutorial-how-to-control-arduino.html
>>>>>
https://www.youtube.com/watch?v=mUOLsNQ8Q1k
Bluetooth통신으로 TXT를 보낼때 위 그림처럼 하면된다. (당연히 위쪽이 "a"면 아래쪽은 다른걸로 바꾸는건 알겠지?)
Designer패널에서 버튼을 배치한후, Blocks패널로 넘어와서 When???.Click~~~do 클립을 배치후
좌측의 Control탭을 눌러서 if~~~then 클립을 포함관계로 들어가게끔 배치하면 된다.
>>
ㄱㄱ대