how to add java state manager into android studio?

前端 未结 1 938
旧巷少年郎
旧巷少年郎 2021-01-17 04:20

i want to make a state manager in my app to manage all my screens. i looked around on the web and found easyflow as the main one people use in android studio . in it\'s site

相关标签:
1条回答
  • 2021-01-17 04:57

    I faced that issue .. After little search I found that version by maven does not point to latest code by demo:

    • https://github.com/Beh01der/EasyFlow by Beh01der has above issue

    However I found that:

    • https://github.com/carrot-garden/state_EasyFlow by carrot-garde has proper source code but still pointing to wrong repository

    That is the reason why I forked second project and changed it into Android project with gradle which contains AppDemo in addition to EasyFlow library:

    • https://github.com/mabuthraa/EasyFlow-Android

    You can use latest one and build your AAR by

    ./gradlew easyflow:Release
    

    Good luck,'.

    0 讨论(0)
提交回复
热议问题