Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的项目中,我需要通过 RSS 提要以基于 j2me lwuit 的形式显示和播放 youtube 视频吗?我在互联网上找不到任何这样的例子?如何在我的 J2me 基础 LWUIT 表单上显示和播放 youtube 视频?
据我所知,在某些情况下可能适用的唯一选择是用于Display.getInstance().execute(url)打开 youtube 视频本身。
Display.getInstance().execute(url)