Posts Tagged ‘Flash’

  • Android 2.0 (Eclair) Update very soon.

    0

    Recently the SDK for Android 2.0 was published. Developers can now adapt their applications to Android 2.0. Watch the video to get an impression about new features.

    This video was embedded using the YouTuber plugin by Roy Tanck. Adobe Flash Player is required to view the video.

    I assume someone will generate an updateable ROM for actual phones very soon. So stay tuned for an Android 2.0 update.

    Highlights of Android 2.0 (according to http://developer.android.com/sdk/android-2.0-highlights.html)

    Contacts and accounts

    • Multiple accounts can be added to a device for email and contact synchronization, including Exchange accounts. (Handset manufacturers can choose whether to include Exchange support in their devices.)
    • Developers can create sync adapters that provide synchronization with additional data sources.
    • Quick Contact for Android provides instant access to a contact’s information and communication modes. For example, a user can tap a contact photo and select to call, SMS, or email the person. Other applications such as Email, Messaging, and Calendar can also reveal the Quick Contact widget when you touch a contact photo or status icon.

    Email

    • Exchange support.
    • Combined inbox to browse email from multiple accounts in one page.

    Messaging

    • Search functionality for all saved SMS and MMS messages.
    • Auto delete the oldest messages in a conversation when a defined limit is reached.

    Camera

    • Built-in flash support
    • Digital zoom
    • Scene mode
    • White balance
    • Color effect
    • Macro focus

    Android virtual keyboard

    • An improved keyboard layout to makes it easier to hit the correct characters and improve typing speed.
    • The framework’s multi-touch support ensures that key presses aren’t missed while typing rapidly with two fingers.
    • A smarter dictionary learns from word usage and automatically includes contact names as suggestions.

    Browser

    • Refreshed UI with actionable browser URL bar enables users to directly tap the address bar for instant searches and navigation.
    • Bookmarks with web page thumbnails.
    • Support for double-tap zoom.
    • Support for HTML5:

      • Database API support, for client-side databases using SQL.
      • Application cache support, for offline applications.
      • Geolocation API support, to provide location information about the device.
      • <video> tag support in fullscreen mode.

    Calendar

    • Agenda view provides infinite scrolling.
    • Events indicate the attending status for each invitee.
    • Invite new guests to events.

    New Platform Technologies

    Media Framework

    Revamped graphics architecture for improved performance that enables better hardware acceleration.

    Bluetooth

    • Bluetooth 2.1
    • New BT profiles: Object Push Profile (OPP) and Phone Book Access Profile (PBAP)

    New Framework APIs

    Android 2.0 includes several new developer APIs. For an overview of new APIs, see the Android 2.0 version notes.

    For a complete report of all API changes, see the API Differences Report.

    developers.android.com

  • Where Photography meets Geoinformation

    0

    Pixelcase is an online service to create virtual tours. It allows to create impressive presentations about geographic places. By using photographs and panoramic views in a flash frame including functionality like zoom, rotate and pan a spatial feeling is added. Following example shows how Geoinformation can be presented in an entertaining environment: http://www.pixelcase.com.au/vr/2009/newyork/

    neues-bild

    You can jump between different places, so called hotspots, by using thumbnails on the bottom. This functionality could be enhanced by using direct links in the picture to jump from one hotspot to another. Maybe an navigation similar to Google Streetview can be added of cover all the different hotspots of a covered area.

  • Java FX 1.0 available now – but not for mobiles.

    0

    Sun has recently published the final version of JavaFX 1.0. The new Java technology enables developers to create so-called Rich Internet Applications (RIAs). JavaFX is a Java-based technology in competition to technologies such as Adobe Flash and Adobe Air and Microsoft Silverlight. To develop JavaFX applications Sun provides a plug-in for the NetBeans IDE.

    Libraries and web services are part of the JavaFX development platform. JavaFX supports 2D vector graphics and offers effects such as anti-aliasing and alpha blending. With the JavaFX Desktop SE and Java applets Internet services can be used on your computer similar to desktop applications.

    JavaFX currently supports Windows XP and Vista with Java SE 1.6 Update 10 and MacOS X with Java SE 1.6 update 5th.

    JavaFX 1.0 is now available for download at http://www.javafx.com. Core components, JavaFX Development Environment, Production Suite JavaFX and JavaFX Desktop and the NetBeans IDE 6.5, more than 80 code examples, tutorials and documentation are included in the installation package.

    Sun CEO and President, Jonathan Schwartz introduces JavaFX -- the
    new expressive platform for creating and delivering rich Internet
    experiences across all the screens of your life.

    One main focus at JavaFX are mobile devices. But JavaFX Mobile will be available in spring 2009 according to Sun.

    [via golem.de]