Android Developers Conference 2012 (AnDevCon III) Schedule

The full schedule for AnDevCon III (14-17 May 2012)  has finally been released with 42 different classes and several workshops. The sessions will be organized into five subject area: Developer Essentials: These technical classes and workshops are for all Android developers and cover all programming topics. Android Enterprise: These technical sessions cover topics specific to building and managing apps for employees, business customers and partners, such as back-end integration corporate data center communications, ERP or CRM systems. Android Business: These classes and workshops are for entrepreneurial developers who want to learn the most effective ways of distributing and selling Android apps, including how to maximize profit through the Android Market. Android Tablets and beyond: These classes and workshops are specific to commercial devices beyond smartphones, including tablets, Google TV, and other platforms. Embedded Android: These classes and workshops are for developers working close to the hardware, such as on custom […]

Tizen Releases Source Code and SDK Previews

Tizen, a new Linux based HTML5 operating systems aimed at mobile and consumer devices, was announced at the end of September 2011 without much detail. Today, Tizen has posted a set of pre-release tools, source code and related documentation to give application developers an early look at Tizen. Tizen Alpha (pre-1.0) is a very early preview and is not yet designed for use to create production applications. They specifically released the following items: Tizen source code preview – Operating system source code, including middleware, basic UI, and menu interface Tizen SDK preview – SDK & APIs: Web IDE, Emulator, Web API documentation, and Toolchain If you plan to try Tizen SDK, you development machines should match or exceed the following requirements: Ubuntu 10.04/10.10/11.04 32-bit (Windows and Mac version will be available later) At least dual-core 2 GHz CPU (recommend VTx supported by CPU) At least 2 GB of RAM memory […]

Try Windows Phone 7.5 on Your Android / iOS device or Desktop

If you own an Android smartphone or iPhone, and wonder what Microsoft Windows Mobile 7.5 looks like, you can now try it directly inside your phone without installing anything. Microsoft has setup a HTML5 website which offers a working demo of Windows Phone 7.5. It’s obviously not the same as the full OS, but it does allow visitors to experience the look and feeling of Window Phone 7.5 and access applications such as email and calendar. Simply visit http://aka.ms/wpdemo in your mobile phone browser to try the demo. If you don’t own a smartphone yet, you can also try it in your desktop browser. It did not work in Firefox for me, but works fine in Chrome. You can tap to access different menus. Once you are inside a menu, you’ll be asked to swipe or tap to discover the features of the operating systems. All demos are pre-recorded, so […]

MontaVista adds HTML5 and Android support to its GENIVI-Compliant Automotive Technology Platform

Montavista announced secure HTML5 and Android support to its Automotive Technology Platform (ATP) which is GENIVI Compliant. HTML5 support is provided via MontaVista’s ModiiTM Digital Media Solutions Platform. Both Android and HTML5 are made independant of critical part of the software as they are executed in a MontaVista Linux Container (isolated virtualized container environment). Here’s an excerpt of the press release: SANTA CLARA, Calif. – October 10th, 2011 – MontaVista® Software LLC, today announced secure HTML5 and Android support for its Automotive Technology Platform (ATP). The addition of HTML5 support is provided via MontaVista’s ModiiTM Digital Media Solutions Platform which adds a powerful HTML5-based UI Framework to its recently released GENIVI-Compliant Platform. The Android support delivers a high performance Android runtime environment, which opens up access to a vast number of popular applications from the entire Android ecosystem. Complementing the Android and HTML5 capabilities, MontaVista has implemented a unique dual-layered […]

HTML5 Bleeding Edge – Google Devfest Chiang Mai 2011

GTUG Thailand has uploaded 2 videos that recorded HTML5 Bleeding Edge presentation by Eric Bidelman at Google Devfest 2011 in Chiang Mai, Thailand on September, 24 2011. This presentation focuses on what’s new on HTML5 including WebSockets, messaging, and rich media APIs like the Web Audio API. A summary of this presentation is available here. The presentation slides are available at http://bleedinghtml5.appspot.com and the instructions to retrieve code are given at http://code.google.com/p/bleedinghtml5/ Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011. www.cnx-software.com

Tizen: Linux Based OS with HTML5 Application Programming Interfaces

Earlier this week, the Linux Foundation announced yet another new Linux-based open source operating system for mobile and consumer devices based on Web standards called Tizen. This project is backed by Intel and Samsung who have already been involved with Linux based operating systems before, respectively with MeeGo and Bada. Both companies will be part of the technical steering team. It looks like Tizen will replace Meego overtime. Meego developers blasted the move and posted  angry comments especially in relation to Qt support and the fact that all the previous work put into the project has probably gone to waste. My take is that using HTML5 is probably not such a bad ideas as many applications are currently developed in HTML5/Javascript for Chrome Webstore for example, and it could make porting those to Tizen straightforward. Tizen will support multiple device categories including: Smartphones Tablets Smart TVs Netbooks In-vehicle infotainment devices […]

Support for HTML5 Youtube Videos (iFrame) in WordPress

WordPress 3.x will automatically remove iFrame tags when you switch between HTML and Visual mode. In order to prevent that issue, simply install TSL iframe unfilter plugin.This will fix the issue of Youtube iframe embedded code disappearing or any other iframe code you’ve got. To automatically center Youtube videos using the iframe embedded code (supporting for flash and HTML5), edit style.css in Appearance->Editor, and add the lines /* Align iFrame Youtube Videos */ .youtube-player { display: block; margin: 0 auto; } Jean-Luc Aufranc (CNXSoft)Jean-Luc started CNX Software in 2010 as a part-time endeavor, before quitting his job as a software engineering manager, and starting to write daily news, and reviews full time later in 2011. www.cnx-software.com