News:适用于 Android 设备的新闻应用

上传者: 42143092 | 上传时间: 2022-12-04 22:17:03 | 文件大小: 1.44MB | 文件类型: ZIP
关于 这是一个简单、最小的在线杂志和报纸新闻应用程序。 我们的新闻应用程序从这个它需要的所有数据。 架构概览 这是应用程序的高级设计图: 分支路线图 功能 #1:时间轴和详细信息视图 分支代号: FEAT-1 拉取请求链接: : 到目前为止,该应用程序在功能上有所限制,用户只能浏览新闻提要中的所有新闻,并在单击时看到每个帖子的扩展版本。 该分支主要侧重于介绍主要活动(新闻提要)和详细活动的外观变化。 带类别的基本导航抽屉 操作栏菜单选项 材料设计配色方案 时间线布局 新闻提要上带有圆角的 ImageView 旁注:为了测试基本功能,使用Post.java模型类中实现的getDummyPosts()方法getDummyPosts()数据源。 功能#2:网络和导航抽屉 分支代号: FEAT-2 拉取请求链接: : 该分支使用Retrofit引入了网络功能,允许应用程序从

文件下载

资源详情

( 83 个子文件 1.44MB ) News:适用于 Android 设备的新闻应用
News-master
.gitignore 81B
gradle
wrapper
gradle-wrapper.jar 48.73KB
gradle-wrapper.properties 232B
README.md 3.61KB
build.gradle 436B
gradlew.bat 2.35KB
docs
architecture.key 468.88KB
architecture.png 74.33KB
gradlew 4.96KB
app
.gitignore 7B
build.gradle 760B
proguard-rules.pro 650B
app.iml 7.32KB
src
main
AndroidManifest.xml 1.14KB
java
com
fknussel
news
DateHelper.java 1.14KB
MediaContract.java 676B
PostContract.java 788B
TextHelper.java 550B
DbContract.java 330B
ApiClient.java 611B
NewsAdapter.java 2.48KB
ApiInterface.java 368B
SportsNewsFragment.java 1.19KB
DbHelper.java 2.11KB
RoundedTransformation.java 1.45KB
DetailActivity.java 7.11KB
Post.java 1.75KB
MainActivity.java 4.75KB
Media.java 931B
NavigationDrawerFragment.java 10.42KB
LocalNewsFragment.java 8.04KB
res
values
styles.xml 1.17KB
colors.xml 463B
themes.xml 948B
strings.xml 831B
dimens.xml 407B
layout
fragment_local_news.xml 458B
activity_main.xml 1.48KB
fragment_sports_news.xml 521B
fragment_navigation_drawer.xml 401B
list_item_post.xml 1.58KB
fragment_main.xml 659B
activity_detail.xml 4.90KB
drawable-hdpi
ic_drawer.png 2.76KB
ic_launcher.png 1.48KB
drawer_shadow.9.png 161B
ic_placeholder.png 5.52KB
ic_error.png 129.14KB
drawable
gradient_shape.xml 324B
drawable-mdpi
ic_drawer.png 2.75KB
ic_launcher.png 1.02KB
drawer_shadow.9.png 142B
ic_placeholder.png 3.26KB
ic_error.png 61.68KB
drawable-xhdpi
ic_drawer.png 2.77KB
ic_launcher.png 1.91KB
drawer_shadow.9.png 174B
ic_placeholder.png 8.27KB
ic_error.png 219.72KB
drawable-xxhdpi
ic_drawer.png 202B
ic_launcher.png 3.42KB
drawer_shadow.9.png 208B
ic_placeholder.png 13.83KB
ic_error.png 498.41KB
menu
menu_detail.xml 455B
menu_main.xml 1.03KB
global.xml 298B
values-w820dp
dimens.xml 358B
drawable-xxxhdpi
ic_launcher.png 4.64KB
androidTest
java
com
fknussel
news
ApplicationTest.java 348B
News.iml 828B
gradle.properties 855B
.idea
encodings.xml 166B
vcs.xml 166B
dictionaries
fknussel.xml 87B
misc.xml 1.16KB
modules.xml 347B
scopes
scope_settings.xml 139B
.name 4B
copyright
profiles_settings.xml 74B
compiler.xml 711B
gradle.xml 640B
settings.gradle 15B
[{"title":"( 83 个子文件 1.44MB ) News:适用于 Android 设备的新闻应用","children":[{"title":"News-master","children":[{"title":".gitignore <span style='color:#111;'> 81B </span>","children":null,"spread":false},{"title":"gradle","children":[{"title":"wrapper","children":[{"title":"gradle-wrapper.jar <span style='color:#111;'> 48.73KB </span>","children":null,"spread":false},{"title":"gradle-wrapper.properties <span style='color:#111;'> 232B </span>","children":null,"spread":false}],"spread":true}],"spread":true},{"title":"README.md <span style='color:#111;'> 3.61KB </span>","children":null,"spread":false},{"title":"build.gradle <span style='color:#111;'> 436B </span>","children":null,"spread":false},{"title":"gradlew.bat <span style='color:#111;'> 2.35KB </span>","children":null,"spread":false},{"title":"docs","children":[{"title":"architecture.key <span style='color:#111;'> 468.88KB </span>","children":null,"spread":false},{"title":"architecture.png <span style='color:#111;'> 74.33KB </span>","children":null,"spread":false}],"spread":true},{"title":"gradlew <span style='color:#111;'> 4.96KB </span>","children":null,"spread":false},{"title":"app","children":[{"title":".gitignore <span style='color:#111;'> 7B </span>","children":null,"spread":false},{"title":"build.gradle <span style='color:#111;'> 760B </span>","children":null,"spread":false},{"title":"proguard-rules.pro <span style='color:#111;'> 650B </span>","children":null,"spread":false},{"title":"app.iml <span style='color:#111;'> 7.32KB </span>","children":null,"spread":false},{"title":"src","children":[{"title":"main","children":[{"title":"AndroidManifest.xml <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"java","children":[{"title":"com","children":[{"title":"fknussel","children":[{"title":"news","children":[{"title":"DateHelper.java <span style='color:#111;'> 1.14KB </span>","children":null,"spread":false},{"title":"MediaContract.java <span style='color:#111;'> 676B </span>","children":null,"spread":false},{"title":"PostContract.java <span style='color:#111;'> 788B </span>","children":null,"spread":false},{"title":"TextHelper.java <span style='color:#111;'> 550B </span>","children":null,"spread":false},{"title":"DbContract.java <span style='color:#111;'> 330B </span>","children":null,"spread":false},{"title":"ApiClient.java <span style='color:#111;'> 611B </span>","children":null,"spread":false},{"title":"NewsAdapter.java <span style='color:#111;'> 2.48KB </span>","children":null,"spread":false},{"title":"ApiInterface.java <span style='color:#111;'> 368B </span>","children":null,"spread":false},{"title":"SportsNewsFragment.java <span style='color:#111;'> 1.19KB </span>","children":null,"spread":false},{"title":"DbHelper.java <span style='color:#111;'> 2.11KB </span>","children":null,"spread":false},{"title":"RoundedTransformation.java <span style='color:#111;'> 1.45KB </span>","children":null,"spread":false},{"title":"DetailActivity.java <span style='color:#111;'> 7.11KB </span>","children":null,"spread":false},{"title":"Post.java <span style='color:#111;'> 1.75KB </span>","children":null,"spread":false},{"title":"MainActivity.java <span style='color:#111;'> 4.75KB </span>","children":null,"spread":false},{"title":"Media.java <span style='color:#111;'> 931B </span>","children":null,"spread":false},{"title":"NavigationDrawerFragment.java <span style='color:#111;'> 10.42KB </span>","children":null,"spread":false},{"title":"LocalNewsFragment.java <span style='color:#111;'> 8.04KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":false}],"spread":false},{"title":"res","children":[{"title":"values","children":[{"title":"styles.xml <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"colors.xml <span style='color:#111;'> 463B </span>","children":null,"spread":false},{"title":"themes.xml <span style='color:#111;'> 948B </span>","children":null,"spread":false},{"title":"strings.xml <span style='color:#111;'> 831B </span>","children":null,"spread":false},{"title":"dimens.xml <span style='color:#111;'> 407B </span>","children":null,"spread":false}],"spread":false},{"title":"layout","children":[{"title":"fragment_local_news.xml <span style='color:#111;'> 458B </span>","children":null,"spread":false},{"title":"activity_main.xml <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"fragment_sports_news.xml <span style='color:#111;'> 521B </span>","children":null,"spread":false},{"title":"fragment_navigation_drawer.xml <span style='color:#111;'> 401B </span>","children":null,"spread":false},{"title":"list_item_post.xml <span style='color:#111;'> 1.58KB </span>","children":null,"spread":false},{"title":"fragment_main.xml <span style='color:#111;'> 659B </span>","children":null,"spread":false},{"title":"activity_detail.xml <span style='color:#111;'> 4.90KB </span>","children":null,"spread":false}],"spread":false},{"title":"drawable-hdpi","children":[{"title":"ic_drawer.png <span style='color:#111;'> 2.76KB </span>","children":null,"spread":false},{"title":"ic_launcher.png <span style='color:#111;'> 1.48KB </span>","children":null,"spread":false},{"title":"drawer_shadow.9.png <span style='color:#111;'> 161B </span>","children":null,"spread":false},{"title":"ic_placeholder.png <span style='color:#111;'> 5.52KB </span>","children":null,"spread":false},{"title":"ic_error.png <span style='color:#111;'> 129.14KB </span>","children":null,"spread":false}],"spread":false},{"title":"drawable","children":[{"title":"gradient_shape.xml <span style='color:#111;'> 324B </span>","children":null,"spread":false}],"spread":false},{"title":"drawable-mdpi","children":[{"title":"ic_drawer.png <span style='color:#111;'> 2.75KB </span>","children":null,"spread":false},{"title":"ic_launcher.png <span style='color:#111;'> 1.02KB </span>","children":null,"spread":false},{"title":"drawer_shadow.9.png <span style='color:#111;'> 142B </span>","children":null,"spread":false},{"title":"ic_placeholder.png <span style='color:#111;'> 3.26KB </span>","children":null,"spread":false},{"title":"ic_error.png <span style='color:#111;'> 61.68KB </span>","children":null,"spread":false}],"spread":false},{"title":"drawable-xhdpi","children":[{"title":"ic_drawer.png <span style='color:#111;'> 2.77KB </span>","children":null,"spread":false},{"title":"ic_launcher.png <span style='color:#111;'> 1.91KB </span>","children":null,"spread":false},{"title":"drawer_shadow.9.png <span style='color:#111;'> 174B </span>","children":null,"spread":false},{"title":"ic_placeholder.png <span style='color:#111;'> 8.27KB </span>","children":null,"spread":false},{"title":"ic_error.png <span style='color:#111;'> 219.72KB </span>","children":null,"spread":false}],"spread":false},{"title":"drawable-xxhdpi","children":[{"title":"ic_drawer.png <span style='color:#111;'> 202B </span>","children":null,"spread":false},{"title":"ic_launcher.png <span style='color:#111;'> 3.42KB </span>","children":null,"spread":false},{"title":"drawer_shadow.9.png <span style='color:#111;'> 208B </span>","children":null,"spread":false},{"title":"ic_placeholder.png <span style='color:#111;'> 13.83KB </span>","children":null,"spread":false},{"title":"ic_error.png <span style='color:#111;'> 498.41KB </span>","children":null,"spread":false}],"spread":false},{"title":"menu","children":[{"title":"menu_detail.xml <span style='color:#111;'> 455B </span>","children":null,"spread":false},{"title":"menu_main.xml <span style='color:#111;'> 1.03KB </span>","children":null,"spread":false},{"title":"global.xml <span style='color:#111;'> 298B </span>","children":null,"spread":false}],"spread":false},{"title":"values-w820dp","children":[{"title":"dimens.xml <span style='color:#111;'> 358B </span>","children":null,"spread":false}],"spread":false},{"title":"drawable-xxxhdpi","children":[{"title":"ic_launcher.png <span style='color:#111;'> 4.64KB </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":false},{"title":"androidTest","children":[{"title":"java","children":[{"title":"com","children":[{"title":"fknussel","children":[{"title":"news","children":[{"title":"ApplicationTest.java <span style='color:#111;'> 348B </span>","children":null,"spread":false}],"spread":false}],"spread":false}],"spread":false}],"spread":false}],"spread":false}],"spread":true}],"spread":true},{"title":"News.iml <span style='color:#111;'> 828B </span>","children":null,"spread":false},{"title":"gradle.properties <span style='color:#111;'> 855B </span>","children":null,"spread":false},{"title":".idea","children":[{"title":"encodings.xml <span style='color:#111;'> 166B </span>","children":null,"spread":false},{"title":"vcs.xml <span style='color:#111;'> 166B </span>","children":null,"spread":false},{"title":"dictionaries","children":[{"title":"fknussel.xml <span style='color:#111;'> 87B </span>","children":null,"spread":false}],"spread":false},{"title":"misc.xml <span style='color:#111;'> 1.16KB </span>","children":null,"spread":false},{"title":"modules.xml <span style='color:#111;'> 347B </span>","children":null,"spread":false},{"title":"scopes","children":[{"title":"scope_settings.xml <span style='color:#111;'> 139B </span>","children":null,"spread":false}],"spread":false},{"title":".name <span style='color:#111;'> 4B </span>","children":null,"spread":false},{"title":"copyright","children":[{"title":"profiles_settings.xml <span style='color:#111;'> 74B </span>","children":null,"spread":false}],"spread":false},{"title":"compiler.xml <span style='color:#111;'> 711B </span>","children":null,"spread":false},{"title":"gradle.xml <span style='color:#111;'> 640B </span>","children":null,"spread":false}],"spread":true},{"title":"settings.gradle <span style='color:#111;'> 15B </span>","children":null,"spread":false}],"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明
服务器状态检查中...