摘要:
1、ListView listview=findViewById(R.id.listview); 2、public class MyAdapter extends BaseAdapter{ private LayoutInflater myLayoutInflater =LayoutInflater 阅读全文
摘要:
String A[]=new String[10]; String A[]=new String[]{"","",""}; Stirng A[]={"","",""}; 阅读全文
摘要:
1、新建类继承ReplacementTransformationMethod 方法 阅读全文
摘要:
ActivityManager manager=(ActivityManager)context.getSystemService(int flags); 可能在非activity中无法获得,所以需要传入参数contenx 阅读全文
摘要:
名字很高大上,其实就是一个规则式子,用来过滤不需要而得到符合规则的字符或者其他变量。 阅读全文