Buy Used
Used - Very Good See details
$3.08 & eligible for FREE Super Saver Shipping on orders over $25. Details

or
Sign in to turn on 1-Click ordering.
 
   
73 used & new from $0.01

Have one to sell? Sell yours here
 
 
Palm Programming: The Developer's Guide (Developer's Guides (Osborne))
 
 
Tell the Publisher!
I’d like to read this book on Kindle

Don’t have a Kindle? Get your Kindle here.
 
  

Palm Programming: The Developer's Guide (Developer's Guides (Osborne)) (CD-ROM)

~ (Author), Julie McKeehan (Author)
3.1 out of 5 stars  See all reviews (43 customer reviews)


Available from these sellers.


17 new from $0.99 56 used from $0.01

Formats

Amazon Price New from Used from
Paperback $54.72  
Multimedia CD --  
There is a newer edition of this item:
Palm OS Programming: The Developer's Guide, 2nd Edition Palm OS Programming: The Developer's Guide, 2nd Edition 3.1 out of 5 stars (43)
$54.72
In Stock.
What Do Customers Ultimately Buy After Viewing This Item?

Customers Who Bought This Item Also Bought

Palm OS Programming Bible, Second Edition

Palm OS Programming Bible, Second Edition

by Lonnon R. Foster
4.3 out of 5 stars (9)  $26.39
Palm Programming for the Absolute Beginner w/CD (For the Absolute Beginner (Series).)

Palm Programming for the Absolute Beginner w/CD (For the Absolute Beginner (Series).)

by Andrew Harris
3.9 out of 5 stars (19)  $29.99
Palm OS Programming Bible (With CD-ROM)

Palm OS Programming Bible (With CD-ROM)

by Lonnon R. Foster
4.1 out of 5 stars (23)  $34.19
Professional Palm OS Programming (Wrox Professional Guides)

Professional Palm OS Programming (Wrox Professional Guides)

by Lonnon R. Foster
3.7 out of 5 stars (3)  $25.73
Palm Programming in Basic

Palm Programming in Basic

by Jon Kilburn
4.1 out of 5 stars (9)  $39.95
Explore similar items

Editorial Reviews

Amazon.com Review

Palm Programming: The Developer's Guide succeeds in documenting both the elegance and the pitfalls associated with developing software for this handy gadget. The authors are experienced palmtop developers, and their wisdom is evident in the level of detail provided. A comprehensive introduction to the evolution of the device and its systems opens the book, followed by a classic "hello, world" example program.

The complexity continues to increase as the reader is introduced to forms design and handling and Palm Databases interaction (the equivalent of the Windows registry). Rounding out the applications-development tutorials is an excellent discussion of event-driven user interface (UI) programming and the widgets available in the Palm toolbox.

A number of development options and platforms are covered. If you don't want to shell out hundreds of dollars for commercial software, GNU's Not Unix (GNU) tools from the Free Software Foundation are presented as a viable option. The discussion of conduit development is limited to Visual C++, but only because of the limitations of the official Conduit Developers Kit. --Tim Kohn

Product Description

Emerging as the bestselling hand-held computers of all time, PalmPilots have spawned intense developer activity and a fanatical following. Used by Palm in their developer training, this tutorial- style book is eagerly awaited by developers and experienced C programmers, who, until now, have only had access to piecemeal documentation. Palm Programming shows intermediate to experienced C programmers how to build a Palm application application from the ground up. It's an easy-to-understand book that gives readers everything necessary to create a wide range of Palm applications and conduits, from simple scripts through full-blown applications. Part I provides an overview of the Palm device and the Palm OS. Part II covers programming for the Palm itself. Part III covers conduit programming, which is used to sync the Palm with desktop applications. The book includes a CD-ROM (Macintosh and Windows compatible) with the full source code to the examples in the book, a trial version of Palm's Software Development Kit, and third-party developer tools, including Metrowerks' CodeWarrior Lite programming kit.

Product Details

  • CD-ROM: 478 pages
  • Publisher: O'Reilly Media; 1 edition (January 1, 1999)
  • Language: English
  • ISBN-10: 1565925254
  • ISBN-13: 978-1565925250
  • Product Dimensions: 9.1 x 7 x 1.1 inches
  • Shipping Weight: 1.8 pounds
  • Average Customer Review: 3.1 out of 5 stars  See all reviews (43 customer reviews)
  • Amazon.com Sales Rank: #2,133,395 in Books (See Bestsellers in Books)

More About the Author

Neil Rhodes
Discover books, learn about writers, read author blogs, and more.

Visit Amazon's Neil Rhodes Page

Look Inside This Book

Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

 

Customer Reviews

43 Reviews
5 star:
 (13)
4 star:
 (6)
3 star:
 (7)
2 star:
 (5)
1 star:
 (12)
 
 
 
 
 
Average Customer Review
3.1 out of 5 stars (43 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

 
78 of 80 people found the following review helpful:
3.0 out of 5 stars Decent introduction, but a few problems, October 13, 1999
By Michael Portuesi (San Francisco, CA USA) - See all my reviews
(REAL NAME)   
I have read the author's previous books on Newton programming, so I knew what to expect from this book. I wasn't expecting a combined tutorial/reference that could stand apart from the Palm docs, nor was I expecting it to cover "cool" stuff like writing Hacks for Hackmaster.

I mostly got what I expected, which was a good introduction to programming for the Palm platform, with fairly detailed technical introduction and programming hints for the user interface, database management, beaming, find, and a few other basic topics.

In a few places, though, the text gets a little hard to follow, and could benefit from a re-edit. Also, the code examples for the book's sample application are frequently presented out of context. You can usually understand how a particular API call is used, but it becomes difficult to see how this code fragment fits into the bigger picture.

Finally, for Linux programmers, the accompanying CD contains packages of development software (GCC, PilRC, and associated utilities). However, one of the packages (the prc-tools RPM) was put together badly, and hence if you install the software you get a non-working development environment. Once you do get a working development environment, the sample code needs some tweaking before it will compile - the Makefiles have DOS carriage-returns in it which confuse gmake, and the code examples themselves have mixed case in the #include directives which do not match the actual files on disk. It's obvious the code was developed on Windows, and the Linux side was never tested. I have tweaked, built, and run the sample application from Linux, so it can be made to work - you just have to be a little resourceful. I have to say, though, that I expected better quality control from O'Reilly.

Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
31 of 32 people found the following review helpful:
2.0 out of 5 stars Don't bother -- the DOCS available at Palm, Inc. are better, November 15, 2000
By J. D. Shaffer (Shimane, Japan) - See all my reviews
(REAL NAME)   
I read the SDK documentation and the SDK Companion before Iever bought this book. I thought it would help clarify some of themore difficult points (as I come from a weak programming background.)But instead, I found that I already know MORE than this book teaches.Many of the examples are pseudo-code, worthless as real examples, andbarely helpful for the calls they make. The authors often gloss overthe more important points like common use, syntax, and definitions;telling the reader to read the SDK documents for THOSE things. Well,if I can read the SDK for everything important, than why do I need thebook? To summarize, it's not worth the money...
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No


 
30 of 31 people found the following review helpful:
2.0 out of 5 stars Beginner's book in programming., December 11, 1999
After buying a Palm organizer, I knew I had to develop an app for it. This book is not written in such a way to help even a beginner get off the ground. Although it talks about different environments and other software to use, there is no clear thought and organization. The author does stress on good programming design and development, but thats about it. I'm sort of diappointed in this title, especially since its an O'Reilly book. Skip this one and find another Palm programming book!
Help other customers find the most helpful reviews  
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews

1.0 out of 5 stars A disappointment - particulary for an O'Reilly!
Really not worth it, especially new. Despite O'Reilly's excellent reputation, this one volume is not particularly useful to either beginning Palm coders or experts. Read more
Published 4 months ago by Albegadeep

5.0 out of 5 stars Good.
I got it for my son and h seems to be really pleased with it.
Published on December 1, 2007 by Adriana U. Loustaunau

3.0 out of 5 stars Not Bad
This book has a decent overview and will get you started. Some of the organization, material, and graphics are well thought out. Read more
Published on March 1, 2007 by Joaquin Menchaca

3.0 out of 5 stars Palm OS Programming The Developer's Guide
The information was not as detailed in some areas as I had hoped. It would be a handy reference guide except! Read more
Published on January 2, 2004 by LeRoy Olson

5.0 out of 5 stars Excellent - Latest Edition will always be on my bookshelf
After dabling with a Palm for awhile, and browsing the 1st ed of this book, I decided to get serious about Palm programming. Read more
Published on November 6, 2003 by W. J. Vovil

5.0 out of 5 stars Excellent Palm programming book
Have you ever wanted to get into Palm programming, but were unsure about
how to go about it?

Well wait no more, O'Reilly (I'm sure you know about them) has a really
great... Read more

Published on October 9, 2003 by Rick Price

5.0 out of 5 stars Palm OS Programming: The Developer's Guide
I found this book to be extremely helpful. Well organized, excellent examples, it was a great fit for me. Very helpful for any sort of Palm Programming. Read more
Published on June 29, 2003 by Meg Walraed-Sullivan

2.0 out of 5 stars Thin on the database coverage
I actually developed my Palm application in Java with the Palm CDK and JUMP2. As mentioned in earlier reviews, this book is directed to C/C++ programmers using either CodeWarrior... Read more
Published on August 16, 2002 by John E. Perkins

5.0 out of 5 stars Information from one of the authors
Just in case it's unclear, I'd like to point out that all the code from the book is available from the author's website, ready to be compiled either using CodeWarror for Palm OS... Read more
Published on July 3, 2002 by Neil Rhodes

2.0 out of 5 stars Good on "why", but not "what" and "how"
If you're new to Palm coding, this probably isn't the book for you. Long winded explanations of why things are done certain ways on the Palm *precede* any examples. Read more
Published on June 28, 2002 by D. Emmett Pickerel

Only search this product's reviews



Customer Discussions

This product's forum
Discussion Replies Latest Post
No discussions yet

Ask questions, Share opinions, Gain insight
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
Search all Amazon discussions
   
Related forums


Listmania!


Create a Listmania! list

So You'd Like to...


Create a guide

Product Information from the Amapedia Community

Beta (What's this?)


Look for Similar Items by Category


Look for Similar Items by Subject

 

Feedback

If you need help or have a question for Customer Service, contact us.
 Would you like to update product info or give feedback on images?
Is there any other feedback you would like to provide?

Your comments can help make our site better for everyone.



Your Recent History

 (What's this?)

After viewing product detail pages or search results, look here to find an easy way to navigate back to pages you are interested in.