ListView 的Item 里面可以有多个图片,图片数量不确定,要怎么处理,在线等!谢谢
#1
试试嵌套一个listview
#2
用图片时间轴 网上找找看 是不是和空间图片一样
#3
是的话 可以嵌套一个grildview
30分
#4
linearlayout 手动往里面动态……继续阅读 »
10年前 (2015-07-18) 1711浏览
0个赞
android
app
想把网上一个简单记事本的功能(编辑,保存,修改,删除)添加入一个含三个Fragment的app框架中,但添加并把提示的错误修改后发现功能根本不管用,图标都不能点击,运行结果中console显示[2015-07-14 22:44:42 – ddms] Can””t bind to loca……继续阅读 »
10年前 (2015-07-18) 1779浏览
0个赞
股票
请问如何画出股票行情界面包含分时图、k线图等
100分
#1
你好,股票行情可以关注下http://blog.csdn.net/andywuchuanlong/article/details/46647033这个博客,谢谢关注
……继续阅读 »
10年前 (2015-07-18) 1963浏览
0个赞
Fragment
Home键
系统回收
场景是这样的:主Activity是MainActivity,有4个Tab,都是用的Fragment。当打开MainActivity,按Home退出应用,很长时间(一般要半天)后,再次打开app回到MainActivity,Tab不能切换了,始终只能显示退出前的Fragment渲染的Layout界面;好像Fr……继续阅读 »
10年前 (2015-07-18) 1673浏览
0个赞
布局代码如下:
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal" android……继续阅读 »
10年前 (2015-07-18) 1556浏览
0个赞
E:\AndroidStudioProject\Example\app\src\main\jni\ImageProc.cpp:1:51: fatal error: com_example_carplate_CarPlateDetection.h: No such file or directory
compilation terminated.……继续阅读 »
10年前 (2015-07-18) 1444浏览
0个赞
SmsManager sm = SmsManager.getDefault();
ArrayList<String> parts = sm.divideMessage(text);
sm.sendMultipartTextMessage(“136xxxxxxxx”, null, parts, null, nul……继续阅读 »
10年前 (2015-07-18) 1774浏览
0个赞
Fragment
ViewPager+Fragment+ListView(内嵌GridView)翻页卡顿问题,求高手帮忙!万分感谢!
猜测原因:
1.ViewPager预加载的时候,已经将数据加载了一遍,但是滑动到当前页时,convertView变化,然后setText\setAdapter还是会再执行一遍,感觉这里造成了翻页瞬间会卡一下的原因。……继续阅读 »
10年前 (2015-07-18) 1561浏览
0个赞
操作很多个textview,如果都
private TextView = (TextView)findViewById(…..)
这样是不是太麻烦啦,有没有简便一点的方法。
#1
XUtils有个视图注入,你参考着自己写一个把
30分
#2
你可以使用ViewGroup把所有的子控件循环得到。
ViewG……继续阅读 »
10年前 (2015-07-18) 1465浏览
0个赞