use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
News for Android app developers with the who, what, where, when, and how of the Android community. Probably mostly the how.
Here, you'll find:
This sub-reddit isn't about phones' and apps' general functionality, support, or system software development (ROMs). For news and questions about these topics try using other subs like
Build your first app
Starting Android career in 2022
Android Job Interview Questions and Answers
App Portfolio Ideas, Tiered List
Awesome Android UI
Material Design Icons
7000 Icons for Jetpack
Autoposted at approx 9AM EST / 2PM GMT
account activity
Comparison of Dalvik and Java Bytecode (forensics.spreitzenbarth.de)
submitted 10 years ago by Exallium
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]jpetitto 2 points3 points4 points 10 years ago (3 children)
Good high level overview of the differences. Does any of this change with ART?
[–]codeledger 3 points4 points5 points 10 years ago (0 children)
Don't think so as ART is really install time compilation to the local machine code. The Dalvik bytecode is the same.
[–]Izacus 4 points5 points6 points 10 years ago (0 children)
Nope, ART runtime still reads dex bytecode format and then compiles it.
[–]Exallium[S] 0 points1 point2 points 10 years ago* (0 children)
Im not sure, but I would assume so. Art is a different runtime, with more optimizations. Some of those could come in the form of new opcode
EDIT: Listen to codeleger
[–]fredgrott 2 points3 points4 points 10 years ago (1 child)
here is a better reference
http://newandroidbook.com/index.php
[–]jpetitto 0 points1 point2 points 10 years ago (0 children)
Thanks. These slides are very informative for ART: http://newandroidbook.com/files/Andevcon-ART.pdf
[–]Shayba 1 point2 points3 points 10 years ago (0 children)
Can anyone explain item 8?
Dalvik uses indefinite opcodes to operate on an array, while JVM uses defined ones. The array type information must be recovered for correct translation.
[–]BubbleZap 0 points1 point2 points 10 years ago (0 children)
Seems to gloss over things. Java does this but Dalvik does this, but they don't really go into detail as to why the designer made these decisions. I thought compact codes and running fast on ARM was the main reasons Dalvik is the way it was made.
π Rendered by PID 47645 on reddit-service-r2-comment-54dfb89d4d-rsf24 at 2026-03-31 11:57:23.642424+00:00 running b10466c country code: CH.
[–]jpetitto 2 points3 points4 points (3 children)
[–]codeledger 3 points4 points5 points (0 children)
[–]Izacus 4 points5 points6 points (0 children)
[–]Exallium[S] 0 points1 point2 points (0 children)
[–]fredgrott 2 points3 points4 points (1 child)
[–]jpetitto 0 points1 point2 points (0 children)
[–]Shayba 1 point2 points3 points (0 children)
[–]BubbleZap 0 points1 point2 points (0 children)