Skip to content
Advertisement

Tag: android-fragments

How to load image from URL in Fragment class?

I want to load an image from its URL in Fragment class. I’m loading the image like this: but this method is taking more time to load the image and to open it. If I want to use ImageLoader class like this tutorial, then how to load it in Fragment? Answer Use any 3rd party library like Picasso. Download the

How to change fragments using Android navigation drawer

I know these types of question have already been here but still I have not found my answer for this question: I have created an application and used navigation drawer that has been created AUTOMATICALLY by the app (AndroidStudio) Here’s what I have: And some more here: I want to display another fragment using the button in navigation drawer. I

Advertisement