Skip to content

Customizing Fragment Layout. #10

@trile127

Description

@trile127

I'm trying to update the fragment on the fly.

Within SuperAwesomeCardFragment.cs, there is a method:

OnCreateView(Android.Views.LayoutInflater inflater, Android.Views.ViewGroup container, Android.OS.Bundle savedInstanceState)

where I can feed the fragment a bundle and take that data and change the view and show a UserProfile that was loaded from the database.

How would I feed the CardFragment class that bundle?

I've read information on how to pass it but I'm not sure how to feed the bundle into the support fragment manager.

Reference: https://stackoverflow.com/questions/37684497/how-to-pass-data-between-fragment-in-viewpager

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions