I want to learn programming for MeeGo Mobile Operating System and want to know the list of the books which are freely available on the Internet. Also I want the links of a good reference material here.

link|improve this question

feedback

3 Answers

up vote 9 down vote accepted

If you are looking for a free book on MeeGo development, I would say the best three would be:

  • "C++ GUI Programming with Qt 4" by Jasmin Blanchette and Mark Summerfield (download link)

  • "An Introduction to Design Patterns in C++ with Qt 4" by Alan and Paul Ezust (link)

  • "Beginning Nokia Apps Development: Using MeeGo, Mobile QT and OpenSymbian" by Dan Zucker and Ray Rischpater (download link)

Also, valuable help can be gathered from Qt - getting started pages.

link|improve this answer
please keep this post forever :) You really explained it nicely, to get all information to solve this mission impossible. – YumYumYum Apr 9 '11 at 13:06
feedback

Sometimes the book version of the documentation is older than the wiki or html version of the documentation. This is the case with MeeGo, certainly at the moment. For example, Nokia has essentially left day to day development of MeeGo and that means that some Nokia policies and technologies will no longer be used. So your investment in a book that describes Symbian for example would not be useful since there is unlikely to be anything associated with Symbian in MeeGo.

Check out the MeeGo wiki and the mailing lists. I know they are much more chaotic than a book that simply walks one through writing an app, but along the way you'll learn a lot more - like how to distribute your app, how to get your software into MeeGo and Open Source best practices. This type of information is invaluable and often can't be found in a book.

link|improve this answer
Yes that's the only thing I am dooing now. Thank you :) – Vikas Patidar Mar 26 '11 at 11:05
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.