.
?
Android . Amazon . , , .
:
-?
. , , .
Android TV :
<category android:name="android.intent.category.LEANBACK_LAUNCHER" />
.
Amazon -, , , , . , .
, ?
, . , -w960dp, . seperat .
?
, , differres resouces .
, :
<TextView
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:text="@string/hello"/>
:
< > /strings.xml:
<string name="hello">Hello mobile</string>
< > -w600dp/strings.xml:
<string name="hello">Hello tablet</string>
< > -w960dp/strings.xml:
<string name="hello">Hello TV</string>
( ).