feat(android-demo): Improve avatar selector with thumbnails and grouped display#92
Open
fengzhongsen wants to merge 1 commit into
Open
Conversation
…ed display - Add AvatarModel data class with structured avatar info (name, description, url, thumbnail) - Redesign ModelSelectorDialog with two sections: Recommended Avatars (grid) and More Models (list) - Add avatar thumbnail images for 4 official avatars (Leo, Oliver, Sofia, Lily) - Remove 7 broken model URLs that return 404 from GitHub releases - Add 4 additional working models from v1.0.0 release (ddzh, shuziren_v2, St_yxm, Zyynv) - Update activity_main.xml to show currently selected avatar name - Update item layout to display avatar thumbnail alongside name and description
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Improved the Android Demo's model selector to provide a better user experience when choosing digital human avatars.
Changes
New Features
Bug Fixes
UI Improvements
Testing