This is the code repository for Learning Android Application Development, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
- Get to know how to use popular open source libraries to reduce time to market and avoid re-inventing the wheel
- Automate your application’s testing phase to avoid last minute crashes
- Use dependency management to properly keep dependencies and updates under control
- Efficiently show huge amounts of items in a list
- Forget about memory and speed concerns
- Publish and monetize your Android applications on Google Play
- Persist your application data so it can continue working in offline mode
- Don’t let the UX break because of network issues
The Code folder contains the code samples used in this book. No code files are presnt in Chapter 2, and 3. Software_Hardware_list file contains the list of required software and hardware for this book.
Happy coding! :)
Code Snippet:
buildscript {
repositories {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.2.0-alpha7'
// NOTE: Do not place your application dependencies here; they belong
// in the individual module build.gradle files
}
}