更新时间:2021-07-23 20:06:21
coverpage
Android Application Development with Maven
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Support files eBooks discount offers and more
Preface
What this book covers
What you need for this book
Who this book is for
Conventions
Reader feedback
Customer support
Chapter 1. Beginning with the Basics
Installing Java
Download and Install Apache Maven
Android SDK
Creation of a new project
Integration with IDE
Summary
Chapter 2. Starting the Development Phase
Reminders about Android projects
Creating an AVD
Develop and Build
Architecture principles
Chapter 3. Unit Testing
Effectively testing Android applications
Running typical unit tests
Unit testing of activities
Real unit testing with Robolectric
Measuring test coverage
Chapter 4. Integration Testing
Fundamentals of instrumentation testing
Running Android instrumentation tests
Grabbing screenshots with Spoon
Working with Robotium
UI Tests made easy with Selendroid
Other integration testing tools
Chapter 5. Android Flavors
Problem statement
Introducing Maven profiles
Creating build profiles
Chapter 6. Release Life Cycle and Continuous Integration
Optimizing an Android package
Releasing a new version
CI and automation best practices
Chapter 7. Other Tools and Plugins
Managing Android code quality
Boost development speed with GenyMotion
Index