We provide different processing tools in different modules to help developers better develop their applications.
asynclayoutinflater: Provide asynchronous loading layout related tools.
-
about asynclayoutinflater
//in your application or any you can get a context //inflate like this AsyncInflaterHelper.inflate(InflateConfig(this, "tag", R.layout.layout_center_image)) //fetch a view in your UI thread AsyncInflaterHelper.fetchView( InflateConfig( this, "main", R.layout.layout_center_image ) )