Android代码android课程学习例子
AndroidBootCamp
Description
Inthiscourse,thestudentisgoingtolearnthebasicconceptstobecomeajuniorandroiddeveloper,thelearningincludesanintroducetojava,conceptsofandroidarchitecture,beginnerknowledges,componentsforbuildanentireapplicattionanduserinterfacecompo
用户评论
推荐下载
-
Android处理内存泄漏的代码例子
Android处理内存泄漏的代码例子。用于演示避免内存泄漏的几种方法,包括:关闭游标、重用适配、回收图像、注销监听、释放引用。
23 2019-05-28 -
Android存取键值对的代码例子
Android存取键值对的代码例子。通过利用SharedPreferences和Properties两种方式,演示了如何实现键值对保存和读取的功能。
47 2019-06-03 -
几个有用的Android源代码例子
CallNativeFriendFindericonButtonImageSwitcherDemoNotepadCodeLab几个有代表性的源代码例子
25 2019-06-04 -
Android横幅轮播页的代码例子
Android横幅轮播页的代码例子,用于演示电商APP首页商品推介与活动宣传的banner,其中采用ViewPager和ViewFlipper两种方式分别实现了轮播效果
17 2019-07-15 -
Android的圆弧进度动画代码例子
Android的圆弧动画代码例子,可用于描述下载进度,以及某个事件的完成百分比
32 2019-08-13 -
Android优化布局文件的代码例子
Android optimized layout file code example
31 2019-06-25 -
Android瀑布流网格的代码例子
Android的瀑布流网格的代码例子,用于演示瀑布流网格的实现效果。其中给出了瀑布流网格的三种实现方式,包括WaterfallGridView,以及开源的StaggeredGridView和Pinte
29 2019-05-04 -
Android图片缓存算法的代码例子
Code example for Android image caching algorithm
26 2019-06-23 -
android源代码tab加list例子
android中想做个顶部有tab控件,下面有多个list列表的界面。 list界面可自定义,包含图标和文字按钮
32 2018-12-08 -
Android线程池管理的代码例子
Android线程池管理的代码例子。用于演示普通线程池ThreadPoolExecutor、定时器线程池ScheduledExecutorService等功能。
27 2019-09-20
暂无评论