标签: android arrays object compilation
我在课程中有array objects,这导致我的课程不compile。我不知道分割对象的最佳方法/如果这是最好的方法。从我所看到的,这是唯一的选项或从文本文件导入。我不明白我的对象如何占用64 K字节的内存?有没有办法可以确切地看出我班上的记忆力是多少?感谢。
array
objects
compile
答案 0 :(得分:1)
考虑将数据存储在字符串资源文件(strings.xml)或SQLite中,然后在运行时将eager / lazy加载作为对象。
关于内存消耗,您可以使用DDMS进行分析。
Debugging Memory
“Code too large” compilation error in Java