2013-03-01から1ヶ月間の記事一覧

HDMI×Android

HDMI用の端子のついていて、かつAPI Level17以上の場合、Presentationクラスが使える。 class HogePresentation extends Presentation { public HogePresentation(Context outerContext, Display display) { super(outerContext, display); } @Override prot…