studychen / SeeNewsV2

News Android App based on Material Design. It's selected for GitHub Arctic Code Vault Archive Program!
https://www.linkedin.com/in/study-chen/
279 stars 106 forks source link
android app java news

SeeNewsV2

News Android client based on Material Design

renderings

blog.csdn.net/never_cxb

http://blog.csdn.net/never_cxb

Data source API interface

Implemented based on Jsoup crawler, hosted on Sina Cloud, and images stored in Qiniu Cloud.

News list data example:

[
    {
        "id":7937,
        "imageUrls":[

        ],
        "title":"Qingdao Dingxin Communications Fire Safety Co., Ltd. 2016 Recruitment Brochure",
        "publishDate":"2016-01-20",
        "readTimes":298,
        "summary":"Technology strives for excellence, service creates trust, product philosophy, the company is located in Qingdao Software Park, Shinan District, the core area of Qingdao City, corporate philosophy."
    },
    {
        "id":7948,
        "imageUrls":[
            "6a96b96982189e1fcb439b944cea0ce4",
            "48c119220b4d3df451dd03cb1f70b3ef",
            "27a911d81f7b13eeaf3ad49206c5f3d4"
        ],
        "title":"Save Guo Yan, a 2000-level alumnus of the School of Electrical and Electronics Engineering, participate in Internet crowdfunding, and spread love through the Internet!",
        "publishDate":"2016-02-02",
        "readTimes":410,
        "summary":"Xidian Small Speaker, Xidian Youth, Xidian Students and Workers, etc. forwarded to help classmate Guo Yan. I would like to thank everyone on behalf of my sister. ---Xidian Navigation Editor's Note) Thank you to my classmates."
    }
]

News details Json data example:

{
     "source": "SeeNews",
     "body": "<div id=\"article_content\"><p>\n\tCable TV users in the school:\n</p>\n<p>\n\tIn order to ensure the integrity of the school's faculty and staff Have a pleasant holiday and ensure the normal transmission of cable TV signals in the south and north campuses. According to the school’s arrangements for on-campus cable TV maintenance work, the cable TV signal maintenance work during the winter vacation is now notified as follows: ..wbtreeid=1227&amp;wbnewsid=13892< /a></div>",
     "id": 7946,
     "imageUrls": [],
     "title": "Notice on cable TV signal maintenance work in the South and North Campuses during the winter vacation",
     "publishDate": "2016-01-26",
     "readTimes": 225
}

Function development record

V 0.7

V 0.7

V 0.6

V 0.5

V 0.4

V 0.3

V 0.2

V 0.1

Dependent open source libraries and tools

APPs to learn from