Import classes with all dependencies Java (Android) -
i trying create android application able send , receive messages textsecure. doing that, using libtextsecure , libaxolotl.
for storing session information, indentitykey information , so, need 4 storage classes:
- sessionstore
- prekeystore
- signedprekeystore
- identitystore
there interfaces in libaxolotl not want implement these storage classes on own. aim use finished class of textsecure:
- textsecureaxolotlstore
but don' want use whole textsecure project library, because don't need whole functionality, need 1 class!
now here question: possible copy textsecureaxolotlstorewith dependencies within project own project? can view dependencies within android studio not able copy , paste them project.
thank help!
Comments
Post a Comment