Showing posts with label android latest version lollipop. Show all posts
Showing posts with label android latest version lollipop. Show all posts

Friday, 30 October 2015

Google I/O 2015: Part V – Advanced Technologies and Projects

Project Vault
Project Vault aims to secure the sensitive data that is stored on the microSD cards used as external storage media in smartphones. Designed by ATAP, Project Vault incorporates an ARM chip installed inside a microSD card with at least 1 GB of storage space. These cards will be based on RTOS (Real-time Operating Systems). The hardware setup will also consist of an NFC and an antenna for security purposes. The card will feature 2-factor authentication and will act like a regular microSD card to the parent device and would work on a number of operating systems like Android, Windows, OS X, Linux, etc.

Project Soli
Thinking of having a radar right inside wearable like smartwatches, Google ATAP (Advanced Technologies and Projects) team has made it possible. Project Soli wants to create a way for people to operate their devices using only natural hand motions, rather than styluses, touch screens or scroll balls. This highly sensitive radar sensor will be capable of sensing even slightest of the movements and hence will correctly estimate the velocity and the distance. The radar sensors are so precise that the most minuet movement is also recognized. ATAP is using radar to make Soli work even at a distance. It may be available later this year, and will be a feature of Android Wear.

Project Jacquard
Probably the new project debuted by ATAP was Project Jacquard. Project Jacquard incorporates electronics woven right into the fabrics. So, user doesn’t have to rely on wearable devices for doing basic tasks on smartphones. The team has created interactive, touch sensitive threads that can be woven into fabric so user can control their devices from: the sleeve of shirt or pant. They announced a partnership with Levis and are hoping to spread the technology through the fashion industry. The big difference between Jacquard and “smart clothing” of the past is that Google worked with clothing manufacturers to develop a yarn that struck a balance between being conducive for tech, while still being durable and wearable enough for use in the fashion industry.
User can think about controlling music playback just by making a gesture on your garment. The scope of this technologies involving fabric-woven electronics is virtually endless and depends on the imagination of the company and the developers.

Project Ara
Project Ara, one of the most interesting development in Google i/o 2015. The ATAP team demonstrated a working prototype of Google’s modular smartphone. An Ara phone was assembled from scratch, adding everything except the battery module. The phone was then turned on and shown to be working fine. The battery module was then added, without rebooting the device, and no issues come across in accepting the newly added module. The finished product will allow user to swap modules, such as cameras and batteries, in and out of the phone like building blocks.

More About Google i/o 2015
Source Link: http://www.9spl.com/blog/google-io-2015-part-v-advanced-technologies-projects/

Tuesday, 29 September 2015

Android 5.0 Lollipop – New & More Sweeter Taste for Developers

Android Lollipop Version 5.0
Google announced new Android Lollipop Version 5.0 which is a big leap from its previous version. Android 5.0 introduced many new APIs for the developer to make some really cool applications which is going to support all kind of screens near by you.If we take a deep drive in API detail, Total 14 new packages added and 57 packages got changed with removal of 1 package.
The major changes which should be taken care by the developers are regarding totally new UI called “Material Design”, ”ART runtime”, “Notifications” & “Battery Optimization”. Let’s go through all the main changes one by one.

Material Design: Material design is totally a new way to interact with the application for user. The main principle behind material design is user should be notified for every interaction he makes with application. Shadow, Ripple animation on Touch, Transition animations, Recyclerview, Floating Buttons are some of the terms to achieve mind blowing UI.

Notifications: Before Lollipop, user have to unlock the screen to see the notification. From now, user can see prioritized notification from lock screen. To achieve this developer have new updated API for Notification, from which developers can allow user to group the notification or to make it secret/secured. New Heads-up notification feature is added in which you current task will not be get interrupted by Call. Media style notification is also get introduced in the update API for Notification.

Improved Media API: In media API new 4 packages are introduced for special features which are to browse special media content, to record the screen or audio from the device microphone, to communication with TV. New API allow to play audio with PCM streaming.

PDF rendering: The most and useful API to use PDF files is introduce. Now to develop an application to read/render PDF files get easy.

Camera: Android Lollipop Version 5.0 introduced new package named “camera2” and the old one camera is deprecated. The new camera API include interface to the camera devices which are connected the android device. The new API contains all the features which require to cover all the aspects of camera.

Bluetooth Low Energy(BLE): In the last version BLE was introduced, but from now with the updated API, Android device can also work as a Low energy peripheral device like a beacon which is a great enhancement. Android 5.0 also introduced “Trustest Bluetooth Device” for smart lock in which if any Bluetooth peripheral device is near to your phone there is a no need to enter pin/password to unlock the device. Android Device will automatically detect the safe context.

ART Runtime & Battery Optimization: From now ART(Android Run time) will be the default run time environment which has some improved features like, Ahead of Time (AOT) compilation, improved garbage collector for proper memory utilization and more debugging support. With that Lollipop come with “Job Scheduling” from which developer can submit the job to execute on particular condition like when device is connected on charging or with wifi connection like this. Which is useful for battery optimization thus it will add more time to use the device than charging it.
9series Solutions is having skilled Android developers and experienced team ready to develop Android application for your business need. We can help you to do R&D and create minimum viable product (MVP).

The packages which are newly added are:
  1. android.app.job
  2. android.app.usage
  3. android.bluetooth.le
  4. android.hardware.camera2
  5. android.hardware.camera2.params
  6. android.media.browse
  7. android.media.projection
  8. android.media.session
  9. android.media.tv
  10. android.service.media
  11. android.service.restrictions
  12. android.service.voice
  13. android.system
  14. android.telecom