Java Question use an free open source app in a library

mohsen nasrabady

Active Member
Licensed User
Longtime User
high i use an app in my app to open some files with intent
the apps is free open source and i have the eclipse source and imported in eclipse
i know how can build a lib
how i can import in a lib to open the files without installing the app
 

DonManfred

Expert
Licensed User
Longtime User
You need to write a wrapper library in eclipse.
Search forum on how to create a java-library.
You need java knowledge for this

how i can import in a lib to open the files without installing the app
What exactly you want to do? Maybe i did not understand the question correctly
 

mohsen nasrabady

Active Member
Licensed User
Longtime User
i have some nintendo game in my app and open the selected game with intent using nesoid installed app
i have nesoid open source eclipse and want to open game in my app without install nesoid app

i know how to build a lib
i just do not know how import the source android app in a lib
 
Last edited:
Top