dalvik
How to find the jar of java.rmi package
I am developing an Android application which needs some rmi stuff since Android doesn\'t support rmi by default i found this开发者_如何学Go project can be used to bundle the rmi package with my Androi[详细]
2023-02-17 06:41 分类:问答Serializing object between Android and PC (Dalvik vs JVM)
I\'m working with a large library, weka, and I\'d like to transfer instances between the PC version and Android version.I\'d rather not have to rewrite the entire serialization between the two, but re[详细]
2023-02-17 02:12 分类:问答Preon on Android
I tried to run a sample Preon application on Android 2.1 without luck. I wonder if running a Preon application on Android is even possible. How hard would it be to make the Preon framework Dalvik frie[详细]
2023-02-16 15:05 分类:问答Extracting HTML Data from A Blogspot blog from a Android phone
I have looked around and I can\'t find anything that will help. Here is what I want to do: Extract The First Post From a[详细]
2023-02-13 11:45 分类:问答bytecode injection on dalvik
I have asked this on android platform, but did not receive a reply. I have referred to this thread, but could not find what post he was referring to (Dynamically Generating Dalvik Bytecode into a runn[详细]
2023-02-12 16:44 分类:问答How native library be executed in Android?
I am thinking about when an android application load a native library, how the library be executed? The dex file in apk is executed by the dalvik VM, but whe开发者_如何学Cn the logic in OPcodes calls[详细]
2023-02-10 17:52 分类:问答Some questions on Alien Dalvik
Fell开发者_运维问答ow developers, as you see it at Engadget, a company developed \'Alien Dalvik\', a middleware enabling Dalvik runs on any other platform like Meego.[详细]
2023-02-09 20:47 分类:问答Android exception in dalvikvm
When I launch my application on my phone, I get a lot of the following error from the log : E/dalvikvm( 2052): No free temp registers[详细]
2023-02-09 13:33 分类:问答Do apps using multiple processes share a Dalvik instance?
I\'m studying Android process management and I\'m wondering whether apps using multiple processes (not threads) share a Dalvik instance or there exists a Dalvik instance per process, even for the same[详细]
2023-02-09 02:24 分类:问答Efficient way to manage large array of bitmaps android
I have a question regarding the recommended/best practice for managing a large array of bitmaps. (It\'s a flipbook typ开发者_开发知识库e app where the user goes through and creates new pages...like a[详细]
2023-02-08 11:27 分类:问答