Can you hook up to a shared object written in c?
I heard about Andromo yesterday (via Android Authority) and joined minutes ago.
Is it possible to use Andromo for the GUI but hook up with my preexisting shared object which has been written in C? If yes, that would be awesome!
Is it possible to use Andromo for the GUI but hook up with my preexisting shared object which has been written in C? If yes, that would be awesome!
Comments
UNIX-style run-of-the-mill dynamically linked shared object library
(e.g., MyLibrary.so). See http://www.yolinux.com/TUTORIALS/LibraryArchives-StaticAndDynamic.html.