Skip to content

Instantly share code, notes, and snippets.

@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
// view binding
binding = ActivityDemoBinding.inflate(getLayoutInflater());
View view = binding.getRoot();
setContentView(view);
//init scichart