-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Myo Ko edited this page Dec 31, 2017
·
3 revisions
Welcome to the AutoMyanmarFontDetector wiki!
public static AutoMyanmarFontDetector mFontDetector;
@Override
protected void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
**`View layout = findViewById(R.id.layoutView);`**
**`mFontDetector = new AutoMyanmarFontDetector(this,layout);`**
**`}`**