当我使用时findViewById(),我收到一个错误。 我应该使用什么方法,而不是findViewById()在我的应用程序小部件中?
findViewById()
PS:我想做这样的事情:
Button a = (Button) findViewById(R.id.button);
在我的屏幕小部件中
android android-widget
android ×1
android-widget ×1