Berki2021
Berki2021
What a shame that this is still not answered, boo facebook
@linmx0130 Facebook v.12 is now released, how should we change our code in order to not use `onActivityResult` anymore? I am not using the facebook buttons or dialog and have...
> > > OK, I'll peek at this over the weekend. Thanks! I am looking forward to your reply
Okay, this is _really_ weird. I've changed my code as you said and nothing changed (obviously). Now comes the weird part: I've used Googles PDF viewer as well and got...
> If you are in position to try opening a PDF attachment from an email in those apps, it would be interesting to see which of those failure cases still...
> Be careful about terminology. My guess is that when you wrote "internal storage" you really mean what the Android SDK calls external storage and not what the Android SDK...
> However, the user also has direct access to those PDFs and may have other options for getting them to her favorite PDF viewer. My user is really tech-savvy so...
Hmm, okay, thank you. I have several questions when downloading the pdf file and viewing it, it would be amazing if you could answer those questions and maybe provide examples...
Thank you very much for all the help you provided! 😄
> I have sample code for Dagger Hilt implementation > > See > > * [HiltFragmentWithViewModel](https://github.com/akexorcist/Localization/blob/master/app/src/main/java/com/akexorcist/localizationapp/hilt/HiltFragmentWithViewModel.kt) > > * [StoryProvider](https://github.com/akexorcist/Localization/blob/master/app/src/main/java/com/akexorcist/localizationapp/hilt/StoryProvider.kt) > > > ApplicationContext was injected with `@ApplicationContext` into `StoryProvider`...