最近在YouTube上发布的google io 2013视频演示中宣布,android google io应用程序将通过git提供。最重要的是,这款安卓应用程序使用了ActionBarCompat。我刚刚下载了iosched,它使用的是ABS (ActionBarSherlock)我是不是弄错了git url?
发布于 2013-06-25 12:34:08
I/O 2013源代码还没有发布。当它出来的时候,它会在这里:https://code.google.com/p/iosched/。您下载的当前代码是使用ActionBarSherlock的2012应用程序。
这可能是因为ActionBarCompat,谷歌的动作栏兼容性填充程序,也还没有发布。
如果我是一个赌徒,我打赌你会看到他们彼此离得很近。你可以关注安卓开发的推特、Google+页面、博客、网站等,看看什么时候发布。当它出现的时候会引起相当大的轰动,要真正错过公告需要付出巨大的努力。
发布于 2013-07-26 00:46:40
ActionBarCompat现在已经包含在Android Support Library rev 18!中。
查找信息here
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.
发布于 2013-07-25 09:28:59
ActionBarCompat现在已经过时了。
DevBytes在这里对安卓开发者做了一个很好的总结:http://www.youtube.com/watch?v=6TGgYqfJnyc
或者,您可以直接跳转到此处的参考文档:http://developer.android.com/reference/android/support/v7/app/ActionBar.html
https://stackoverflow.com/questions/17288981
复制相似问题