EVENT: Samsung Widget Developer Camp

Samsung Mobile Innovator
From September 11 to 13th in San Francisco, Samsung will be continuing their developer outreach by hosting a Developer Camp. Thanks to Ashok Thiyagarajan (@asokan_telecom) from Samsung to recommending me to be a judge for the event.

Samsung, in my opinion has been a little late to the game in having a dedicated Developer Program, and it will be good to talk with developers and see the applications that come from this event. Long reliant on Windows Mobile and Java, Samsung using widgets is trying to more lightweight and more importantly, directly embrace developers. There is no shortage these days of platforms to develop for when it comes to mobile; the harder question to answer is if handset OEMs and platforms are slicing the pie too many times.

Fame is nice and making money is important too. Let’s hope both can coexist for Samsung Developers.

Samsung Widget Developer Camp 2009
To kick-off the launch of the Samsung Mobile Widget SDK, Samsung will host its first Widget Developer Camp from September 11-13, 2009 at the Hyatt Regency, San Francisco. The camp will provide select developers2 with the opportunity to hear from the Samsung Mobile Innovator team about the program and develop unique widgets using the SDK for a chance to win cash prizes.

Samsung Mobile Innovator will begin accepting application submissions today, at www.samsungmobileusa.com/devcamp, through August 31, 2009. Selected applicants will be notified of acceptance into the camp on September 2, 2009. Samsung’s Widget Developer Camp weekend will kick-off with a cocktail event on September 11 and beginning September 12, developers will have access to a Wi-Fi-equipped, catered and staffed meeting space for 24 hours. During this time, attendees will burn the midnight oil to develop widgets in five categories:

  • Social Media
  • News/Reference
  • Health/Fitness
  • Travel/Entertainment
  • Humor/Fun

At the end of the Widget Developer Camp, a panel of VIP judges will select a winner in each category, who will each be awarded a $5,000 prize. The judges will award one Best in Show winner, who will receive $20,000 and the opportunity to attend CTIA IT & Entertainment 2009 in San Diego from October 7-10, 2009 and have their widget showcased in Samsung’s booth. To apply, for full rules and regulations and for additional information, please visit www.samsungmobileusa.com/devcamp.

Related Posts:
  1. EVENT: MetaPlaces – How To Monetize Location Data & Services...

  2. Samsung Widget Dev Camp Results and Thoughts...

  3. EVENT: Verzion Developer Day – San Jose...

  4. EVENT: WIPJam at JavaOne...

  5. Textopoly CTIA Alerts Widget...

  6. Filed under: Mobile, Samsung, conference, content, event, mobileslate, widget
blog comments powered by Disqus

Powered in part by Linkshare Merchandiser WP Plugin google.load("language", "1"); var curstate = 0; var hasloaded = 0; function bnc_show_translated() { if (hasloaded == 0) { bnc_lang_callback(); hasloaded = 1; } for (i = 0; i < 0; i++) { var elem = $("bnc_original_" + i); if (elem) { if (curstate) { elem.show(); } else { elem.hide(); } } } for (i = 0; i < 0; i++) { var elem = $("bnc_trans_" + i); if (elem) { if (curstate) { elem.hide(); } else { elem.show(); } } } if (curstate) { $("bnc_trans_state1").show(); $("bnc_trans_state2").hide(); curstate = 0; } else { $("bnc_trans_state1").hide(); $("bnc_trans_state2").show(); curstate = 1; } } function bnc_detect_div(div_id) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; if (text.length > 0) { google.language.detect(text, function(result) { if (!result.error) { if (result.language != "en") { if (result.confidence > 0.25) { $("bnc_translating").show(); bnc_xlate_div(result.language, div_id, "en"); } } } } ); } } } function bnc_xlate_div(src_lang,div_id,o_lang) { var text = document.getElementById(div_id); if (text) { text = text.innerHTML; google.language.translate(text, src_lang, o_lang, function(result) { var translated = document.getElementById(div_id); if (result.translation) { translated.innerHTML = result.translation; } }); } } function bnc_lang_callback() { } function bnc_startup() { bnc_xlate_div("en", "bnc_translate_info", "en"); bnc_xlate_div("en", "bnc_translate_info2", "en"); } google.setOnLoadCallback(bnc_startup);