The Artima Developer Community
Sponsored Link

Java Buzz Forum
Facebook open-sources Android byte code optimizer

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
News Manager

Posts: 47623
Nickname: newsman
Registered: Apr, 2003

News Manager is the force behind the news at Artima.com.
Facebook open-sources Android byte code optimizer Posted: Apr 14, 2016 1:39 PM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by News Manager.
Original Post: Facebook open-sources Android byte code optimizer
Feed Title: JavaWorld
Feed URL: http://www.javaworld.com/index.rss
Feed Description: JavaWorld.com: Fueling Innovation
Latest Java Buzz Posts
Latest Java Buzz Posts by News Manager
Latest Posts From JavaWorld

Advertisement

Late last year, Facebook enhanced the performance of its Android application with a byte-code-optimizing tool called ReDex.

Now, ReDex has been open-sourced. Android developers can use the tool to optimize their own apps at no charge. They can also use it as the basis for other Android byte code optimizers.

[ Android is now ready for real usage in the enterprise. Read InfoWorld's in-depth guide on how to make Android a serious part of your business. | Get the best office apps for your Android device. ]

In a post on Facebook's engineering blog, the company explained that classes in a .DEX file -- the executable format used in Android -- aren't organized by how they're accessed when the application starts, but simply by the order the build tooling encountered them.

To read this article in full or to leave a comment, please click here

Read: Facebook open-sources Android byte code optimizer

Topic: Integration Architecture with Java EE and Spring Previous Topic   Next Topic Topic: Platforms always win

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use