Palm Tutorials, Code Examples & Articles
|
|
|
 |
| General
Java, Applets, J2EE,
J2ME, J2SE,
JavaBeans, JavaScript,
JDBC, Jini,
JSP, Servlets,
Swing |
 |
| General
Linux, Apache, MySQL,
PostgreSQL |
 |
| Active
Server Pages, ActionScript,
ASP.NET, C++,
C#, Perl,
PHP, Python,
Visual Basic, VB.NET |
 |
| |
Let the Education
Guide Network help you accelerate your career:
Learn more about...
Cooking
Schools
Culinary
Arts Schools
Online
MBA Programs
Our Web Sites:
Online
Degree Guide
The Vocational
School Guide
|
| |
| CSS,
DHTML, JavaScript |
 |
| ColdFusion,
Dreamweaver, Flash,
FrontPage, GoLive |
 |
| General
Web Services, .NET, SOAP,
UDDI, WSDL |
 |
| 3G,
802.11, EPOC,
i-mode, J2ME,
Palm, Pocket
PC, WAP, Windows
CE, WML, WiMax |
 |
| XML
(General) , ebXML, RSS,
SAX, XSLT,
VoiceXML, WML,
WSDL, XHTML,
XML Schema |
|
|
Tutorials & Training Courses
on CD-ROM
Over 300 Titles to choose from: from Web Design to
Programming, from
Dababases to Certifications. TRY FOR FREE!
Do you need high quality training at an afforable
price?
Do you need training that is easy to follow,
informative and allows you to master complex applications
fast?
Do you need to learn how to master Programming, Web
Design and Graphics?
Click
here to try a FREE Demo &
view the full range of training CD-ROMs
|
|
There are 49 articles & tutorials regarding "Palm".
- 25.) Palm OS Communications Primer: Serial Manager
- By Alex Gusev Go to page: 1 2 Next A PDA itself is nice toy, maybe even useful for some common tasks such as ToDo or MemoPad applications, but without an option to communicate the to outer world, it's just peace of metal. In this set of articles, we will try to cover the main available communication types that you can use in your own applications. Serial Manager Serial Manager is simple in usage and its capabilities. The first thing I woild like to point out is that serial...
Found at developer.com
- 26.) How Palm OS Expands Your Applications: Expansion Manager
- By Alex Gusev Go to page: 1 2 Next Expansion Manager, to confirm its name, is a layer that manages slot drivers. Actually, it doesn't work with slots directly. Instead, Expansion Manager provides unified APIs to manupilates slots. All specific 'magic is performed by appropriate slot driver implemented as a shared library. Such architecture is similar to VFS Manager (see the previous article ). The next sections will guide you through the stuff available for applications. But, right here...
Found at developer.com
- 27.) Structure of a Palm Application, Part 2
- by Neil Rhodes and Julie McKeehan A Simple Application Now it's time to apply what you just learned about an application's interaction with the OS, its PilotMain routine, and the event loop to an actual application. We are using OReilly Starter, the application we first discussed in Chapter 4. What the Application Does--Its User Interface Our OReilly Starter application has two forms. On the first form, there are two buttons. Pressing the first one causes the Palm device to beep....
Found at O'Reilly Network
- 28.) Direct to Palm
- November 2002 Issue R egular readers will recall that I've been discussing small Java databases for handheld devices. I've examined the Mobile Information Device Profile's (MIDP's) record management system (RMS), as well as the Catalog class in the Java variant Waba/SuperWaba. In " Liten Up " (October 2002), I took a side trip up the food chain for a look at the UltraLite deployment option of Sybase SQL Anywhere. Now I'm going to reverse my climb and, so to speak, dive into the...
Found at Java Pro
- 29.) "Beaming" Using The Palm OS Exchange Manager
- By Alex Gusev As a final part of our "inter-application communication triptych," let us discuss one more way of how to do it. As you may guess, I mean here the Exchange Manager API. This kind of communication differs from those ones we've spoke about in previous articles. When you hear 'beaming', yes—that's it. But, as you may discover, a request for exchange data is just one of the launch codes your application may receive (e.g. sysAppLaunchCmdExgReceiveData), so it may be useful...
Found at developer.com
- 30.) Creating Custom Table Items Under Palm OS
- By Alex Gusev Tables (or grids) are very useful controls when you need to display and edit multiple data columns. Especially if column's types are different like checkboxes, text fields or popup triggers. In addition to standard cell types (described in Table.h) Table API provides an opportunity to create custom cells. This article highlights some aspects of custom table development. Getting started Let's cover shortly the basics of tables. Usual working flow is as follows: set type of...
Found at developer.com
More articles & tutorials (Index of all articles & tutorials)
|
|