Android 1.5 released: Preview SDK & feature list

Android Developers Blog annouced today the availability of Android 1.5 SDK. Although this version seems to be complete and finish, Google warns it might change few APIs.

The Android 1.5 platform will include many improvements and new features for users and developers. Additionally, the SDK itself introduces several new capabilities that enable you to develop applications more efficiently for multiple platform versions and locales. Following are list of features Google has added to new Android 1.5.

  • – On-screen keyboard support, with support for auto-correct, text prediction, user dictionaries, and third-party keyboard layouts
  • – Live folders (Auto-updating folder shortcuts for things such as YouTube favorites, Starred Contacts, and, with the API now available, whatever else developers conjure up)
  • – Video Recording
  • – MPEG4 and 3GP Video Playback
  • – Stereo Bluetooth
  • – Browser enhancements: New ultrafast “Squirrelfish” javascript engine, search within a page, copy and paste, UI changes
  • – New Linux Kernel
  • – Google Application enhancements: View Google Talk friend statuses in contacts, SMS, MMS, Gmail, and Email
  • – New frameworks for developers to build upon: Widget creation, Live Folder creation, Raw audio recording/playback, Video recording, Speech recognition
  • – Faster GPS, Faster camera startup, faster Gmail scrolling, and smoother browser scrolling

For full feature list, check this Android’s Developers page .

Share
Published by
Viral Patel
Tags: android sdk google News tech stories

Recent Posts

  • Java

Java URL Encoder/Decoder Example

Java URL Encoder/Decoder Example - In this tutorial we will see how to URL encode/decode…

4 years ago
  • General

How to Show Multiple Examples in OpenAPI Spec

Show Multiple Examples in OpenAPI - OpenAPI (aka Swagger) Specifications has become a defecto standard…

4 years ago
  • General

How to Run Local WordPress using Docker

Local WordPress using Docker - Running a local WordPress development environment is crucial for testing…

4 years ago
  • Java

Create and Validate JWT Token in Java using JJWT

1. JWT Token Overview JSON Web Token (JWT) is an open standard defines a compact…

4 years ago
  • Spring Boot

Spring Boot GraphQL Subscription Realtime API

GraphQL Subscription provides a great way of building real-time API. In this tutorial we will…

4 years ago
  • Spring Boot

Spring Boot DynamoDB Integration Test using Testcontainers

1. Overview Spring Boot Webflux DynamoDB Integration tests - In this tutorial we will see…

4 years ago