@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setContentView(R.layout.activity_main);
radioSex = (RadioGroup)findViewById(R.id.radioSex);
spyear = (Spinner) findViewById(R.id.spyear);
spmonth = (Spinner) findViewById(R.id.spmonth);
spday = (Spinner) findViewById(R.id.spday);
spprovince = (Spinner) findViewById(R.id.spprovince);
spcity = (Spinner) findViewById(R.id.spcity);
sparea = (Spinner) findViewById(R.id.sparea);
snum = (Spinner) findViewById(R.id.number);
resText = (TextView) findViewById(R.id.showResult);
//set textview with scroll function
resText.setMovementMethod(ScrollingMovementMethod.getInstance());
btRun = (Button) findViewById(R.id.runCreate);
btRun.setVisibility(View.INVISIBLE);
// btLoad = (Button)findViewById(R.id.loadInfo);
mContext = this;
new LoadingDB().execute("");
}
MainActivity.java 文件源码
java
阅读 20
收藏 0
点赞 0
评论 0
项目:IDCardNum
作者:
评论列表
文章目录