Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to analyze the Android SDK Open platform

2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

Today, I would like to talk to you about how to analyze the Android SDK open platform, many people may not know much about it. In order to make you understand better, the editor summarized the following content for you. I hope you can get something according to this article.

Android SDK openness is a major trend. Sina, Tencent, Baidu and Taobao are all developing their own open platforms. As Android developers, let's take a look at what kind of SDK they provide for Android developers.

Sina Weibo Android SDK

It seems that Sina only provides API,Android SDK, which is provided by individual developers. Open source, provides a development template based on the Sina Weibo Android project. If the application needs to call the Sina Weibo interface, then what you need to do is to import the source code, layout, res,lib and androidmenifest.xml into your project, but you need to keep in mind that layout,res,AndroidManifest.xml cannot be easily overwritten.

Tencent Microblog

Tencent only provided API, but did not see Android SDK provide downloads.

Taobao

Provide API, no Android SDK

Generally speaking, most large companies only provide API, as well as online API testing tools, not Android SDK directly. Android SDK is generally developed and provided by netizens themselves.

The following provides an implementation of Android SDK for your reference

We know that individual developers call the server interface, many of which require the Android interface to interact with the user to obtain the request parameters of the interface. In this way, our Android SDK can consider two implementation ways

Provide only data interaction

Advantages: for many developers, as long as the interface is rich, they can develop whatever they want in Android SDK applications.

Deficiency: many interfaces, which may be developed in every Android application, need to be developed repeatedly if only data interaction is provided. In addition, if there is a problem in SDK, the upgrade SDK must be upgraded along with the developer application.

Implementation: you can provide the source code of the API call or jar, and call the java API to complete the data exchange.

In addition to data exchange, Android SDK also provides interfaces that are often used.

Advantages: provide a unified interface, reduce the work of developers, especially some confidential data involving users, can do a better job of security. In addition, since an additional Android application must be installed in this way to provide unified data services and interface interaction, he can upgrade it separately. This stand-alone Android application will be installed on every mobile phone based on the SDK as an infrastructure.

Deficiency: in addition to the developer's application, it is necessary to install independent Android SDK applications. Android developers don't do whatever they want in the above way.

Implementation: AIDL interface implementation.

After reading the above, do you have any further understanding of how to analyze the Android SDK open platform? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report