65 questions
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 ...
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 ...
public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener, FragmentCallback{navFragment1 navFrag1;navFragment2 navFrag2;navFragment3 navFrag3;ViewP...
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...
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...
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...
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...
public class SocialFragment extends Fragment { private static final String TAG = SocialFragment.class.getSimpleName(); View rootView; ExpandableListView lv; private String[] groups; private String[][]...
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...
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?ㅜ
« | - 3 - | » |
916 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
618 Uncaught (inpromise) Error on Electron: An object could not be cloned
574 Who developed the "avformat-59.dll" that comes with FFmpeg?
613 GDB gets version error when attempting to debug with the Presense SDK (IDE)
© 2024 OneMinuteCode. All rights reserved.