I am new to Android application development.I want develop a dll using android. Is it possible to develop and integrate to android app. Please tell me the solut
You can check out the Android NDK, here http://developer.android.com/sdk/ndk/index.html.
The NDK can be used to create linux equvalent .so, of the windows .dll files.