未归属
-
-
GitHub使用(一)– 生成本地项目并上传 – – ITeye技术网站
阅读更多 由于经常要在家写代码,所以需要有个能够方便访问代码管理工具。最近尝试了一下GitHub。经过了一翻纠结之后,基本上掌握了他的使用方式。要使用GitHu…… -
ViewPager example from PAUG
During a recent session at the Paris Android User Group (hi PAUG!) we did a live coding of a ViewPager example, it took around 5 minutes. What is a …… -
Install Android 4.1.1 Jelly Bean On Galaxy Nexus Manually [How-To Tutorial]
By | July 11th, 2012 Android 4.1 Jelly Bean was announced to much fanfare at Google I/O 2012. It introduced a nice variety of features lik…… -
android 打包自己的自定义组件成JAR包
在项目开发过程中,我们难免会用到自己去制作自定义的VIEW控件,之后我们别的项目如果需要的话就直接将其复制到对应的项目中使用,虽说这么做是一个解决问题的…… -
ViewPager和TabHost结合
wallabag can't retrieve contents for this article. Please troubleshoot this issue. -
解决Android下ViewPager和PagerAdapter中调用notifyDataSetChanged失效问题
Google在Android 3.0SDK中推出的ViewPager控件很大程度上满足了开发者开发页面左右移动切换的功能,使用非常方便,参见:http://jameszhao84.iteye.com/blog/1…… -
ViewPager多页面滑动切换以及动画效果 – 软件源码 – eoe·Android 开发门户 – android开发者的必备网站 – 全球最大中文
wallabag can't retrieve contents for this article. Please troubleshoot this issue. -
ViewPager多页面滑动切换以及动画效果
wallabag can't retrieve contents for this article. Please troubleshoot this issue. -
android中的左右滑动
Android iphone中有很多应用都能够左右滑动,非常cool,关键是实现起来非常简单。android比起来就差远了,网上有不少帖子。 我在这边重新分享下自己的经验吧,……