热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

1.7Allcomponentsrequireplug-in?

InAndroid,Activity,Service,ContentProvider,andBroadcastReceiverarecalledasfourmajor

      In Android, Activity, Service, ContentProvider, and BroadcastReceiver are called as four major components.

      Do all four components need convert to plug-ins? Over the years, I have been working on plug-in technology with this question.

      Several companies I worked for are OTA (Online Travelling) industry. This kind of app is similar to e-commerce, including a complete set of payment processes, Activity is used mostly, two or three hundred of Activities are not surprising, and Service and Receiver rarely used, ContentProvider is not in use.

      Most apps in China are like this.

      According to the technology stack, the App industry is divided into:

      ● Game App. People have their own online update process. Many of them use scripts like Lua.

      ● Mobile assistants, mobile phone guards, and the use of such applications for Service, Receiver, and ContentProvider. Therefore, the plug-in of the four major components must be implemented.

      ● Music, video, and live video applications are very dependent on Service and Receiver, in addition to more activities.

      ● The e-commerce, social, news, and reading apps are basically Activities. The use of other three major components is not enough, and only the support for Activity and Service plug-ins can be considered.

      We should rely on the app’s reliance on the four major components to select the corresponding plug-in technology. The four major components all implement plug-in, of course, that is the best; but if the App is mainly made of Activity, then the static proxy “That” framework is actually enough.


推荐阅读
author-avatar
otion
这个家伙很懒,什么也没留下!
Tags | 热门标签
RankList | 热门文章
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有