-
Couldn't load subscription status.
- Fork 2
Home
Malachi de AElfweald edited this page Dec 10, 2018
·
12 revisions
- Introduction: In this chapter, we will discuss some background on Android and install the tools.
- Basic UI: Generate a basic UI project, learn how the pieces fit together and deploy it to the emulator.
- Data: Learn how to load, save and convert data.
- Unit Testing: Learn about test-driven development.
- Advanced UI: Add some common UI elements, learn about databinding and multi-page applications.
- Debugging: Learn about debugging and logging.
- Threading: Do some processing on the background thread then update the UI thread.
- Drawing: Information about custom drawing.
- Fragments: Convert our Activity-based UI to a Fragment-based UI.
- Animation: Explore some basic animations.
- Networking: Learn how to send and retrieve data on the network.