搜索资源列表
TextUtil
- 文本解析程序,如:从物理路径中解析出文件名,返回一个数组,0单元是文件名,1单元是后缀名
TestDemo
- android的一些简单例子,对初学者可能有用-android of some simple examples may be useful for beginners
TextViewTest
- 处理TextView自动换行的android源程序 android原生的TextView不能处理字符串换行,使用自动换行的话格式化的代码非常丑。利用该程序可以按照字符串中的格式字符进行自动换行。-handling auto line feed for Textview in Android program