谷歌io2013安卓应用程序ActionBarCompat的git下载在哪里



从最近YouTube上的谷歌io 2013视频演示中,有消息称android谷歌io应用程序将通过git提供。最重要的是,这个android应用程序使用了ActionBarCompat。我刚刚下载了iosched及其使用的ABS(ActionBarSherlock)我是不是搞错了git网址?

I/O 2013源代码尚未发布。当它出来的时候,它会在这里:https://code.google.com/p/iosched/.你下载的当前代码是2012年的应用程序,它确实使用了ActionBarSherlock。

谷歌的操作条兼容性填充程序ActionBarCompat也尚未推出,这可能会阻碍它的发展。

如果我是一个赌徒,我敢打赌你会看到他们离得很近。你可以关注安卓开发推特、谷歌+页面、博客、网站等,了解它何时发布。当它真的发布时,它会引起轰动,要想真正错过发布,需要付出巨大的努力。

ActionBarCompat现已包含在Android支持库第18版中!。

在这里查找信息

New v7 appcompat library: Added ActionBar to allow implementation of the action bar user interface design pattern back to Android 2.1 (API level 7) and higher. Use of this class requires that you implement your activity by extending the new ActionBarActivity class.

ActionBarCompat现已发布。

DevBytes在这里对Android开发者有一个很好的总结:http://www.youtube.com/watch?v=6TGgYqfJnyc

或者您可以直接跳到参考文档中:http://developer.android.com/reference/android/support/v7/app/ActionBar.html

最新更新