Bluetooth Sending and Receiving Text Data

廉价感情. 提交于 2019-12-01 01:52:13

One step at a time.

setContentView(R.layout.activity_main);

will set the content of the view and i am assuming its defined in your Fragment_main should be fragment_main as its a XML file. So if you change it to

setContentView(R.layout. fragment_main);

you should be able to see the user Interface.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!