Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是android应用程序开发的新手。
在我的 android 项目中,我将属性文件放在 assets 文件夹中。
我的要求是,如何从属性文件中获取值?
请帮助我前进..
请参阅http://developer.android.com/reference/java/util/Properties.html。
从您的文件中加载Properties,然后使用键检索它们的值。
Properties