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

Use ImgeView with SpeakOut label and content instead of loading post URL for Posts #19

Closed
kpchandora opened this issue Apr 18, 2021 · 0 comments · Fixed by #24
Closed
Labels
enhancement New feature or request
Projects

Comments

@kpchandora
Copy link
Owner

kpchandora commented Apr 18, 2021

Currently while viewing a post, we are using the post URL and loading it using Glide.
The post URL is generated during the post creation. We take the ImageView canvas and convert it to bitmap then upload it to Firebase Storage.

Problem:

For different device screens, it will look different.

Solution:

Use ImageView background and display content on top of it.

@kpchandora kpchandora created this issue from a note in SpeakOut (To-Do) Apr 18, 2021
@kpchandora kpchandora added the enhancement New feature or request label Apr 18, 2021
kpchandora added a commit that referenced this issue May 1, 2021
[#19] Use view and content instead of postUrl
@kpchandora kpchandora moved this from To-Do to Done in SpeakOut May 1, 2021
@kpchandora kpchandora linked a pull request May 2, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

Successfully merging a pull request may close this issue.

1 participant