Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ShowkaseBrowserFragment to be used as a replacement of ShowkaseBrowserActivity #351

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

MohamedHarmoush
Copy link

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.

@MohamedHarmoush MohamedHarmoush changed the title Add ShowkaseBrowserFragment to be used as a replacement of ShowkaseBr… Add ShowkaseBrowserFragment to be used as a replacement of ShowkaseBrowserActivity Sep 12, 2023
@MohamedHarmoush
Copy link
Author

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!

@marcorighini
Copy link
Contributor

@MohamedHarmoush What do you think about exposing the entry point Composable too, without relying on the fragment?

@MohamedHarmoush
Copy link
Author

@marcorighini Actually , it's nice idea.
I can do it.

@MohamedHarmoush
Copy link
Author

@marcorighini as you suggested
I added a ShowkaseBrowser composable function, so now we can use

  • ShowkaseBrowser composable
  • ShowkaseBrowserFragment
  • ShowkaseBrowserActivity

as an entry point

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants