5 questions
I want to make menus with the navigation drawer that I set when I first created the project, and if I press the second menu, I want to display the web view right away. Although the web view was displa...
public class MainActivity extends AppCompatActivity { Toolbar toolbar; Fragment fragment1; Fragment fragment2; Fragment fragment3; @Override protected void onCreate(Bundle savedInstanceState) { super...
When you use multiple fragments for one activity, you sometimes want to use different toolbars for each fragment. Only one toolbar is defined in activity, and how to customize and write in each fragme...
If you scroll through the Recycler view from the view above, I want to make the toolbar text above and the text view below disappear.<android.support.design.widget.AppBarLayout android:id=@+id/stud...
I'm currently using Android Studio 3.0, but after the update, the list of tasks tabs in the open file has disappeared, maybe something has changed. It's so hard to move from project to project because...
© 2024 OneMinuteCode. All rights reserved.