- 博客(5)
- 收藏
- 关注
翻译 Building Your First App
This class teaches you how to build your first Android app. You’ll learn how to create an Android project with Android Studio and run a debuggable version of the app. You’ll also learn some fundament...
2019-05-10 16:57:09
193
翻译 Getting Started
Welcome to Training for Android developers. Here you’ll find training classes that describe how to accomplish a specific task with code samples you can re-use in your app. Classes are organized into ...
2019-05-10 16:46:08
214
转载 viewpager图片轮播
转载:https://www.cnblogs.com/luhuan/p/8047098.html 与启动页不同 适配器需要改动返回值,取最大(无限) 适配器和activity取位置要除以图片size取余数最为位置(无限) 使用另一种方法添加小圆点(代码中添加),而不是xml静态设置 设置了一个handle作为滑动(自动) ...
2019-04-25 16:57:49
306
转载 OkHttp3的封装使用
转载https://blog.youkuaiyun.com/qq_26439323/article/details/76727531 项目结构在此获取,转载 https://www.jianshu.com/p/7db6c0c4d4ff 遇到一些问题,例如包出突,版本问题 okhttp3 使用报错 java.lang.BootstrapMethodError: Exception from call site...
2019-04-22 10:28:14
266
转载 ViewPager设置启动页(仅供自己学习使用)
学习与此 启动页代码 public class SplashActivity extends AppCompatActivity { private final int SPLASH_DISPLAY_LENGHT = 2000; // 延迟2秒 private SharedPreferences preferences; private SharedPreferences...
2019-04-16 17:25:05
212
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人