Möchten Sie verkaufen? Hier verkaufen
Instant Palm OS Applications with CDROM (Instant (Osborne))
 
 
Den Verlag informieren!
Ich möchte dieses Buch auf dem Kindle lesen.

Sie haben keinen Kindle? Hier kaufen oder eine gratis Kindle Lese-App herunterladen.

Instant Palm OS Applications with CDROM (Instant (Osborne)) [Englisch] [Taschenbuch]

Kris Jamsa


Erhältlich bei diesen Anbietern.



Produktinformation


Mehr über den Autor

Kris A. Jamsa
Entdecken Sie Bücher, lesen Sie über Autoren und mehr

Besuchen Sie die Seite von Kris A. Jamsa auf Amazon

Produktbeschreibungen

Amazon.co.uk

The emphasis in Instant Palm OS Applications doesn't fall on instant--one suspects the publisher's marketing department had something to do with the title. Rather, the defining characteristic of this book is quality and comprehensiveness. If you want to know how to use the C programming language to perform some task under Palm OS (particularly if it's a readily described, commonly performed one, like parsing a Web page), this book has the code and explanation you need. This book is for everyone who's wished (with much hand-waving and hair-pulling) for a simple, straightforward explanation of some aspect of programming that they've seen done but haven't been able to duplicate themselves. Plus, because the book's sample code appears on the companion CD-ROM in a series of includable header files, it does speed development considerably.

Kris Jamsa's code is tidy and efficient (if minimally commented); it's generally easy to learn from it even when the accompanying text doesn't provide too much illumination. In a section on databases, for example, Jamsa shows how to write appointment details to a database, extract them in a couple of ways, and how to write a time-tracking application that allocates time across several jobs. You can use the applications as they are, or, more likely, modify them for incorporation into a larger application you're creating. This book is all about learning by example. --David Wall

Topics covered: how to write software, in C, for the Palm OS operating system. All core capabilities of Palm OS software--including basic user interfaces, database queries, network connectivity, retrieving Web pages, and file manipulation--are covered by a profusion of examples.

Amazon.com

The emphasis in Instant Palm OS Applications doesn't fall on instant--one suspects the publisher's marketing department had something to do with the title. Rather, the defining characteristic of this book is quality and comprehensiveness. If you want to know how to use the C programming language to perform some task under Palm OS (particularly if it's a readily described, commonly performed one, like parsing a Web page), this book has the code and explanation you need. This book is for all those who've wished (with much hand-waving and hair-pulling) for a simple, straightforward explanation of some aspect of programming that they've seen done but haven't been able to duplicate themselves. Plus, because the book's sample code appears on the companion CD-ROM in a series of includable header files, it does speed development considerably.

Kris Jamsa's code is tidy and efficient (if minimally commented); it's generally easy to learn from it even when the accompanying text doesn't provide too much illumination. In a section on databases, for example, Jamsa shows how to write appointment details to a database and extract them in a couple of ways, and how to write a time-tracking application that allocates time across several jobs. You can use the applications as they are, or, more likely, modify them for incorporation into a larger application you're creating. This book is all about learning by example. --David Wall

Topics covered: How to write software, in C, for the Palm OS operating system. All core capabilities of Palm OS software--including basic user interfaces, database queries, network connectivity, retrieving Web pages, and file manipulation--are covered by a profusion of examples.


In diesem Buch (Mehr dazu)
Einleitungssatz
From offices to airports to classrooms, and even to shopping malls, the use of Palm OS devices has become quite common. Lesen Sie die erste Seite
Mehr entdecken
Wortanzeiger
Ausgewählte Seiten ansehen
Buchdeckel | Copyright | Inhaltsverzeichnis | Auszug | Stichwortverzeichnis | Rückseite
Hier reinlesen und suchen:

Tags

 (Was ist das?)
Bei einem Tag handelt es sich um ein Schlagwort, das zum Produkt passt.
Tags erleichtern allen Kunden die Suche und die Sortierung ihrer Lieblingsprodukte.
 

Eine digitale Version dieses Buchs im Kindle-Shop verkaufen

Wenn Sie ein Verleger oder Autor sind und die digitalen Rechte an einem Buch haben, können Sie die digitale Version des Buchs in unserem Kindle-Shop verkaufen. Weitere Informationen

Kundenrezensionen

Es gibt noch keine Kundenrezensionen auf Amazon.de
5 Sterne
4 Sterne
3 Sterne
2 Sterne
1 Sterne
Die hilfreichsten Kundenrezensionen auf Amazon.com (beta)
Amazon.com:  16 Rezensionen
33 von 33 Kunden fanden die folgende Rezension hilfreich
AVOID PURCHASING THIS BOOK 12. August 2002
Von "rigginss" - Veröffentlicht auf Amazon.com
Format:Taschenbuch
I purchased this book primaraly on the merits of the customer reviews here. After having used this book to develop a Palm application using GCC PRC Tools, I'm stumped as to how it got such good reviews. The example code (in the text and on the CD) contains errors (read: the code won't compile.) Also, the examples are incomplete. For instance, the author talks about reading from a TextField but not how to write to one (not a trivial procedure.) Popup triggers are left out altogether. In general, the author doesn't thouroughly cover the topics he's chosen to write about. Nor does he give you any clue that he's not fully discussing the topic at hand. For example, he mentions only a couple of the built in dialog boxes and doesn't bother to tell you that there are other's available in PalmOS - let alone list them. The worst problem is that some of the examples are good enough to compile and execute on a non-debug device ROM, but will crash the debug ROM or produce erratic behavior in the program (ie: his discussion of PrefGetAppPreferences()) Over and over I'm having to debug errors that have been introduced because I used the author's buggy code. Do yourself a favor, buy a different book on writing PalmOS applications!
9 von 9 Kunden fanden die folgende Rezension hilfreich
Great book for beginning palm programmers!!!!! 21. Dezember 2001
Von Ein Kunde - Veröffentlicht auf Amazon.com
Format:Taschenbuch
This book has actual working examples!! Other books I have seem only to show conceptually how the built in functions work, leaving out other important functions/information to get something working as desired. You can actually take what is shown and make it work how you want without trying to figure out what has been left out.
5 von 5 Kunden fanden die folgende Rezension hilfreich
Excellent book but with some minor inconsistencies 16. Mai 2002
Von Carlo R. Montoya - Veröffentlicht auf Amazon.com
Format:Taschenbuch
The book is well written except for inconsistencies in the
source code snippets and the texts.

In page 89, MenuHelloPalm.h has #define MainMenu but in
MenuHelloPalm.rcp, it has MENU MenuMenu. I looked at
the actual MenuHelloPalm.h file in the CD-ROM and its
#define MenuMenu.

Another inconsistency is found at page 93 and 94. In page
93, the function is FrmSetEventHandler(frmP, MainFormHandleEvent)
but in page 94, the author was referring to another function
called FrmAssignEventHandler.

I would have rated this book 5 stars for brevity, layout,
flexibility and the intent to write clearly but the errors above
and probably more (haven't finished reading yet) made me jump
from one page to another trying to put two and two together plus
opening my Palm OS API Reference just to find out which function
should really be used.

I know the best way to check is to re-compile the source
code and see if it runs but that would be a excercise on
the reader's part that we don't have to go through.

I hope the publisher proofreads good books like these twice
in the future.

Still, it's one of the best books out there on Palm OS
Programming besides the Palm OS Programming Bible. Pity I
can't rate it as 4.9.


Kunden diskutieren

Das Forum zu diesem Produkt
Diskussion Antworten Jüngster Beitrag
Noch keine Diskussionen

Fragen stellen, Meinungen austauschen, Einblicke gewinnen
Neue Diskussion starten
Thema:
Erster Beitrag:
Eingabe des Log-ins
 


Aktive Diskussionen in ähnlichen Foren
Kundendiskussionen durchsuchen
Alle Amazon-Diskussionen durchsuchen
   
Ähnliche Foren


Lieblingslisten


Ähnliche Artikel finden


Anhand des Sachgebietes nach ähnlichen Produkten suchen:


Ihr Kommentar