65 questions
The main sent a String value to the second screen through the int. On the second screen, three tabs and a viewfager are used, and each tab is made up of fragments.However, when you click a button on t...
public class MainActivity extends AppCompatActivity { Toolbar toolbar; Fragment fragment1; Fragment fragment2; Fragment fragment3; @Override protected void onCreate(Bundle savedInstanceState) { super...
public boolean onNavigationItemSelected(MenuItem item) { // // Handle navigation view item clicks here. int id = item.getItemId(); Fragment fragment = null; String title = getString(R.string.app_nam...
What is the TAG factor used to replace the fragment?If it is right to find the above fragment with FindFragmentByTag, can I find the removed fragment as well?I think it doesn't seem to be a problem if...
Currently, it consists of EditText and search buttons on one screen, three tabs, and a viewfager, each tab being a fragment. If you press search, you want to send the value that comes with json parsin...
https://github.com/neokree/MaterialTabsWhat I want to implement is like the commonly used library Materialtabs.It would be convenient to use the library, but I'm thinking about learning to implement i...
I use Volley and Gson to get the data.I want to transfer the data I received from the main activity to the Fragment containing ViewPagerI put data as Budle in Viewpager Fragment and receive it as getA...
This is a copy of foreigners' YouTube12This was done by a Korean, but I kept getting stuck in that part Strangely, it doesn't pop up. What's wrong with you?
If you do the fragment module and run it, it turns off when you run the app in Emule What is the error?public class ChannelBuskerSchedule extends Fragment {int test__schedule=5;public ChannelBuskerSch...
Hello~~ I'm a beginner who just started learning how to make an app..The app I'm planning is composed of several fragments in one MainActivity.I'm stuck in thinking of one of the Fragments, UserFragme...
« | - 2 - | » |
© 2024 OneMinuteCode. All rights reserved.