HjYGd 滑稽与狗蛋——安卓五子棋游戏 一款充满快乐元素的Android 五子棋游戏,支持页面刷新,view 的存储与恢复等 功能: 两人对战的五子棋游戏 语言: java 开发环境: Android Studio Deepin(深度操作系统) 技术: * 1.自定义View * 2.实现view的存储与恢复 * 3.使用intent实现Activity间的切换 亮点: 本App的设计简单,目的明确——两人对战五子棋游戏,棋子一改单一的黑棋与白棋, 用当下非常流行的表情当做棋子,滑稽的表情给用户带来新鲜感和快乐感; 本App设计之初是想到同学们有时候会在课间休息的时候下五子棋,于是想到直接两人在手机上下棋, 不需要复杂绚丽的界面,简简单单的就行。 Android UI: 开发历史: 项目的开发都是利用本人的业余时间,因此进度并没有太快。 * 1.[2016/11/16]主界面的实现,绘制棋盘,实现测量操作 * 2.[2016/11/17]输赢算法判断的实现,添加落子声音 * 3.[2016/11/18]使用intent实现activity间切换 * 4.[201
2021-12-19 22:08:48 423KB Android代码
1
连接SQLite数据库源码.zip
2021-12-16 15:37:14 706KB android
1
Android Lollipop Exercise Android app to use as the base app for implementing the following material widgets and animations that were introduced in Android 5.0 (API level 21). RecyclerView (the new ListView) CardView (custom outline and shadow) Ripple animation (touch feedback) Palette (Incorporate dynamic color) Shared Element Activity Transition Floating Action Button The app is composed of two screens. The first screen displays a list of contacts, in which, each item is described by the con
2021-12-16 14:13:01 623KB Android代码
1
Android应用程序开发(第二版)代码.rar
2021-12-14 20:22:07 5.06MB Android 代码
1
仿美图秀秀拼图功能使用代码的时候请修改2014-03big文件放到mntsdcardclothe目录下。.zip
2021-12-14 14:11:16 2.01MB android
1
个性化新闻推荐系统--TomRecommenderSystem 中文文档 | English Document 说明 本推荐系统使用的推荐算法包括协同过滤(Collaborative Filtering)、基于内容相似度的推荐(Content-based Recommendation)与热点新闻推荐(Hot News Recommendation): 协同过滤的实现依托于Mahout的提供库; 基于内容的相似度推荐在原始算法上基于相关论文做了自主的改进; 热点新闻推荐顾名思义是取最近被最多用户浏览过的新闻进行推荐。 推荐算法的具体细节可参考文件[推荐系统介绍.pdf] 主要使用的库(Lib): Ansj:基于内容的推荐部分用以分词,以及其内含的TFIDF算法。 Quartz:推荐系统定时运行的设定。 Mahout:使用内置的协同过滤算法。 Jfinal:使用内置的ActiveRecord与Db工具,对推荐系统中的数据库表做了实体类映射,以简化数据库相关操作。 本推荐系统需要基于【新闻模块】使用,此处对于【新闻模块】的定义是:有规律地进行新闻采集,并通过公共平台对用户进行新闻展示
2021-12-14 08:41:05 868KB Android代码
1
GoodRecite
2021-12-13 11:29:33 480KB Android代码
1
android备忘录数据库存储到本地定时提醒.zip
2021-12-08 19:26:09 3.3MB android
1
LockScreenSample-Disable HomeButton or HomeKey Event Android LockScreenSample Using Service - Disable HomeButton Key Event LockScreenSample use Android Service. So, Ignores HomeButton Key Event. Download Current version: [1.0.2] Gradle: compile 'com.github.dubulee:lockscreendiablehomebuttonkey:1.0.2' As there are a lot questions about "how to disable home button in android?" on Stack Overflow, such as how to disable home button in android? Android - Is It possible to disable the click of home b
2021-12-08 14:22:00 17.69MB Android代码
1
Android GeoJSON A complete GeoJSON implementation for Android. Table of Contents Requirements Installation Sample Usage Parsing GeoJSON Creating GeoJSON Requirements Android SDK 8 or Higher Installation Android Studio / Gradle dependencies { compile 'com.cocoahero.android:geojson:1.0.1@jar' } Maven com.cocoahero.android geojson 1.0.1 jar Sample Usage Whether you need to parse existing GeoJSON from a file or web server, or create new GeoJSON from user input, this library has got
2021-12-07 19:50:27 73KB Android代码
1