-
Notifications
You must be signed in to change notification settings - Fork 18
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
Bug fix #5 #9
Bug fix #5 #9
Conversation
This fix resolves robinmanuelthiel#5. “Android App does not show profile images”
Hi Moritz, thanks a lot for your work. Please help me to understand, what you did here. As far as I can see, you just
What I don't get here: Why does this enable the image download? The So where do you tell the Android system to always use the native HTTP implementation, even in the |
Hi Robin-Manuel, you are right, there is no issue with downloading the data, all it takes is the default implementation of the handler that is declared by the line in the "Environment" txt file: |
Ah okay, I get it, thanks! I am still a little bit confused, because what I already tried to solve this problem was selecting the Alright, could you please adjust your Pull request, sothat the changes are only three new files in the Android project of the Conference App with Xamarin.Forms, Connecting to the Cloud and Optimizations and Tweaks module? I want to keeps things as simple as possible! Then it can merge your PR easily and add the desctiption! Again, thanks a lot! |
Removed Droid Implementation, Added EnvironmentVariables.txt to the other parts of the workshop.
This reverts commit 9cacb6b.
This reverts commit 9c0cdd8.
Added EnvironmentVariables.txt, resolves robinmanuelthiel#5
Good Morning, the |
Great! Thank you very much, especially for the effort, but also for the clearification and time! Great work! |
This fix resolves #5 “Android App does not show profile images”