摘要:
今天用intent传递一个bitmap,结果一直出错,intent无法执行,原来是intent不能传递大数据导致的,具体是多大,不太清楚,但我传递的bitmap在1m以上。 阅读全文
摘要:
首先看iOS的,Scheduling Timers in Run LoopsA timer object can be registered in only one run loop at a time, although it can be added to multiple run loop m... 阅读全文