Disable All Advertising
Image
EAN-139781616552268   EAN-13 barcode 9781616552268
Product NameAvatar: The Last Airbender, The Search
LanguageEnglish
CategoryBook / Magazine / Publication
Amazon.comA Buy on Amazon ~ 1616552263
Price New21.98 US Dollars    (curriencies)
Price Used19.28 US Dollars    (curriencies)
Width0.96 inches    (convert)
Height12.3 inches    (convert)
Length9.5 inches    (convert)
Weight57.28 ounces    (convert)
AuthorMichael Dante Dimartino, Bryan Konietzko, Gene Luen Yang
Page Count240
BindingHardcover
Published02/18/2014
Featuresoversized hardcover book
Long DescriptionFor years, fans of Avatar: The Last Airbender and The Legend of Korra have burned with one question - what happened to Fire Lord Zuko's mother? Finding a clue at last, Zuko enlists the aid of Team Avatar - and the most unlikely ally of all - to help uncover the biggest secret of his life. Immediately following the Avatar's adventures chronicled in The Promise, this remarkable oversized hardcover collects parts 1-3 of The Search, from Airbender creators Michael Dante DiMartino and Bryan Konietzko! Featuring annotations by Eisner Award-winning writer Gene Luen Yang (American Born Chinese) and the artist team Gurihiru (Thor and the Warriors Four), and a brand-new sketchbook, this is a story that Avatar fans need in an edition they will love!
Similar Items9780439870139: Avatar: The Last Airbender
9780345518552: The Last Airbender: Prequel: Zuko's Story
9780345518545: The Last Airbender: Prequel: Zuko's Story
9780345518521: Avatar: The Last Airbender, Vol. 1
9780333522226: Avatar: The Last Airbender: The Promise
9780021602605: Avatar: The Last Airbender: The Promise, Part 1
5053083067540: The Legend of Korra (Complete Series) - 8-DVD Box Set ( The Last Airbender: The Legend of Korra (52 Episodes) ) [ NON-USA FORMAT, PAL, Reg.2 Import - United Kingdom ]
0785138301310: Avatar: The Burning Earth - Nintendo Wii
0032429253859: Legend of Korra: The Complete Series
0032429147745: Legend of Korra - Book Two Spirits
View 15 more similar items
Created12-19-2013 7:23:58pm
Modified05-01-2020 6:51:55pm
MD57f88eabc6faf1d4be389130474255093
SHA256b0899fe1334f0fbf67ef33db2f54b8fc69fb6ef4d4e603faae93179b8b96b397
Search Googleby EAN or by Title
Query Time0.0239739

An article of interest

Making use of the tools we offer

Data feed access via Java

This is a basic implementation of a service that provides retrieval access to the EANData.com UPC web site. Its was coded to verify basic  proof-of-concept for development of another application and was not intended to provide be anything more than basic functionality in the retrieval  of UPC data from the EANData.com web site.

There are several places where simple code was left in place rather than using more advanced Java features/methods to allow for easier  understanding of junior developers. Not much time spent refactoring or cleaning up the code. It is provided as a starting point only.

It contains a Factory service that returns a service object configured using the UcpService.properties (see below) file found in the class path of  the executed code. The UpcQueryService can respond with an implementation of the UpcResponse and supporting interfaces or with an InputStream  allowing direct access to the response from the from the EANData.com web site.

JSR 353 is the Java API for JSON is currently under development (http://java.net/projects/json-processing-spec & http://java.net/projects/jsonp).  The several Java JSON implementations seemed to be more than I was wanting/needing so I wrote a basic parser to provide JSON parsing capability  needed. Its not perfect but is a good basic start.

Download the example source code

The UpcService.properties must be configured.

Url (Required)
provides the address used to query UPC data. The additional parameters are added to retrieve the requested information.

ApiKeyCode (Required)
Provided from EANData.com when your account is setup.

Mode (Required)
The manner in which the data will be retrieved from the EANData.com web site.
 
AutoRetrieveGraphics (Optional)
Boolean to indicate whether the graphics, when indicated by a Url, are to be automatically retrieved at the same time with the UPC data. Default is false. A factory method allows for the this property to be overridden at the time the UpcQueryService is created.