Giter VIP home page Giter VIP logo

apptl's Introduction

apptl

Android Programming: Pushing The Limits - The source code samples and snippets from the book

apptl's People

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

apptl's Issues

Minor format point page 43

public void bestObjectAllocationExample(int[] pairs) {

if(pairs.length % 2 != 0) throw new IllegalArgumentException (“Bad array size!”);
...

Consequent with previous examples:

public void bestObjectAllocationExample(int[] pairs) {

if(pairs.length % 2 != 0) {
throw new IllegalArgumentException (“Bad array size!”);
}
...

Link errors (extra space newline)

Page 64 http://developer.android. com/guide/topics/manifest/uses-feature-element.html#features-reference.
Page 69 http://developer. android.com/guide/components/intents-filters.html.
Page 69 http://developer.android.com/guide/topics/resources/providing-resources. html#table2.
Page 71 http://developer.android.com/reference/java/util/ Formatter.html.
Page 83 http://developer.android. com/design/style/metrics-grids.html.
Page 83 http://developer.android.com/design/style/iconography.html.
Page 14 http://developer.android.com/tools/help/monkeyrunner_concepts.html#APIClasses.

Source and Errata

Can't find your source code (also not at Wiley), Link? Will you commit here?
Where Can I submit Errata?

Can't find it at Wiley.com

Page 169 spelling error

PreferenceManaget. getDefaultSharedPreferences(). The following code shows a PreferenceScreen XML for two user-configurable options relating to the

PreferenceManaget -> PreferenceManager

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.