Skip to content
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);`**
	
**`}`**

Clone this wiki locally