fragment tag

65 questions


2 answers
58 views
0
[Android] Only fragments are finished

Hello, I'm a beginner at Android.We have created and used fragments to eliminate the hassle of moving from the main activity to other activities. I want to show you the activity screen again.Is there ...

2 years ago

1 answers
134 views
0
Problem sending data to viewpager using fragment

When you run it, it is an app that displays a view page consisting of three fragments on top of the main activity.For the contents of each page, we received json parsing data and delivered it to each ...


1 answers
66 views
0
Android fragment! I have a question!

public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener, FragmentCallback{navFragment1 navFrag1;navFragment2 navFrag2;navFragment3 navFrag3;ViewP...

2 years ago

1 answers
94 views
0
Renew Android App View Pager

Hello! This is the only place I can rely on.Haha Question about updating the fragment viewflipper.class SearchViewPagerAdapter(var fragNum : Int, fm : FragmentManager, searchText : String) : FragmentS...


1 answers
55 views
0
Fragment Slow on First Run

Hi, how are you?The menu during UI production is implemented using Fragment.The problem is that there is a phenomenon that is too slow on the first run of the fragment.Except for the first time, it co...

2 years ago

1 answers
150 views
0
I have a question about Android viewpager.

The Viewpager page is on page 5All communicate with http to receive data.But the code seems to overlap too much, so is there a way to deal with it separately? I can't think of anythingpublic class Vie...


1 answers
51 views
0
I have a question about how to communicate between Activity and Fragment.

Until recently, I had been implementing Fragment without much thought, but recently I have a sudden interest in it, so I have some questions.In general, I understand that Fragments avoid accessing the...

2 years ago

2 answers
87 views
0
How do I get each list in the list view clicked to a different place within the Fragment? (Beginner: There's coding)

public class SocialFragment extends Fragment { private static final String TAG = SocialFragment.class.getSimpleName(); View rootView; ExpandableListView lv; private String[] groups; private String[][]...

2 years ago

1 answers
80 views
0
To replace the fragment screen

I'm making a basic application to study Android. Starting with that, I'm making a memo application, and I'm using listview in the fragment to show the list of notes. Here, the notes in the list fragme...

2 years ago

1 answers
65 views
0
OnStart is called only once in the fragment

The first three fragmentsI reduced it to twoFrom then on, when the app turns on, it runs only onceWhen there were three fragments, it was called well when moving the fragmentsWhy is that?ㅜ

2 years ago
« - 3 - »

© 2024 OneMinuteCode. All rights reserved.