Open MohamedHarmoush opened 1 year ago
Hello @vinaygaba I've added the ShowkaseBrowserFragment to provide a flexible option for developers following a single activity architecture. Your feedback on this PR is highly appreciated. Please review and share any comments or suggestions.
Thank you!
@MohamedHarmoush What do you think about exposing the entry point Composable
too, without relying on the fragment?
@marcorighini Actually , it's nice idea. I can do it.
@marcorighini as you suggested I added a ShowkaseBrowser composable function, so now we can use
as an entry point
This pull request (PR) introduces the ShowkaseBrowserFragment.
The purpose: of this addition is to provide developers with an alternative to the existing ShowkaseBrowserActivity when following a single activity architecture. The ShowkaseBrowserFragment offers a more flexible and reusable way to integrate the Showkase browser functionality within their Android applications, accommodating various architectural preferences and enhancing the overall usability of the Showkase library.