(Source code introduction:
This project is an Android client project for newspapers and magazines. It is the server of science net under Science Daily. It implements many good functions. Click the menu of the article reading interface to save the article, adjust the font size of the article, view and post comments and SMS. Share article links, etc. This project has the reading function of science newspaper. The collected articles will appear in the collection view and be displayed in the form of article list. Open the newspaper view and click the selected date to view a thumbnail of the current day's newspaper. Click the thumbnail to display the list of articles on the newspaper page of the current day. Personally, I think this function is very good. The project only uses the third-party development kit, the core code is written in pure Java, HTTP directly interacts with the website, and the article collection part is directly stored in the local SQLite database. This project is the best reference example for friends who have websites but want to have native Android.
Involved modules & amp; technology
Image cache
Delayed loading
SQLite
Network module
...)