Skip to content

hcq0618/twitter-kotlin-kit-android

 
 

Repository files navigation

Fork from twitter official SDK https://github.com/twitter-archive/twitter-kit-android

And:

  1. Convert java to kotlin
  2. Fix legacy issues
  3. Use androidx library instead of deprecated support library
  4. Migrate deprecated android api
  5. Improve system compatibility
  6. Add video upload function
  7. Remove picasso dependency
  8. Use Coroutine instead of ExecutorService
  9. Migrate Twitter APIs from v1(Deprecated) to v2
  10. Add video preview into ComposerView

TODO:

  1. Convert java to kotlin for tweet-ui
  2. Migrate deprecated implementations to registerForActivityResult