- Android Programming for Beginners
- John Horton
- 202字
- 2021-07-23 14:47:05
Summary
The main thing to learn from this chapter is that experience and practice are a lot more valuable than vast volumes of knowledge. If you have a neat idea for a cool new UI, but this chapter hasn't shown you how to do it, then chances are somebody else has already shared that knowledge, and a quick web search will usually provide a tutorial or discussion that provides your solutions. Now you know your way around the UI designer, tutorials on the web should be easily understandable.
As we progress through the book we will look at much more advanced UIs than we have so far. Hopefully this chapter will have been a good all-round introduction to building more real-world UIs in the Android Studio visual designer.
Despite significant progress, there is a very big elephant in the room. Of course, our UI doesn't actually do anything! Our neat looking form will not collect a single scrap of data and our smart scrolling list doesn't show any details when we click on one of the items.
To solve these problems we first need to get really familiar with Java. That is what we will start to do in the next chapter.
- 演進式架構(原書第2版)
- Python編程自學手冊
- FFmpeg入門詳解:音視頻流媒體播放器原理及應用
- 基于Java技術的Web應用開發
- Python Tools for Visual Studio
- Python金融數據分析
- MATLAB實用教程
- Building a Quadcopter with Arduino
- Unreal Engine 4 Shaders and Effects Cookbook
- JavaScript機器人編程指南
- 從零開始:C語言快速入門教程
- Python Social Media Analytics
- Learning D3.js 5 Mapping(Second Edition)
- Java EE 7 Development with WildFly
- WCF全面解析