Android
的编码样式或结构?
我需要一些Android的编码结构或编码风格,如何使用对象以及在哪里声明Button和文本视图对象等。任何人都可以帮助我..
我也在谷歌搜索过。
答案 0 :(得分:1)
U需要按钮和文本视图对象,如此..
((TextView)findViewById(R.id.MRAPS_txtProductCode)).setText(StrSelectedProductCode);
((TextView)findViewById(R.id.MRAPS_txtProductName)).setText(StrSelectedProductName);
((android.widget.Button)findViewById(R.id.MRAP_btnAdd)).setText("Save");