Android Studio Tutorial - Part 12 (2019 Edition)

preview_player
Показать описание
In this tutorial, let's learn about Fragments and FrameLayout. Using Fragments allows us to place a screen inside another screen. Android Developers often make use of Fragments as part of the app architecture.

Рекомендации по теме
Комментарии
Автор

These tutorials are nice and all but you should explain what each line of code does

yigitgenc
Автор

How about a tutorial with an EditText, a Button and a RecyclerView that populates with items as we enter something in the EditText and press the Button?

CarciofoaPropulsione
Автор

Could you cover how to set the app icon with your favorite picture? How do you screenshot of your app and all apps (to show the app icon)? Where is the activity xml file? Thank you very much, I really appreciate it if you do that.

aydenzhu
Автор

Helpful tutorials. Thanks for covering this.


One thing I notice is your android studio seems to auto import things, where I need to Alt+Enter for each of them individually.
Is that an options setting?


Could you do a video on settings users might want to know about? Stuff like changing font size on Ctrl+Scrollwheel, auto importing, etc.

JP-mghy
Автор

HI Daniel, I hope you get this, I don't know how often you get to follow up. I have a problem in Part 5. I have run the code I typed in and it runs without errors but when I run it on my Samsung s7 emulator the app comes open nicely but when I type in "bad" the app closes and I get a message "name Game closed" and the app shuts down. Any ideas on how to fix this? Is there anyone reading comments that has this same problem? Please reply, I don't want to go farther without resolving this issue! Everything up to this point has worked flawlessly.

williamclarkson
Автор

how to go to anothet fragment from another fragment by pressing a button.

akmalaziq
Автор

I got a bug: when switch to false, the frameLayout is still there. Isn't it supposed to disappear?

stephenchen