Udacity《Developing Android Apps》课程的课程项目作业,在这个项目中,将构建一个用于查看最近正在流行的电影的APP。
该项目的具体需求实现文档如下:
- Popular Movies App Implementation Guide
- Project Rubric
- Udacity Android Developer Nanodegree - Core App Quality Guidelines
该项目基于themoviedb.org的API实现,相关文档以及申请API_KEY的网址如下:
使用的第三方开源库:
- picasso:图片下载缓存库。应用中
- Stetho:可通过Chrome桌面浏览器调试Android应用,待应用
- CircularProgressView:应用中
- retrofit:是一个Square开发的类型安全的REST安卓客户端请求库。待应用
- butterknife:View注入框架。待应用
推荐学习资源:
- Google I/O 2010 - Android REST client applications
- Google IO Rest design pattern, Finished ContentProvider and stuck now
- Retrofit使用教程(一)
The MIT License (MIT)
Copyright (c) 2016 xiaojunzhou
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.