Discussion Board

Results 1 to 6 of 6
  1. #1
    Registered User kujtimi's Avatar
    Join Date
    Jun 2009
    Posts
    19
    Hello,

    I must say that the book "Developing Scalable Series 40 Applications: A Guide for Java Developers" by Michael Juntao Yuan, Kevin Sharp serves for nothing. No example from it can be compiled or used. There are no imported packages which should be at beginning of each class so we heave to find them ...

    Kujtim Hyseni

  2. #2
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    Funny, the book has excellent reviews at http://www.amazon.com/Developing-Sca...ews/0321268636

  3. #3
    Registered User kujtimi's Avatar
    Join Date
    Jun 2009
    Posts
    19
    Yes, funny book! Heave you tried to run any of the samples?!

    Kujtim

  4. #4
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    No, I haven't. But I promise to try if the author sends me a copy of that book

  5. #5
    Nokia Developer Moderator ltomuta's Avatar
    Join Date
    Sep 2004
    Location
    Tampere, Finland
    Posts
    11,335
    I've got your message. Sorry to hear that you are using a pirated copy of the book. And complaining about it too ...

    Does the material you have include the example applications as well or just the code snippets in the book? Of course code snippets are intended for reading only, it is the example applications that are the ones you should be building and executing.

    To me this code looks really complete, I'm sure the entire example would build if only I would have the compiler. Note the import packages too ...

    Code:
    package com.Series40Book;
    
    import javax.microedition.lcdui.*;
    import javax.microedition.midlet.*;
    import java.util.*;
    
    public class PhotoViewer extends MIDlet
                  implements CommandListener {
    
      private Display display;
      private Command next;
      private Command exit;
      private Command start;
      private Command stop;
      private Form imageForm;
    
      private String [] imageNames;
      private String [] imageFileNames;
      private int imageIdx;
      private Timer autoShowTimer;
    
      boolean exitConfirmed;
    
      public PhotoViewer () { ...
    Last edited by ltomuta; 2009-06-16 at 22:16. Reason: Typo

  6. #6
    Registered User kujtimi's Avatar
    Join Date
    Jun 2009
    Posts
    19
    Is it painful for you since you are Finish?! I made a joke with you, there is a link that provide online access to that old book.

Similar Threads

  1. Replies: 1
    Last Post: 2006-03-03, 07:59
  2. External Applications Developers Guide - Older Versions?
    By mobilecohesion in forum General Messaging
    Replies: 0
    Last Post: 2005-06-14, 16:13
  3. Developing Series 60 Applications By Addison-Wesley
    By karthikbalaguru in forum General Development Questions
    Replies: 1
    Last Post: 2004-09-24, 17:31
  4. Developing Series 60 Applications By Addison-Wesley
    By karthikbalaguru in forum Symbian C++
    Replies: 1
    Last Post: 2004-09-23, 12:32
  5. Starting developing Series 60 applications
    By alexsigmond in forum Symbian C++
    Replies: 2
    Last Post: 1970-01-01, 02:00

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved