移动应用开发
文章平均质量分 94
啾比特
这个作者很懒,什么都没留下…
展开
-
Android移动应用开发——第一章 layout and basic UI
Task 1-1题目Make an app with 2 components. The root layout is a LinearLayout. The 1st component shows your name and ID. The 2nd component a Button. Click the Button will show a Toast, which shows your name and ID.演示分析本任务主要实现的是点击按钮,会弹出一个弹框Toast1、Toast原创 2021-01-14 20:12:37 · 296 阅读 · 0 评论 -
Android移动应用开发——第三章 Programming for Menus
Task 3-1题目Create an app with a TextView and Options Menu like OptionsMenu-task1. There are three options in the menu: show ID, show name and reset.1) When users choose show ID, the TextView shows your student number.2)When users choose show name, the T原创 2021-01-06 14:32:05 · 254 阅读 · 0 评论 -
Android移动应用开发——第四章 Thread
Task 4-1 Thread题目:Make an app with 2 TextViews and 2 Buttons.The 1st TextView shows your name and student number.When users click the start Button, a thread runs in background and count the timer with the period of 10ms. The thread send a Message to th原创 2021-01-06 19:51:43 · 232 阅读 · 0 评论 -
Android移动应用开发——第二章 programming for listview
Task 2-1题目Write an app like Spinner-task1 with 2 Textviews and 1 Spinner. The 1st TextView shows your name and sutdent number. The 2nd TextView shows the selected message of the Spinner.Set three city names in the xml file by tag;Define a layout with原创 2021-01-06 16:23:41 · 292 阅读 · 0 评论 -
Android Studio 移动应用开发 task1
Big task1 - Experiment task1题目Writing an App,the root layout is a vertical LinearLayout with 4 horizontal LinearLayouts and 3 TextViews. The App’s name should contain your name message (initials of your name).The 1st horizontal LinearLayout, within 1 Te原创 2020-09-16 16:25:52 · 258 阅读 · 0 评论