한국어

Programming

2018.10.12 22:05

문자메시지 보내기

twin 주소복사
조회 수 1794 추천 수 0 댓글 0
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄
?

단축키

Prev이전 문서

Next다음 문서

크게 작게 위로 아래로 댓글로 가기 인쇄

문자메시지 보내기

  • 목표
    • 메시지와 전화번호를 입력하면 해당 전화번호로 문자메시지를 보내는 앱
  • 추가기능(UI)
    • User Interface > Label
      • 이름 : Label1 -> messageLabel
      • 속성
        • Text : Text for Label1 -> Message:
    • User Interface > TextBox
      • 이름 : TextBox1 -> messageTextBox
    • User Interface > Label
      • 이름 : Label2 -> phoneNumberLabel
      • 속성
        • Text : Text for Label2 -> PhoneNumber:
    • User Interface > TextBox
      • 이름 : TextBox2 -> phoneNumberTextBox
    • User Interface > Button
      • 이름 : Button1 -> sendButton
    • Social > Texting
    • User Interface > Notifier
  • 추가기능(코드)
    • send 버튼을 누르면, 알림창이 뜨고, 알림창의 제목은 "Texting", 메시지는 messageTextBox와 phoneNumberTextBox 에 작성한 텍스트, button1Text 는 "Send", button2Text 는 "Reset" 을 입력한다.
    • 알림창에서 Send를 선택하면, Texting의 Message에는 messageTextBox의 Text 값을 저장하고, PhoneNumber 에는 phoneNumberTextBox의 Text 값을 저장하여 문자메시지를 보낸다.
    • 알림창에서 Reset을 선택하면, messageTextBox와 phoneNumberTextBox의 Text 값을 빈 값으로 저장한다.
  • Designer
  • Blocks

  1. [앱인벤터2] Clock 센서, 디지털 시계

    Date2018.08.27 Bytwin Views3724
    Read More
  2. [앱인벤터2] BMI 계산기

    Date2018.08.27 Bytwin Views1353
    Read More
  3. [앱인벤터2 강좌] 만보기앱, Pedometer 센서

    Date2018.08.27 Bytwin Views1468
    Read More
  4. 앱인벤터2를 이용한 피아노 어플 제작

    Date2018.08.27 Bytwin Views1037
    Read More
  5. [앱인벤터2 강좌] 나침반과 센서

    Date2018.08.27 Bytwin Views842
    Read More
  6. 드림코드

    Date2017.11.10 Bytwin Views841
    Read More
  7. Korea SW 자료

    Date2017.10.30 Bytwin Views1750
    Read More
  8. 앱인벤터 교육사이트

    Date2017.09.28 Bytwin Views1083
    Read More
  9. MIT App Inventor 2 소개

    Date2017.03.26 Bytwin Views33848
    Read More
  10. 앱인벤터 에뮬레이터 다운 설치

    Date2017.03.26 Bytwin Views1672
    Read More
  11. 앱인벤터 아두이노 교재

    Date2017.03.18 Bytwins Views1643
    Read More
Board Pagination Prev 1 2 3 Next
/ 3