可靠野狼

文章
3
资源
0
加入时间
2年10月18天

自己实现一个nullptr

一 具体实现代码(c++)const class nullptr_t{public: template<class T> inline operator T*() const { return 0; } template<class C, class T> inline operator T C::*() const...

[开发笔记-2013/01/31] Android频繁更新TextView内容的困惑

今天在做类似播放器的东西,期间遇到了界面更新小问题,纠结了1个多钟才最终想通了,所以在这里写点东西纪录一下,希望以后遇到类似问题,我一分钟就可以解决。我的界面中,里面包含了一个具有“跑马灯“效果的TextView(简称MarqueeTextView)。MarqueeTextView的前面是个也是一个显示音乐播放时间的TextView(简称TimeView)。MarqueeTex