GithubHelp home page GithubHelp logo

chen990627 / android-java-movie-app-ui Goto Github PK

View Code? Open in Web Editor NEW

This project forked from wuyuanwuhui99/android-java-movie-app-ui

0.0 0.0 0.0 10.72 MB

基于android原生开发的混合电影app,后端采用springboot+mybatis+mysql开发,有react-native和flutter版本,参见个人主页springboot和react-native项目包括底部tab导航,,首页,电影,电视剧,我的,搜索页,分类页,电影详情页,播放页,登录,注册,浏览记录,播放记录,收藏,缓存,电影排行榜等页面和模块,功能齐全完善,所有数据来自python爬虫程序,抓取爱奇艺和第三方电影网站实时电影数据,每周更新影片两只三次,持续更新中...

Java 100.00%

android-java-movie-app-ui's Introduction

android电影APP

开发者:吴怨吴悔

=============================界面预览(如果无法预览,请查看项目根目录png文件)==========================

app预览 app预览 app预览 app预览 app预览 app预览 app预览 app预览 app预览 app预览 app预览 app预览 app预览 =============================界面预览(如果无法预览,请查看项目根目录png文件)==========================

所有影片数据来自第三方电影网站,使用python爬虫实时抓取,然后存入到自己的mysql数据库中,所有接口均采用java开发

后端接口项目和sql语句:https://github.com/wuyuanwuhui99/springboot-app-service

flutter版本参见:https://github.com/wuyuanwuhui99/flutter-movie-app-ui

Harmony鸿蒙版本参见:https://github.com/wuyuanwuhui99/Harmony_movie_app_ui

react native版本参见: https://github.com/wuyuanwuhui99/react-native-app-ui

vue在线音乐项目:https://github.com/wuyuanwuhui99/vue-music-app-ui

在线音乐后端项目:https://github.com/wuyuanwuhui99/koa2-music-app-service

vue3+ts明日头条项目:https://github.com/wuyuanwuhui99/vue3-ts-toutiao-app-ui

nginx配置

server{
    listen       5001;
    location /service/ {
        proxy_pass http://127.0.0.1:5000;
    }
    location /static/ {
        alias E:/static/;
    }
}

android-java-movie-app-ui's People

Contributors

wuyuanwuhui99 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.