Bold BI®Unlock stunning dashboards with Bold BI®: 35+ widgets, 150+ data sources, AI agent & more. Try it for free!
SetContentView(navigationDrawer);
I would like to ask you if it is possible to use the component to an existing activity with a full layout file.
public class MyActivity : Activity
{
base.OnCreate(savedInstanceState);
SetContentView(Resource.Layout.MyActivity);
}
Is it possible?
Should I have to write every element in the layout file with code and use the property
navigationDrawer.ContentView=ContentFrame;
Any suggestion will be appreciated!