|
I guess I am what you might call a "hobbyist programmer." I started with Palm OS, and I liked it a lot. Unfortunately Palm OS stopped progressing, so I made the switch to windows. I did not find windows mobile coding easy (apart from the .NET framework, but I prefer to write native code; I can write .NET apps but I don't want to). The main reason I think Palm OS was so much easier (apart from being a simpler OS) is that when I look things up in programming guides, everything I look up applies directly to Palm OS. With Windows Mobile it is not so. MS uses the same basic sdk for all windows operating systems. Consequently, I haven't really found any tutorials that teach you specifically how to code windows mobile. You must first know how to program for a windows desktop, then you must learn the difference that windows mobile brings. I have found that the easiest way to write an efficient native win32 application is to use the WTL library. There isn't exactly a full tutorial for WTL with windows mobile. You just have to kinda figure it out for yourself with the help of some online examples. Perhaps I just need to stop relying on online materials and just buy a good book.
|