What does Mobile Computing Mean to You? My first ever Video
What does Mobile Computing Mean to You? My First Ever Video Blog:

Does this make Nokia the "undisputed leading player in the smartphones space," as the company's chief executive Olli-Pekka Kallasvuo put it? By sheer volume of devices, perhaps -- but mindshare continues to be a problem that we're guessing they're eager to see if Maemo 5 and the N900 can solve. (emphasis added)
| Main Entry: | mindshare |
| Part of Speech: | n |
| Definition: | the development of consumer awareness about a specific product or brand in hopes that they will buy the product or brand |
Innovation happens elsewhere.Nokia seems to have recognized this and working hard towards becoming a more open company. I admire that. In short - all it matters is the market you can address with a given platform:
@tech_rumbling Apple sells apples, Nokia sells fruit ;) #NW09What Nokia is doing in short can be called as a Platform Strategy rather than a Product Strategy.
"We are not on the defensive," Olli-Pekka Kallasvuo, President and CEO, Nokia said at the Nokia World 2009, held this week in Stuttgart, Germany. "We are on the offensive."I have always admired Nokia for its devices - My mom still uses her 3300 religiously (its 6+ years old phone by the way). Yes there is stiff competition ahead for Nokia. Competition is Good. Its understandable what Apple, RIM & Google are doing which has caused some grief for Nokia. Nokia's hardware still rocks - believe me my phone has taken so much of beating that other phones normally give up.
We are putting a relatively big part of our future into the hands of third-party developers because this is the only way we can be relevant to consumers - Niklas Savander, the head of Nokia's mobile internet services unit- That's a brilliant strategy. There are loads of things which need to change from within for Nokia, here are few which came to my mind when I was watching the NokiaWorld event:
1 public class HelloWorld {
2
3 public static void main(String args[]) {
4 System.out.println("Hello World");
5 }
6
7 }
8
91 def name='World' 2 3 println "Hello $name!"
1 int main(int argc, char** argv) {
2 cout << "Hello World";
3 return (EXIT_SUCCESS);
4 }1 import appuifw 2 3 data = u"World" 4 appuifw.note(u"Hello " + data, "info")