Android zhihu daily client application source code and android source code
As you can see, this is a zhihu daily client. I name it zhihu tabloat. You can download and install the client. For more information, see the attachment. IOS version source code: http://code.662p.com/view/9004.html
Because I have a lot of time to spend on the subway, and I like the content in zhihu daily, I want to develop a client for zhihu daily, there is no frown on the launch page advertisement, no application recommendation, no background message push, only the original reading function is provided.
After a period of development, all the initial ideas have been completed:
- Latest news and past news
- Pull down to refresh data
- Display of news body (various use of WebView)
- View and save images in the text to the album
- Offline download
- Night mode
- Favorites
- Read data cache
- Share content to SNS
Due to the relationship between time and energy, some adaptation problems may not be solved in time, and inevitably there may be bugs. I hope you can Fork a branch and develop it with me.
<Ignore_js_op>
<Ignore_js_op>
<Ignore_js_op>
<Ignore_js_op>
Download the source code and Android experience package:
Http://android.662p.com/thread-5933-1-1.html
Zhihu daily client cannot log on
= Unload, repeat
What technologies are used for Android client development on news network? After obtaining the html source code, parse the valid data and then display it or what?
Not necessarily,
Some directly use js to read database information and fill the webpage,
Some use collection tools to collect data from their websites and then push the data to their own pages,
In addition, you can update the database directly written by the android program.
I guess ~~~