Mobile
mphones.txt
Associated article: Programming Mobile Phones
Tags: Mobile
Published source code accompanying the article by Panos Kougiouris in which he presents one approach to updating contact information for mobile phones by downloading contacts from PCs running Outlook 2000 to Nokia mobile phones.
Programming Mobile Phones
by Panos Kougiouris
Listing One
import scm3as.*;
...
// Arrays because they are passed by reference (i.e. [out] parameters)
public String[] sIMEI = new String[1], sType = new String[1],
verSW = new String[1], verHW = new String[1];
...
IphoneBook2 m_pb = new ...


