(Previous: Adori Android SDK: Sample App)
Advanced Usage
Advanced usage is only advised for Adori SDK customers who want to customize and build their own tag views. Adori does not encourage this and suggests using AdoriTagsView
for showing tags.
Note
Adori Studio allows audio creators to compose their tags and preview them before embedding into audios. AdoriTagsView
is always kept in sync with Adori Studio tag previews and recieves updates as and when newer tag types and visualizations are supported. By using AdoriTagsView
your app will be able deliver the exact experience composed the creators and support newer tag types as and when they are added.
AdoriTagServiceListener
AdoriTagServiceListener
provides an interface method that provides the current experience that needs to be served. You can use this interface to build their own UI based on the experience that is obtained from this from the listener.
|
|
Note:
AdoriTagsView
also implements AdoriTagServiceListener
to show/hide the tag experiences.
Next Up: Adori Android SDK FAQs