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.
我是安卓新手。试图弄清楚为什么会发生这种情况:我在一个hdpi drawable没有被使用的文件夹中有一个图像。mdpi它的大小是同名图像的 1.5 倍。我对每种分辨率都有不同的布局。有人可以帮我理解为什么mdpi图像是唯一被使用的图像吗?我已经检查了关于这个和 android 开发人员文档的其他 stackoverflow 线程,但我找不到关于我做错了什么的答案。谢谢。
hdpi drawable
mdpi
我搜索了几个例子,仍然没有得到。我正在将一个 GOOD 对象列表从控制器传递到 jsp 页面。试图循环列表对象,但它只重复显示一个元素。我应该用豆子吗?如果是,您能否为我的案例提供更具体的示例。
<c:if test="${not empty listGood}"> <c:forEach var="ob"