android+epg+开发技术,android-tv-epg: Classic TV electronic program guide (EPG) with multidirectional scr...

Electronic Program Guide for Android

60810518c6a80d0728bacbc839abf4b2.png

This is a "classic" TV EPG which works on tablets and phones and allows you to scroll in all directions (horizontal, vertical and diagonal).

Example project is located in repo but in short you need to add the EPG to your xml or by code:

android:id="@+id/epg"

android:layout_width="match_parent"

android:layout_height="match_parent"/>

Then by code adding a click listener...

epg.setEPGClickListener(new EPGClickListener() {

@Override

public void onChannelClicked(int channelPosition, EPGChannel epgChannel) {

// Channel clicked

}

@Override

public void onEventClicked(int channelPosition, int programPosition, EPGEvent epgEvent) {

// Program event clicked

}

@Override

public void onResetButtonClicked() {

// Reset button clicked

}

});

... and data to be shown.

epg.setEPGData(new EPGDataImpl(MockDataService.getMockData()));

Thats basically it.

If you want to use it in your project you need resources from the example project as well as the epg package for it to work. If you have any questions or such don't hesitate to contact me.

Good luck!

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值