是否有任何DLL或DLL类似概念的Andr​​oid? [英] Is there any DLL or DLL like concept in Android?

查看:112
本文介绍了是否有任何DLL或DLL类似概念的Andr​​oid?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

  1. 我们知道,我们可以用一个概念Java包,但我只是想 知道的Andr​​oid是否提供一个DLL或DLL类似的概念,我们可以写一个 大部分功能。

  1. We know that we can use a concept "Java Package", but I just wanted to know whether Android has provided a DLL or DLL like concept where we can write a most of the functionality.

或者我们可以使用的活动的在职DLL的目的。

Or can we use Activity for serving a purpose of DLL.

有Android操作系统像DLL任何概念?我们可以开发一个DLL在Android更好的模块化和其他好处?

Is there any concept like DLL on Android OS? Can we develop a DLL for better modularization and other benefits on Android?

感谢和问候, PRASHANT。

Thanks and Regards, Prashant.

推荐答案

我不知道你为什么专找DLL。我知道的是,你需要的东西像code重用库。 Java包(jar文件)服务模块化的异曲同工之妙。

I am not sure why you are specifically looking for DLL. What I realize is that you need something like a library for code reuse. Java Packages (jar files) serve the same purpose of modularization.

如果你想code C ++中考虑的Andr​​oid NDK ,并创建一个.so文件(Linux的相当于DLL)

If you want to code in C++ look into Android NDK and create a .so file (Linux equivalent for DLL)

可能是你正在寻找某种内容提供商,可以帮助你在应用程序之间共享。

May be you are looking for some sort of content provider that can help you with sharing across applications.

这篇关于是否有任何DLL或DLL类似概念的Andr​​oid?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆