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

Update AyncImage composable #10

Open
imAtulSharma opened this issue Jan 18, 2025 · 0 comments
Open

Update AyncImage composable #10

imAtulSharma opened this issue Jan 18, 2025 · 0 comments

Comments

@imAtulSharma
Copy link
Member

imAtulSharma commented Jan 18, 2025

Currently AsyncImage composable only takes string as data but in some scenarios, we want drawable or dynamic image (from internet using URL) at the same time so for this we need some flexible composable otherwise we have to create two composable separately.

For example: If the user has profile image, then show it else show a dummy avatar from drawable resources

Update:
Also add option for placeholder while the image is in loading state.

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

No branches or pull requests

1 participant