首页
会员中心
到顶部
到尾部
文科毕业论文

Game information system based on wechat applet

时间:2020/10/14 14:32:53  作者:  来源:  查看:0  评论:0
内容摘要: Game information system based on wechat appletABSTRACT:With the popularization of Internet technology, more and more ordinary people are...

Game information system based on wechat applet
ABSTRACT:
With the popularization of Internet technology, more and more ordinary people are enjoying the convenience brought by science and technology. At the same time, more and more information is flooding around us. In order to obtain useful information, users have to download apps launched by various companies, which is a challenge to users' mobile phone storage resources. The launch of WeChat solves this problem. WeChat applet is a cross-platform light application. Users do not need to download it, but only need to use relevant applet in WeChat to enjoy the same service as apps launched by various companies. This kind of quick and convenient light application gained the favor of consumers once launched.
The pace of China's development is getting faster and faster, and the income of the people is also increasing. The quality of life of the people is also improving. At the same time, the quality of spiritual life also needs to be improved simultaneously. As a result, the game plays a very important part in the life of the people. We follow the trend of the times and provide the people with wechat as a platform Game information.
1. Introduction:
As the most popular chat platform in China, wechat has a large number of users who are very suitable for promotion. In the function of wechat, only wechat small programs can meet our needs. It has the advantages of small and convenient, but it will not lack the main information.
The appearance and application of WeChat applet has enriched the application function of WeChat. Information push, line scan code and official account connection have greatly satisfied people's actual needs. In the first half of 2019, the average use time of wechat apps is about 63.93 minutes. In June 2019, there were 180 apps with more than 5 million active users in wechat last month, using 42.6 apps per person per month, and using 4.9 types of wechat apps. Among them, the number of small games accounts for 42.1% of the total, followed by life services and news information, accounting for 39% and 28% respectively. The rapid development of the Internet era connects the whole world, and wechat also closely connects social media and communication. The birth and application of wechat applet has become an important foundation for the development and application of mobile Internet in the future. The huge user group makes the small program stand firm.
Why we choose this form is because it can bring many benefits to our life. Maybe many people haven't understood it, so they don't know how it can help us. We all know that when we need new network services, we have to download apps to meet the needs. At the same time, frequent app upgrades also cause users and developers a lot of trouble, such as the decline of mobile phone performance, high update costs and other reasons that make the user experience worse. In this context, wechat applet is born, avoiding the defects of app and retaining the functions of app. It is based on wechat platform, no need to install, no need to uninstall, which brings users a better network experience and saves developers' development costs.
The way people access wechat applets also changes over time. With the development of social business, sharing becomes more and more popular (driven by applications such as pinduoduo). The growth of "recently used MP" and "wechat articles" as a way of accessing applets shows that wechat applets are increasingly rooted in users' daily lives. Other "early" access methods (such as QR codes, the discovery tab, or "nearby applets") have decreased dramatically. The access method depends largely on the type of wechat applet. You can access the mini program through the official account of WeChat (usually promoted by net red) or through social networking, especially group purchase. On the other hand, offline service applets are more likely to be accessed through QR codes scanned at offline sites.
Using wechat applet to build game information system is just the way to conform to the trend of the times. In the age of Internet, traffic is money. More than 1.1 billion wechat users are the potential of enterprise development. Relying on wechat's huge user support, small programs have a broader development space. However, the existing small programs are far from reaching the demand saturation state in the huge user market. The demand of several main industries such as retail industry, life service industry, entertainment and game industry is still huge. In the future, more small programs will be developed and online in the market.
The game information system using wechat applet can show most high-grade games to the public, and can provide content such as play method, game content introduction, etc. according to the needs of users, and can see the evaluation of some game lovers for the game, providing convenience for players who do not understand the game. At the same time, it also has the sharing function to share the game content to friends.
2. RELATED TECHNIQUES
WeChat applets have defined a set of languages, called WXML (WeChat Markup Language), and its usage is similar to HTML. In addition, WeChat applets have also defined their own style language WXSS, which is compatible with CSS and expanded. Using JavaScript for business processing is compatible with most JavaScript functions, but there are still some functions that cannot be used.
2.classic recommendation process
1. Design bottom label navigation, prepare icons for bottom label navigation and establish 4 corresponding interfaces; Set the default picture and the selected picture. Label names are in two colors, blue is the selected color and gray is the default color.                           2.Design the effect of slide rotation and prepare the pictures needed for slide rotation.
3. To design the game list interface, you can first design a game poster page, then launch a network request to obtain the relevant game information, etc., and display the corresponding game information in the way of list rendering.
4. The personal center uses list navigation to conduct secondary interface navigation.
2.2Relevant similar calculating techniques
Know WeChat applet
Analysis of WeChat applet framework
Building UI Interface with WeChat applet Components
Necessary Wechat applet API
3.Overview of the framework
The WeChat applet framework is the content that must be understood for WeChat applet development. The WeChat applet framework enables developers to develop services with native App experience in a simple and efficient way in WeChat. The WeChat applet framework is divided into a logic layer and a view layer. The logic layer is used to process business logic while the view layer is used to render pages. The view layer description language WXML and view style WXSS, coupled with JavaScript logic layer language and json configuration files, construct the WeChat applet framework. Understand the directory structure of WeChat applets and the use of framework global files, tool class files and framework page files. Will configure the window navigation bar and bottom label navigation, understand the meaning and use of Wechat applet registration application and life cycle function, master the use of Wechat applet registration page, including page initialization data, life cycle function, page related event handling function, page routing management and setData setting function, etc., successively learn how Wechat applets bind data, Wechat applet condition judgment and column. 2 table rendering, and learn the definition and reference of Wechat applet last class.
4. Overview of UI Interface Construction
WeChat applet framework provides many UI components, which are like building blocks. Building blocks can be used to build a house, a bridge, and we use UI components to build small program interfaces. Each component has different uses, such as a view container component for wrapping content, a basic content component for presenting content, a rich form component, a navigation component for page links, a media component for playing video and audio, a map component, and a canvas component. With these components, the layout and rendering of the interface can be completed. Should be familiar with the use of view container components, draw posters carousel effect page switching effect, slide up and down effect and slide left and right effect; Master the use of basic content components, including icon components, text and progress bar components; Master the use of form components, use form components to design the form content of WeChat applet, submit forms and reset the form content; Master the use of navigation bar, keep the current page jump and close the current page jump, master the use of media components, including audio components, picture components and video components; Master the use of map components and canvas components.The purpose of the game information system applet is to realize the use of poster rotation, form component navigation bar page Jump and media component.
5. Overview of applets apis
WeChat applets provide many API interfaces that will be usedwhen developing WeChat applets, including requesting server data, file upload and download, WebSocket session, picture processing, file operation, data cache, location information, device application, interactive feedback, login, WeChat payment, sharing, etc. To master how WeChat applets request server data, how to master the uploading and downloading of WeChat applet files and the use of the WebSocket session API, how to master WeChat applet picture processing, file operation andthe use of the data cache API, and how to understand WeChat applet location information and the use of the device application API. Master the use of WeChat applet interactive feedback, login, WeChat payment and sharing API.
6. Conclusion
The game information system using wechat applet can show most high-grade games to the public, and can provide content such as play method, game content introduction, etc. according to the needs of users, and can see the evaluation of some game lovers for the game, providing convenience for players who do not understand the game. At the same time, it also has the sharing function to share the game content to friends.
WeChat small program is consistent with the trend of the times. Now many software companies have found the advantages of small programs, tiktok service, Alipay applet, jitter applet, Baidu small program has been gradually admitted. Wechat applet looked around and found that inadvertently there were several competitors around. According to the wechat applet report released by the data statistics platform recently, the applet is replacing the native app for long tail and low frequency applications; the dominant high frequency and rigid demand applications are also active in the applet. The program can reach the webpage and the place that app can't reach, can meet some special needs of users, and also bring great convenience to users. Generally, when users need to use it, they can open the applet and close it when they are finished. There is no need to download or install it, and users no longer need to worry about the memory problem of mobile phones. In addition, wechat applets of different service types are enough to meet different needs of users. Wechat applets can be used anytime, anywhere to get information of various media.
References
[1] M.D. Ekstrand, J.T. Riedl, J.A. Konstan, Collaborative filtering recommender systems, Found. Trends Hum.–Comp. Interact. 4 (2010) 81-173.
[2] F. Ricci, L. Rokach, B. Shapira, P.B. Kantor, Recommender Systems Handbook,Springer Science + Business Media, 2011.
[3] H.N. Kim, A.T. Ji, H.J. Kim, G.S. Jo, Error-based collaborative filtering algorithm for top-N recommendation, Lecture Notes in Computer Science 4505 (2007)594-605.
[4] P. Massa, B. Bhattacharjee, Using trust in recommender systems: an experimental analysis, Lecture Notes in Computer Science 2995 (2004) 221-235.
[5] Dai, Yae, HongWu Ye, and SongJie Gong, “Personalized recommendation algorithm using user demography information,” Knowledge Discovery and Data Mining, pp. 100-103, 2009.

  


相关评论
广告联系QQ:45157718 点击这里给我发消息 电话:13516821613 杭州余杭东港路118号雷恩国际科技创新园  网站技术支持:黄菊华互联网工作室 浙ICP备06056032号