Wednesday, April 13, 2016

CREO MARK 1 : FULL SPECS &PRICE

 CREO MARK 1


CREO,A NEW INDIAN SMARTPHONE BRAND LAUNCHED ITS FIRST ANDROID SMARTPHONE "CREO MARK 1" WHICH COMES WITH FUEL OS & 5.5 inch Quad HD DISPLAY.
                      
               CREO INTRODUCTORY VIDEO


 CREO said they improves phone performane by giving monthly sofware updates.

Some special features of FUEL OS  :-
1)Lightening fast searching:-It helps to get anything on your phone in just 2steps or less.

2)Retriever: Never lose your Mark 1:-It  alerts you by sending email when sim card will change,& it works without internet.Its a good feature.

3)Echo: Never miss a call:-When you are busy this feature helps you by answering incoming calls with a personalised greeting in your voice.It works without internet.

4)Smart Gestures to do things smarter:-You can launch camera apps or turn on flashlight or take a screenshot by smart gestures(off screen gestures).

FULL SPECIFICATIONS OF MARK 1








CREO MARK 1 PRICE = RS19,999





Friday, April 8, 2016

ANDROID N FEATURES


            ***ANDROID N FEATURES***



 Google working on their new android version i.e Android N (version 7.0).Recently google released Android N developer  preview for NEXUS devices(Nexus 6P, Nexus 5X, Nexus 6, Pixel C, Nexus 9 and Nexus Player,Android one 4g).If you have these devices you can taste Android N.
 click here for download developer build

Some features of new Android N
  1. Multi-window support


In Android N, we're introducing a new and much-requested multitasking feature into the platform — multi-window support.

Users can now pop open two apps on the screen at once.On phones and tablets running Android N, users can run two apps side-by-side or one-above-the-other in splitscreen mode. Users can resize the apps by dragging the divider between them.On Android TV devices, apps can put themselves in picture-in-picture mode, allowing them to continue showing content while the user browses or interacts with other apps.
It's straightforward to add multi-window support to your app and configure how it handles multi-window display. For example, you can specify your activity's minimum allowable dimensions, preventing users from resizing the activity below that size. You can also disable multi-window display for your app, which ensures that the system will only show your app in full-screen mode.Especially on tablets and other larger-screen devices, multi-window support gives you new ways to engage users. You can even enable drag-and-drop in your app to let users conveniently drag content to or from your app — a great way to enhance your user experience.
For more information, see the Multi-Window Support developer documentation.



2.Notification enhancements
In Android N we've redesigned notifications to make them easier and faster to use. Some of the changes include:
  • Template updates: We're updating notification templates to put a new emphasis on hero image and avatar. Developers will be able to take advantage of the new templates with minimal adjustments in their code.
  • Bundled notifications: The system can group messages together, for example by message topic, and display the group. A user can take actions, such as Dismiss or Archive, on them in place. If you’ve implemented notifications for Android Wear, you’ll already be familiar with this model.
  • Direct reply: For real-time communication apps, the Android system supports inline replies so that users can quickly respond to an SMS or text message directly within the notification interface.
  • Custom views: Two new APIs enable you to leverage system decorations, such as notification headers and actions, when using                                                        custom views in notifications.
  • To learn how to implement the new features, see the Notifications guide.

3.Profile-guided JIT/AOT compilation



In Android N, we've added a Just in Time (JIT) compiler with code profiling to ART, which lets it constantly improve the performance of Android apps as they run. The JIT compiler complements ART's current Ahead of Time (AOT) compiler and helps improve runtime performance, save storage space, and speed up app updates and system updates.
Profile-guided compilation lets ART manage the AOT/JIT compilation for each app according to its actual usage, as well as conditions on the device. For example, ART maintains a profile of each app's hot methods and can precompile and cache those methods for best performance. It leaves other parts of the app uncompiled until they are actually used.
Besides improving performance for key parts of the app, profile-guided compilation helps reduce an app's overall RAM footprint, including associated binaries. This feature is especially important on low-memory devices.
ART manages profile-guided compilation in a way that minimizes impact on the device battery. It does precompilation only when then the device is idle and charging, saving time and battery by doing that work in advance.

4.Quick path to app install


One of the most tangible benefits of ART's JIT compiler is the speed of app installs and system updates. Even large apps that required several minutes to optimize and install in Android 6.0 can now install in just a matter of seconds. System updates are also faster, since there's no more optimizing step.

5.Doze on the go...



Android 6.0 introduced Doze, a system mode that saves battery by deferring apps' CPU and network activities when the device is idle, such as when it's sitting on a table or in a drawer.
Now in Android N, Doze takes a step further and saves battery while on the go. Any time the screen is off for a period of time and the device is unplugged, Doze applies a subset of the familiar CPU and network restrictions to apps. This means users can save battery even when carrying their devices in their pockets.A short time after the screen turns off while the device is on battery, Doze restricts network access and defers jobs and syncs. During brief maintenance windows, applications are allowed network access and any of their deferred jobs/syncs are executed. Turning the screen on or plugging in the device brings the device out of Doze.
When the device is stationary again, with screen off and on battery for a period of time, Doze applies the full CPU and network restrictions on PowerManager.WakeLockAlarmManager alarms, and GPS/Wi-Fi scans.
The best practices for adapting your app to Doze are the same whether the device is moving or not, so if you already updated your app to gracefully handle Doze, you're all set. If not, start adapting your app to Doze now.

6.Data Saver



Over the life of a mobile device, the cost of a cellular data plan typically exceeds the cost of the device itself. For many users, cellular data is an expensive resource that they want to conserve.
Android N introduces Data Saver mode, a new system service that helps reduce cellular data use by apps, whether roaming, near the end of the billing cycle, or on a small prepaid data pack. Data Saver gives users control over how apps use cellular data and lets developers provide more efficient service when Data Saver is on.
When a user enables Data Saver in Settings and the device is on a metered network, the system blocks background data usage and signals apps to use less data in the foreground wherever possible — such as by limiting bit rate for streaming, reducing image quality, deferring optimistic precaching, and so on. Users can whitelist specific apps to allow background metered data usage even when Data Saver is turned on.
Android N extends the ConnectivityManager to provide apps a way to retrieve the user's Data Saver preferences and monitor preference changes. All apps should check whether the user has enabled Data Saver and make an effort to limit foreground and background data usage.

7.Quick Settings Tile API

Quick Settings is a popular and simple way to expose key settings and actions, directly from the notification shade. In Android N, we've expanded the scope of Quick Settings to make it even more useful and convenient.
We've added more room for additional Quick Settings tiles, which users can access across a paginated display area by swiping left or right. We've also given users control over what Quick Settings tiles appear and where they are displayed — users can add or move tiles just by dragging and dropping them.
For developers, Android N also adds a new API that lets you define your own Quick Settings tiles to give users easy access to key controls and actions in your app.
Quick Settings tiles are reserved for controls or actions that are either urgently required or frequently used, and should not be used as shortcuts to launching an app.
Once you’ve defined your tiles, you can surface them to users, who can add them to Quick Settings just by drag and drop.

8.TV Recording



TV input services let the user pause and resume channel playback via time-shifting APIs. Android N expands on time-shifting by letting the user save multiple recorded sessions.
Users can schedule recordings in advance, or start a recording as they watch a program. Once the system has saved a recording, the user can browse, manage, and play back the recording using the system TV app.
If you want to provide recording functionality for your TV input service, you must indicate to the system that your app supports recording, implement the ability to record programs, handle and communicate any errors that occur during recording, and manage your recorded sessions.

9.Direct boot

Direct boot improves device startup times and lets registered apps have limited functionality even after an unexpected reboot. For example, if an encrypted device reboots while the user is sleeping, registered alarms, messages and incoming calls can now continue notify the user as normal. This also means accessibility services can also be available immediately after a restart.
Direct boot takes advantage of file based encryption in Android N to enable fine grained encryption policies for both system and app data. The system uses a device-encrypted store for select system data and explicitly registered app data. By default a credential-encrypted store is used for all other system data, user data, apps, and app data.
At boot, the system starts in a restricted mode with access to device-encrypted data only, and without general access to apps or data. If you have components that you want to run in this mode, you can register them by setting a flag in the manifest. After restart, the system activates registered components by broadcasting theLOCKED_BOOT_COMPLETED intent. The system ensures registered device-encrypted app data is available before unlock. All other data is unavailable until the User confirms their lock screen credentials to decrypt it.
For more information, see Direct Boot.
We expecting Android N name * NUTELLA* ?What do you think guys Nutella is good name?
-------------------------------------------------------X----------------------------------------------------------


Thursday, April 7, 2016

YU 6000

             YU6000 COMMING SOON!


YU Televentures is an Indian consumer electronics brand founded on 18 December 2014 as a joint venture of Cyanogen Inc and Micromax Informatics Limited. Also, YU holds official Cyanogen OS rights in India. Micromax co-founder Rahul Sharma owns 99% of the stake in YU while the remaining 0.1% is held by two other co-founders, Vikas Jain and Sumeet Arora.

   Recently new YU device benchmark,specs, spotted on some site.

 YU 6000 comes with 4.6 FHD(1080 x 1920 pixels) screen, 13MP back cam and 8 MP front cam with  2230 mAh battery. 

YU 6000 FULL SPECS:-


  • OS                                         ANDROID 5.1
  • DISPLAY                             6 inch FHD DISPLAY 
  • CPU                                     OCTA CORE CPU@1.5GHZ
                                                 (MEDIATEK MT6753 CORTEX A53-ARMV8)
  • GPU                                     ARM MALI T-720    
  • openGL API                        OPEN GLS ES3.1
  • MEMORY                           2.9GB (RAM)
  • STORAGE                          11GB
  • BACK CAMERA               13 Megapixels, 4128 x 3096 Pixels
  • FRONT CAMERA             8 Megapixels  3264x2448 Pixels    
  • SENSORS                           Accelerometer, Compass, Proximity, Distance Sensor, Ambient                                                 Light Sensor          
                  
  • NFC                                     NOT SUPPORT
  • WIFI                                    SUPPORT  802.11 b/g/n
  • BLUETOOTH                      Bluetooth 4.1 A2DP          

PRICE:- RS.10000-15000- approx