February 6th, 2006

Writing Portable BREW Code in C or C++

If you’re comfortable developing in C++, you should definitely use C++ instead of C for your BREW application if you’re targeting Java. The reason is simple: the support C++ provides for object-oriented development lets you organize your application in a manner very similar to how your Java application is organized. By designing your application in C++, you can create classes that map to your Java classes, eliminating the need to translate a procedural application in C to a class-based Java application or to use object-oriented programming tricks in C (see the next section) to simplify your move to Java.

When developing code in C++ that you anticipate moving to Java, you should remember that Java doesn’t have support for multiple inheritance, operator overloading or templates, so you simply should avoid using these features. You should also heed the suggestions in the next section for crafting portable C code, because these rules apply equally to C++.
Read more … »

February 6th, 2006

8 Megapixel camera phone

Samsung SPH-V8200 - 8 Megapixel WCDMA camera phone

Cellular phone with camera or camera with cellular phone?

8-Megapixel mobile phone
This question I has wondered after presentation of new Samsung SPH-V8200 camera phone.

Samsung have surprised us earlier with the 5-megapixel camera phone (Samsung SCH-S250) and the 7-megapixel camera phone (Samsung SCH-V770) . These phones some months are on sale in the Korean market.

But phone, which was demonstrated by Samsung president Lee Ki-tae, forces to think about the future of mobile phones.
Read more … »