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

Global Adapter Implementation #97

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

TurboCoder
Copy link

  • Adding Material Show Case Adapter
  • Adding Simple Material Show Case Adapter that works with resources
  • Updating Example with new integration of Material Show Case Adapter
  • Updating README.MD

With this new update the user will be able to manage the Show Cases with an adapter that works all encapsulated to make the code looks clean.

Also there are some Upgrades that may help:

  • The adapter contains a POOL system, so you can't overstack multiple show cases in 1 view, meaning that if you add a sequence or a single showcase once one is initialized, if will be saved to run after the current one finish. (Just supporting Showcases initialized with the adapter).
  • You can now add easyly to a sequence the shape you want in your showcase using an ENUM.
  • You can choose between using an array resource or a custom adapter to setup your showcase.
  • You initialize your showcase with 1 line of code on the activity.

- Adding Simple Material Show Case Adapter that works with resources
- Updating Example with new integration of Material Show Case Adapter
- Updating README.MD
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.

1 participant