Android Android graduation design--python crawler technology to obtain coupon data client display

Renderings:

in the splash screenhome pageSidebarDetails interfacepersonal informationset up

Realize technical points:

mobile terminal

Using native Android for development, the amount of project code is small, the functions are less complex, the development cycle is short, and the MVC model is adopted, which can quickly develop and realize functions.

main points:
  1. User registration and login
  2. network request
  3. Image loading framework
  4. webview
  5. Add Coupon to Favorites
Server

The server uses python + Django +uwsgi + nginx for rapid deployment. At the same time, since the project requires the use of python crawler technology to crawl coupon data, it is more reasonable to choose python technology. The background login interface
:
insert image description here

main points:
  1. Build python + Django +uwsgi + nginx environment
  2. Coupon data crawling
  3. Mobile interface development
  4. Handling of static data
  5. Data formatting
database

The mainstream relational database mysql is used for data processing.

To get the source code, please pay attention to the official account: apps0001
Reply: Coupon
or click the Android option in the case display to get it

Guess you like

Origin blog.csdn.net/m0_37780940/article/details/103357049