摘要:
----------------------------------------------实际应用中的其他常见的字符串方法>>>line = "the knights who say ni!\n">>>line.restrip(); 清楚末尾的空格the knights who say ni!>>... 阅读全文
摘要:
Gallery组件被称之为画廊,是一种横向浏览图片的列表,在使用android API 19 Platform 时会发现Gallery被画上了横线,表明谷歌已经不推荐使用该组件了,* @deprecated This widget is no longer supported. Other ho... 阅读全文