- Kotlin Programming By Example
- Iyanu Adelekan
- 147字
- 2021-08-27 20:00:14
Running the application
In order to run the application, click the Run 'app' (^R) button at the top-right side of the IDE window and select a deployment target. The HelloApp will be built, installed, and launched on the deployment target:

You may use one of the available prepackaged virtual devices or create a custom virtual device to use as the deployment target. You may also decide to connect a physical Android device to your computer via USB and select it as your target. The choice is up to you. After selecting a deployment device, click OK to build and run the application.
Upon launching the application, our created layout is rendered:

When CLICK ME! is clicked, Hello World! is shown to the user:

Subsequent clicks of the CLICK ME! button display a toast message with the text I have been clicked!:

- Oracle Database In-Memory(架構(gòu)與實踐)
- Ray分布式機器學習:利用Ray進行大模型的數(shù)據(jù)處理、訓練、推理和部署
- Python金融數(shù)據(jù)分析
- Python機器學習實戰(zhàn)
- 網(wǎng)絡爬蟲原理與實踐:基于C#語言
- Linux Shell核心編程指南
- PHP編程基礎與實踐教程
- 人工智能算法(卷1):基礎算法
- 百萬在線:大型游戲服務端開發(fā)
- Elasticsearch搜索引擎構(gòu)建入門與實戰(zhàn)
- Beginning C# 7 Hands-On:The Core Language
- 量子計算機編程:從入門到實踐
- 絕密原型檔案:看看專業(yè)產(chǎn)品經(jīng)理的原型是什么樣
- Learning Network Programming with Java
- Visual C++.NET(2008)典型案例