isLargeScreen

open fun isLargeScreen(context: Context): Boolean

Inspects the current screen to determine if the host device screen is large.

Return

true if the screen is large otherwise false.

Parameters

context

the context on the view or application.