- 전체
- android studio
- Android SDK
- Android NDK
- Android ADK
- Android Etc. Lib.
- Android dalvik VM
- Android 보안
- PhoneGap
- AOSP 개발
- MIT App Inventor 2
- kivy (python)
- ionic framework
- Kotlin (코틀린)
- React Native
Using the WebViewer Control in App Inventor
앱인터에서 웹뷰 컨트롤 사용
Using the WebViewer Control in App Inventor
Would it be neat if you could display pages from the web in your Android app? Well, you can! And it is very easy to do in App Inventor. In the Designer, drop a WebViewer control on to your app’s screen design area. The WebViewer control is located at the bottom of the user interface section of the Palette:
After dropping the control on to your user interface, select the control and set the Properties. In particular, set a default or initial web URL to display on the screen. Here, I have set the default URL to http://appinventor.pevest.com. Be sure to include the leading http://
When your app runs, the WebViewer will automatically load the page at the HomeURL. You can change this page, programmatically. Here, for example, in response to a button press, the URL is changed to my 3D blog.
Once this runs, the new page is read in to the viewer. Just like this!
After dropping the control on to your user interface, select the control and set the Properties. In particular, set a default or initial web URL to display on the screen. Here, I have set the default URL to http://appinventor.pevest.com. Be sure to include the leading http://
When your app runs, the WebViewer will automatically load the page at the HomeURL. You can change this page, programmatically. Here, for example, in response to a button press, the URL is changed to my 3D blog.
Once this runs, the new page is read in to the viewer. Just like this!
본 웹사이트는 광고를 포함하고 있습니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
광고 클릭에서 발생하는 수익금은 모두 웹사이트 서버의 유지 및 관리, 그리고 기술 콘텐츠 향상을 위해 쓰여집니다.
댓글 0
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 수 |
|---|---|---|---|---|
| 9 |
android webview로 javascript 호출 및 이벤트 받기(연동하기)
| 졸리운_곰 | 2018.03.19 | 1405 |
| 8 |
지니모션 설치 방법 총정리 (한글키보드 + 구글플레이 설치)
| 졸리운_곰 | 2016.04.23 | 1065 |
| 7 |
Flurry를 사용해보자, Flurry란 무엇인가? Flurry를 이용한 어플 사용자 통계분석하기
| 졸리운_곰 | 2014.12.01 | 505 |
| 6 |
Howto Build Android KitKat (4.4) for the Google Nexus 5December 1, 2013
| 졸리운_곰 | 2014.01.23 | 6576 |
| 5 |
넥서스5 소스 빌드 : Nexus5 Source build
| 가을의 곰을... | 2013.12.20 | 10608 |
| 4 | Samsung Galaxy 안드로이드 커널 빌드 | 가을의 곰을... | 2013.12.12 | 12419 |
| 3 |
넥서스7 소스 빌드 방법
| 가을의 곰을... | 2013.12.12 | 9886 |
| 2 |
안드로이드 플랫폼 개발 (한글)
| 가을의 곰을... | 2013.12.07 | 10780 |
| 1 | 안드로이드 플랫폼 개발 | 가을의 곰을... | 2013.11.17 | 10563 |

