Android 4.1 Jelly Bean? - HTC One X

hi guys, i see on all IT News that there is new storm comming! Android Jelly Bean!
Android 4.1 is the fastest and smoothest version of Android yet. We’ve made improvements throughout the platform and added great new features for users and developers. This document provides a glimpse of what's new for developers.
See the Android 4.1 APIs document for a detailed look at the new developer APIs: http://developer.android.com/about/versions/android-4.1.html
Faster, Smoother, More Responsive
Android 4.1 is optimized to deliver Android's best performance and lowest touch latency, in an effortless, intuitive UI.
To ensure a consistent framerate, Android 4.1 extends vsync timing across all drawing and animation done by the Android framework. Everything runs in lockstep against a 16 millisecond vsync heartbeat — application rendering, touch events, screen composition, and display refresh — so frames don’t get ahead or behind.
Android 4.1 also adds triple buffering in the graphics pipeline, for more consistent rendering that makes everything feel smoother, from scrolling to paging and animations.
Android 4.1 reduces touch latency not only by synchronizing touch to vsync timing, but also by actually anticipating where your finger will be at the time of the screen refresh. This results in a more reactive and uniform touch response. In addition, after periods of inactivity, Android applies a CPU input boost at the next touch event, to make sure there’s no latency.
Tooling can help you get the absolute best performance out of your apps. Android 4.1 is designed to work with a new tool called systrace, which collects data directly from the Linux kernel to produce an overall picture of system activities. The data is represented as a group of vertically stacked time series graphs, to help isolate rendering interruptions and other issues. The tool is available now in the Android SDK (Tools R20 or higher) http://developer.android.com/tools/index.html
Enhanced Accessibility
New APIs for accessibility services let you handle gestures and manage accessibility focus as the user moves through the on-screen elements and navigation buttons using accessibility gestures, accessories, and other input. The Talkback system and explore-by-touch are redesigned to use accessibility focus for easier use and offer a complete set of APIs for developers.
Accessibility services can link their own tutorials into the Accessibility settings, to help users configure and use their services.
Apps that use standard View components inherit support for the new accessibility features automatically, without any changes in their code. Apps that use custom Views can use new accessibility node APIs to indicate the parts of the View that are of interest to accessibility services.
AND A LOT A LOT of other features according to Android Developer Community at: http://developer.android.com/about/versions/jelly-bean.html
I was wondering if i could inspire the HTC One X Developers, to be the first one's that this Jelly Bean OS will be developed for HTC One X coz i can't handle the Samsung Galaxy S3 Users with their mods, roms, n stuff.
I WANT TO SHOW THEM THAT WE ARE THE BEST!
Watch this wonderful video at: http://youtu.be/V5E5revikUU

There is already a port from GNex system dump. Also a Nexus 7 system dump was made available so let's see how it goes.
Sent from my HTC One X

realunited123 said:
There is already a port from GNex system dump. Also a Nexus 7 system dump was made available so let's see how it goes.
Sent from my HTC One X
Click to expand...
Click to collapse
Oh, that's good i guess!
I CALL LeeDrOid or CoolExe! they r cool developers so they can port to HTC One X

Development section, done.

Please continue any JB related discussion here:
Jelly Bean (JB) for the HOX - OTA/Information/Update/ETAs/etc

Related

[Q] Galaxy Nexus UI Experience

As I've noticed that most (if not all) Android phones I've ever tried have been suffering from the "non-fluid" issue. The homescreen and apps experience might be fast but they're not fluid like ones found on iOS or Windows Phone and I'm guessing that it's because previous Android phones doesn't have the 2D gpu acceleration. ICS has added the feature and I'd like to ask those owner out there if the experience is now as fluid as iOS or WP7? watching video review doesnt help because videos are formatted into 30fps. Even GS2 doesn't appear to be fluid (aka I dont think it's running at 60fps)
The home screen and app launcher are very fluid if you have a static wallpaper. With a live wallpaper there is considerable slow down. Some wallpapers are less CPU intensive than others though.
Sent from my Galaxy Nexus using XDA App
Android's fluidity is actually due to more than just Hardware acceleration. Most Gingerbread phones come out of the box very quick (Nexus S) and really glide without any apps installed. Hardware [was] acceleration is a big problem, as you were throwing efficiency out the window in order to run on everything. Now with it HW Acceleration, the slickness of the OS has multiplied exponentially giving you an experience on par with iOS (Joshua Topolsky, The Verge)
Now, here comes the real problem, apps. Android apps have the most freedom in the developer sense, and are also the most lax on what is allowed in the market. While iOS dev kit requires a stringent agreement and agreement to an app review process before getting your license, Google's Android Market is nothing like that. If you can pony up $25 (a requirement only recently), you can publish whatever the hell you have made, no matter how ugly, useless, or inefficient it is. Google's toolbox for Devs is great, even greater in terms of options in app making, but enforces no standards or required templates. This is why iOS apps all have the same look and feel while Android's app range from great to complete ****. This makes a lot of sense though as Android started late in the game, so they needed to bring up the app numbers, no matter how many were ugly soundboards or battery hog games.
With ICS, Google is taking a step in the right direction by offering the HOLO hook for developers, which will allow apps to be "prettied up" for ICS instantly. Also, more efficient protocols have been added to keep battery life and smoothness up, such as a revised Garbage Collector (actually, I think they removed it entirely) and allowed apps to share information with each other. The Garbage Collection is what make your phone lag, as it is recycling the unused code on the apps you're running in the background. The new location hook allows apps to now constantly turn on your GPS to pull your location, as they can simply request it from other apps if they don't need the most up-to-date info or if you just recently used your location on another app. The OS should be as fast as any other on the stock level, and as soon as the Apps become ICS friendly and more efficient, Android will truly have people falling in love with it
Chrono_Tata said:
With a live wallpaper there is considerable slow down. Some wallpapers are less CPU intensive than others though.
Click to expand...
Click to collapse
This is particularly annoying. My last Android (Nexus One) was pretty smooth on almost all live wallpapers - certainly on the stock ones. The Galaxy Nexus lags like hell (slow juttery screen swiping) on all of them except one of them. Very, very disappointing and hope it gets fixed somehow.
Live Wallpaper
Thank you everyone, I'm now ordering one for myself and hopefully there won't be a let down on the UI experience!
rikbrown said:
This is particularly annoying. My last Android (Nexus One) was pretty smooth on almost all live wallpapers - certainly on the stock ones. The Galaxy Nexus lags like hell (slow juttery screen swiping) on all of them except one of them. Very, very disappointing and hope it gets fixed somehow.
Click to expand...
Click to collapse
Strange, I owned Nexus One too and live wallpaper (stock one) isn't running at acceptable frame rate at all....it's laggy and sluggish (i changed from iPhone 3G and that might explain why)
May be you can try changing live wallpaper on Galaxy Nexus cuz the one u'r using might not be that optimized?
PS. One more question, how u guys find the battery life?
dnlsmy said:
Also, more efficient protocols have been added to keep battery life and smoothness up, such as a revised Garbage Collector (actually, I think they removed it entirely) and allowed apps to share information with each other.
Click to expand...
Click to collapse
No, they most certainly did not remove the garbage collector but they implemented a more modern algoritm for it and it now makes sure to run on a different CPU core as to not take CPU cycles from the app. A garbage collector is part of the Java platform and could never just be removed since that would result in constant memory leaks that would result in a crash as soon as you filled up all the memory.
When will the stuttering laggy UI experience be addressed?
I'm tired of all the mis-information. There's a pattern: Google is about to release a new handset, they don't show the handset scrolling in any of their ads, or if they do, it's super-imposed. A handful of 'mainstream' bloggers praise the handset calling it quick and responsive and lag free. You buy into it, buy the handset, and the basic UI is anything but CONSISTENTLY fluid and responsive.
I stupidly bought the Galaxy Nexus, really wish I hadn't. Here's just one example of the issue: I have an SMS thread with a mere 27 SMS messages between a friend and myself. When I scroll the up or down the thread, it's embarrassingly choppy (stuttery - don't know what word to use for it). It's extremely unpleasant, and completely ruins the end-user experience.
What annoys me is that Romain Guy closed Android Issue 6914, claiming that it was implemented in ICS. Now ICS is here, and the Android phone is still plagued with the stutters and non-fluidness Android is renowned for. Thankfully someone else has opened a new issue (Android Issue 20278), and hopefully this time Google will FULLY address the issue.
Understandably, it annoys some people more than others. Any user who has experienced a mobile UI that is buttery smooth and fluid (free from 'jitters' and 'stutters'), and where a page or menu sticks to your finger like a magnet when you scroll, would not be able to put up with what Samsung and Google have produced. It's what the kids today would call an 'epic fail'.
---------- Post added at 10:17 PM ---------- Previous post was at 10:11 PM ----------
I'm tired of all the mis-information. There's a pattern: Google around about to release a new handset, they don't show the handset scrolling in any of their ads, or if they do, it's super-imposed. A handful of 'mainstream' bloggers praise the handset calling it quick and responsive and lag free. You buy into it, buy the handset, and the basic UI is anything but CONSISTENTLY fluid and responsive.
I stupidly bought the Galaxy Nexus, really wish I hadn't. Here's just one example of the issue: I have an SMS thread with a mere 27 SMS messages between a friend and myself. When I scroll the up or down the thread, it's embarrassingly choppy (stuttery - don't know what word to use for it). It's extremely unpleasant, and completely ruins the end-user experience.
Understandably, it annoys some people more than others. Any user who has experienced a mobile UI that is buttery smooth and fluid (free from 'jitters' and 'stutters'), and where a page or menu sticks to your finger like a magnet when you scroll, would not be able to put up with what Samsung and Google have produced. It's what the kids today would call an 'epic fail'.
scott.deagan said:
I'm tired of all the mis-information. There's a pattern: Google is about to release a new handset, they don't show the handset scrolling in any of their ads, or if they do, it's super-imposed. A handful of 'mainstream' bloggers praise the handset calling it quick and responsive and lag free. You buy into it, buy the handset, and the basic UI is anything but CONSISTENTLY fluid and responsive.
Click to expand...
Click to collapse
I find this to be untrue, the experience for me has been really good so far. Not perfect but its close. They have come a long way, it'll only get better.
And if you think any of the ads including apple are using true device operation in their advertising you are fooling yourself.
Sent from my Galaxy Nexus using Tapatalk
Can one of you guys post some video footage of said lag? I just ordered a Galaxy Nexus and can still cancel it. Thanks!
Yea there is an iPhone YouTube video performing the exact same steps they show in the commercials and it takes a LOT longer in real life.
Oh well.
G2x - 2.3.7 CM7
Transformer - 3.2 Revolver OC/UV
serialtoon said:
Can one of you guys post some video footage of said lag? I just ordered a Galaxy Nexus and can still cancel it. Thanks!
Click to expand...
Click to collapse
Not something worth canceling your order for, it's barely noticeable.
Nexcellent said:
Not something worth canceling your order for, it's barely noticeable.
Click to expand...
Click to collapse
Its the main reason i left Android. Hoping that one day they will use GPU rendering to assist with UI fluidity. If that is present, its enough for me to cancel an order. Ive been a long time Android enthusiast, but the UI sloppiness is what has kept me from keeping an Android phone for too long.
As a fellow UI lag hater I can tell you it's still there in some places. The problem is, although the base of ICS supports and uses GPU acceleration, 3rd party apps dont yet, and even if you "force" it in the developer settings, it isn't compatible with some apps, and will sometimes cause crashes.
That said, it is ages ahead of Gingerbread, but still not as smooth and fluid as iOS and WP7; not even the GPU accelerated parts.
ICS is a big improvement over gingerbread in terms of fluidity.. but it's not on the same level as iOS and WP 7 yet.
UI lag is one of the things I always hated about Android.. and I feel better about ICS than previous versions.. but they still need to improve it if they want to be on the same level as Apple and Microsoft.
FWIW, I bought the phone having read in several reviews that the phone still suffered (albeit much less) from the usual android-lag. It now compares favorably to iOS and the windows mobile platform, just doesn't match or pass them in fluidity and smoothness.
In my experience, many aspects of the UI are "buttery-smooth" and whatever else reviewers usually say. However, there are still a good amount of moments where lag and hangups are present. The difference is, I'm ok with that. I've accepted the phone for it's plusses, despite it's minuses.
To be clear though, it does lag and hang from time to time. Rebooting once a day helps and I believe forcing GPU rendering under developer settings generally helps.
Sent from my GNex
Dont forget that Andoid does much more in the background and foreground compare to iOS or WP7.
Think multitasking, customization, widgets, etc.
It is understandable Android cannot be as smooth as those iOS and WP7.
And for me, it is more than good enough. I wont ditch Android because it might lag a little bit, because the advantages are much more valuable.
---------- Post added at 11:58 AM ---------- Previous post was at 11:48 AM ----------
Here, this just in ... a thorough explanation from Google Developer about Android graphics:
https://plus.google.com/u/0/105051985738280261832/posts/2FXDCz8x93s
I copied the text here:
How about some Android graphics true facts?
I get tired of seeing so much misinformation posted and repeated all over the place about how graphics rendering works on Android. Here is some truth:
• Android has always used some hardware accelerated drawing. Since before 1.0 all window compositing to the display has been done with hardware.
• This means that many of the animations you see have always been hardware accelerated: menus being shown, sliding the notification shade, transitions between activities, pop-ups and dialogs showing and hiding, etc.
• Android did historically use software to render the contents of each window. For example in a UI like http://www.simplemobilereview.com/wp-content/uploads/2010/12/2-home-menu.png there are four windows: the status bar, the wallpaper, the launcher on top of the wallpaper, and the menu. If one of the windows updates its contents, such as highlighting a menu item, then (prior to 3.0) software is used to draw the new contents of that window; however none of the other windows are redrawn at all, and the re-composition of the windows is done in hardware. Likewise, any movement of the windows such as the menu going up and down is all hardware rendering.
• Looking at drawing inside of a window, you don’t necessarily need to do this in hardware to achieve full 60fps rendering. This depends very much on the number of pixels in your display and the speed of your CPU. For example, Nexus S has no trouble doing 60fps rendering of all the normal stuff you see in the Android UI like scrolling lists on its 800x480 screen. The original Droid however struggled with a similar screen resolution.
• "Full" hardware accelerated drawing within a window was added in Android 3.0. The implementation in Android 4.0 is not any more full than in 3.0. Starting with 3.0, if you set the flag in your app saying that hardware accelerated drawing is allowed, then all drawing to the application’s windows will be done with the GPU. The main change in this regard in Android 4.0 is that now apps that are explicitly targeting 4.0 or higher will have acceleration enabled by default rather than having to put android:handwareAccelerated="true" in their manifest. (And the reason this isn’t just turned on for all existing applications is that some types of drawing operations can’t be supported well in hardware and it also impacts the behavior when an application asks to have a part of its UI updated. Forcing hardware accelerated drawing upon existing apps will break a significant number of them, from subtly to significantly.)
• Hardware accelerated drawing is not all full of win. For example on the PVR drivers of devices like the Nexus S and Galaxy Nexus, simply starting to use OpenGL in a process eats about 8MB of RAM. Given that our process overhead is about 2MB, this is pretty huge. That RAM takes away from other things, such as the number of background processes that can be kept running, potentially slowing down things like app switching.
• Because of the overhead of OpenGL, one may very well not want to use it for drawing. For example some of the work we are doing to make Android 4.0 run well on the Nexus S has involved turning off hardware accelerated drawing in parts of the UI so we don’t lose 8MB of RAM in the system process, another 8MB in the phone process, another 8MB in the system UI process, etc. Trust me, you won’t notice -- there is just no benefit on that device in using OpenGL to draw something like the status bar, even with fancy animations going on in there.
• Hardware accelerated drawing is not a magical silver bullet to butter-smooth UI. There are many different efforts that have been going on towards this, such as improved scheduling of foreground vs. background threads in 1.6, rewriting the input system in 2.3, strict mode, concurrent garbage collection, loaders, etc. If you want to achieve 60fps, you have 20 milliseconds to handle each frame. This is not a lot of time. Just touching the flash storage system in the thread that is running the UI can in some cases introduce a delay that puts you out of that timing window, especially if you are writing to storage.
• A recent example of the kinds of interesting things that impact UI smoothness: we noticed that ICS on Nexus S was actually less smooth when scrolling through lists than it was on Gingerbread. It turned out that the reason for this was due to subtle changes in timing, so that sometimes in ICS as the app was retrieving touch events and drawing the screen, it would go to get the next event slightly before it was ready, causing it to visibly miss a frame while tracking the finger even though it was drawing the screen at a solid 60fps.
• When people have historically compared web browser scrolling between Android and iOS, most of the differences they are seeing are not due to hardware accelerated drawing. Originally Android went a different route for its web page rendering and made different compromises: the web page is turned in to a display list, which is continually rendered to the screen, instead of using tiles. This has the benefit that scrolling and zooming never have artifacts of tiles that haven’t yet been drawn. Its downside is that as the graphics on the web page get more complicated to draw the frame rate goes down. As of Android 3.0, the browser now uses tiles, so it can maintain a consistent frame rate as you scroll or zoom, with the negative of having artifacts when newly needed tiles can’t be rendered quickly enough. The tiles themselves are rendered in software, which I believe is the case for iOS as well. (And this tile-based approach could be used prior to 3.0 without hardware accelerated drawing; as mentioned previously, the Nexus S CPU can easily draw the tiles to the window at 60fps.)
• Hardware accleration does not magically make drawing performance problems disappear. There is still a limit to how much the GPU can do. A recent interesting example of this is tablets built with Tegra 2 -- that GPU can touch every pixel of a 1024x800 screen about 2.5 times at 60fps. Now consider the Android 3.0 tablet home screen where you are switching to the all apps list: you need to draw the background (1x all pixels), then the layer of shortcuts and widgets (let’s be nice and say this is .5x all pixels), then the black background of all apps (1x all pixels), and the icons and labels of all apps (.5x all pixels). We’ve already blown our per-pixel budget, and we haven’t even composited the separate windows to the final display yet. To get 60fps animation, Android 3.0 and later use a number of tricks. A big one is that it tries to put all windows into overlays instead of having to copy them to the framebuffer with the GPU. In the case here even with that we are still over-budget, but we have another trick: because the wallpaper on Android is in a separate window, we can make this window larger than the screen to hold the entire bitmap. Now, as you scroll, the movement of the background doesn’t require any drawing, just moving its window... and because this window is in an overlay, it doesn’t even need to be composited to the screen with the GPU.
• As device screen resolution goes up, achieving a 60fps UI is closely related to GPU speed and especially the GPU’s memory bus bandwidth. In fact, if you want to get an idea of the performance of a piece of hardware, always pay close attention to the memory bus bandwidth. There are plenty of times where the CPU (especially with those wonderful NEON instructions) can go a lot faster than the memory bus.
Click to expand...
Click to collapse
you saying iOS has no stutter lag..
My iPad stutters all the time. Its no where close to smooth!
Sent from my Galaxy Nexus using Tapatalk
There was some suggestion in this thread that any acceleration is currently software based only, and that the hardware acceleration has yet to be enabled.
I don't know how accurate that is, and there doesn't seem to be a definite answer in that thread.
Perhaps in the 4.1 update?
Evostance said:
you saying iOS has no stutter lag..
My iPad stutters all the time. Its no where close to smooth!
Sent from my Galaxy Nexus using Tapatalk
Click to expand...
Click to collapse
+1
Sent from my Galaxy Nexus using xda premium

SGS2 D4 Rom with heavy customization features. Portable?

This was on the front page. Would it be possible to port this feature to our AOSP roms? A flashable standalone would be pretty EPIC (and thats what we're all about on this phone )
http://www.xda-developers.com/android/d4-rom-for-the-sgs2-brings-modular-goodness/
We all like customizing our Android devices. In fact, for many of our 4.4 million members, that is the main reason we chose Android in the first place, rather than going with some unnamed fruit company. It is in this customization that we make our mobile devices truly our own. Many prefer to do the customization with themes and other mods, but sometimes it can go even deeper.
We’ve covered methods of customizing ROM installations in the past using the Aroma Installer. The installer, which is similar to nLite for Windows power users, allows end users to customize how exactly their ROM of choice is installed. However, this requires both a porting effort to your device and implementation into the target ROM. Unfortunately, this leaves many users out in the cold. Furthermore, other users would like a modular ROM that can be tweaked well after installation.
Luckily for Samsung Galaxy S II owners, however, XDA Recognized Developer D4rKn3sSyS has released a CyanogenMod 9-based ROM that includes some modular functionality. Using the built-in control app, you can easily modify things such as battery style, LCD density tweaks, enabling or disabling system sounds, switching recording video format, switching USB mode (UMS or MTP), and much more.
D4 ROM goal is to offer the maximum stability possible, and easy-to-user features, like changing LCD density, Recorded video format and so on. But it’s main aim is allow user to choose what mods he wants, and enable them with just a tap.
Have in mind, that what differs from this rom, is not the base, but the options that can be added via OTA. Some of the features are:
*OTA App for adding features on the air, like:
-Battery Styles
-MP4 / 3GP Recording
-MTP / Mass Storage
-Sound Management
*Minor inbuilt tweaks
*Custom bootanimation
And more
Those lucky SGS2 owners looking to get started with D4 ROM should head over to the ROM thread.
Click to expand...
Click to collapse

Sprint just released ota jellybean!

3/7 - LG Optimus G Software Update - Jellybean Android 4.1.2 (LS970ZVA)
LG Optimus G Software Update - LS970ZVA
*
Enhancements/Fixes
- Android 4.1.2 Jellybean***
* - Google Now™
* - Expandable, actionable notifications
* - Android Beam™ to send photos and more
- QuickTranslator application downloadable from the Application Manager
- Smoother user interface. Vsync timing across all drawing and animation done by the Android framework,
* including application rendering, touch events, screen composition and display refresh; and triple buffering
* in the graphics pipeline
- User-installable keyboard maps
- Ability to turn off notifications on an app specific basis
- Shortcuts and widgets can automatically be re-arranged or re-sized to allow new items to fit on home screens
- Bluetooth data transfer for Android Beam
- Improved voice search
- Improved camera app
- Android mobile version of Google Chrome replaces stock Android browser
- Ability for other launchers to add widgets from the app drawer without requiring root access
Important Notes
- Software version is LS970ZVA
- Refer to the LG Optimus G Software Update blog for install instructions
Already a thread for this...
Are you serious? There is a thread RIGHT underneath this one.
http://forum.xda-developers.com/showthread.php?t=2180816
Sent from my LG-LS970 using xda premium
Still nothing OTA here.
Interestingly, this build is labeled as LS970ZVA, whereas
the build that was rolling out to some users in February
was LS970ZVB. We're guessing that other build was
slightly newer, and that for some reason the ZVA build was
chosen over ZVB for the wide rollout. Or Sprint made a typo
over at the Sprint Community Forums. The latter sounds a
little more plausible.
If you look at the changelog, there's actually a pretty big
item hidden in some technical jargon about vsync timing
and drawing by the Android framework - that's Project
Butter. Project Butter does not just automatically work
when a handset is upgraded to Jelly Bean. The OEM
actually has to go into its own software overlay and rewrite
portions of the code to take advantage of the Project Butter
improvements, and this is by no means required. So, not
every handset running Android 4.1 out there actually uses
Project Butter (COUGH HTC ONE X+ COUGH), but LG
apparently has chosen to do so on the Optimus G.
You should receive the update over the air in the next 10
days according to Sprint.
And now you are copying and pasting people from that thread...
Sent from my LG-LS970 using xda premium
Thread already exists on this topic http://forum.xda-developers.com/showthread.php?t=2180816
Closing thread

[Q] Android scroll lag... what are the problems and solutions?

I was reading on reddit a while ago some info on Android scroll/responsiveness lag, and that it was partly an Android issue with the way it was coded, but that developers could implement a bunch of things to get around it, but I'm unable to find that thread again. They mentioned that it was inherent to the way Android was built (regardless of it being Java), but I couldn't tell if it's just inefficiencies or prioritization issues (UI vs background processes).
Is this really still an issue? I read about Project Butter but it seems to be a bunch of workarounds rather than real fixes; I want to start developing but not have to jump through a hundred hoops just to get smooth scrolling. It seems fixes could be implemented with Android to A) make things more efficient such as have most-efficient default handling for UI/scrolling, and B) prioritize user interaction over background processes.
I've owned an original Droid (ran crappy), a Droid RAZR (ran much better but still had scroll stutter and eventually ran so slow even with minimal apps on it I upgraded), and now a Moto X (2013, or X1 I call it), and since playing with a Nexus 4 (almost same exact processor), I've noticed how smooth the Nexus 4 runs (almost like an iPhone) and how jittery scrolling is on the Moto X. I'm on Verizon, and I don't know if the stuttering is because of Motorola and/or Verizon, or the hardware, or Google.
Can someone explain or point me to a page that shows how to best optimize list views or the UI to best prevent stuttering and lagginess? I really think Google should have nipped this in the bud years ago; there's no reason UI should be fighting with background processes and lazy-loading and loading/transition efficiencies shouldn't be baked in to begin with.

Cm 14 nexus 5x

Hey is there any rom for nexus 5x with android version 7.0
Here are some of the features we expect from CM14 or Cyanogenmod 14
1. CM14 Multi-window Mode
Well, multitasking is the key feature that every user is looking for nowadays. And, CM14 is all set to enhance this feature by multi-window mode that will allow the users to run multiple apps at the same time on the screen. With this split screen feature, you can also drag and drop text in between apps, when required instead of typing the content all over again or copy/pasting either.
Multi-window mode CM14
The app developers have to add support for the split screen mode to make their apps compatible to use this feature on the all-new upcoming CM14 ROM. Users can open apps side by side and resize the app window using a slider and adjust it according to their preferences.
2. New System UI in CM14
Cyanogenmod 14 may follow Android N as it would introduce a completely new User Interface that will not include the famous app drawer. If not, then the latest ROM from Cyanogenmod may allow the option to switch between the two different UIs, one containing the app drawer and the other without it. Such UI are highly favoured and seen on iOS and MIUI devices.
3. CM14 will have a Better Optimized Battery Management
Battery optimization has been the concern for Android developers as well as the community at Cyanogenmod as Android devices are highly criticized for low battery life compared to iOS devices. However, CM14 is expected to enhance its battery optimization feature that would boost the battery life up to 20% with the Doze mode as seen on Android 6.0 Marshmallow.
Cynogenmod is already developing rom for nexus 5x
is there any news about this topic...... if you have plz comment
CM 14 is coming....
I'm going to start making CM 14 UNOFFICIAL for BULLHEAD expect it to be up very soon.. :fingers-crossed: :fingers-crossed:

Categories

Resources