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

github source: https://github.com/whispersystems/textsecure/blob/5602a3dfc0501e97b605b1838634d8db1ef5f013/src/org/thoughtcrime/securesms/crypto/storage/textsecureaxolotlstore.java

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

Popular posts from this blog

asp.net mvc - SSO between MVCForum and Umbraco7 -

Python Tkinter keyboard using bind -

ubuntu - Selenium Node Not Connecting to Hub, Not Opening Port -