No video

What does context mean in Android Studio?

  Рет қаралды 26,423

Programming w/ Professor Sluiter

Programming w/ Professor Sluiter

Күн бұрын

Пікірлер: 41
@tristanrodden
@tristanrodden 3 жыл бұрын
This is exactly the way I needed this to be explained. Thanks so much for this video!
@MO-er7xp
@MO-er7xp 4 жыл бұрын
thank you so much you are the first one in youtube who understand context
@AmirKhan-uh5vd
@AmirKhan-uh5vd 4 жыл бұрын
This was the best videos explaining everything about Context correctly and easily
@rowenarrow
@rowenarrow 4 жыл бұрын
This a great breakdown and nowI feel like I understand it.
@hoddiewarrior4505
@hoddiewarrior4505 4 жыл бұрын
Best Explanation ever am not fully there with context but this saves me alot of time your the best!!!!
@leonelp9593
@leonelp9593 Жыл бұрын
Wow this was really good explained thanks bro !
@mohamedhussien2101
@mohamedhussien2101 Жыл бұрын
Love that description
@faustinlule9024
@faustinlule9024 3 жыл бұрын
Thank you Sir! Clear explanation and easy to understand! God bless you so much!
@shadsluiter
@shadsluiter 3 жыл бұрын
So nice of you
@wizardy6267
@wizardy6267 2 жыл бұрын
Thanks for your tutorials, this is a very nice one :) I am a c++ coder, I learned Kotlin before Android. At the beginning, one thing confused me about the context is the coroutine context and the Android Application context. They used in different context but with the same name... context, took me some time to tell which is which without using the inlay hints, that is annoy :(
@d.ndriotis9209
@d.ndriotis9209 2 жыл бұрын
3:58 Context visualized as a tree 5:08 4 ways to get the context
@naejsyned6878
@naejsyned6878 5 жыл бұрын
Très bon tutoriel, merci beaucoup!
@johannesbakary9605
@johannesbakary9605 4 жыл бұрын
Damn that explaining style of yours is enticing, will check out some more vids of you now. keep it up!
@johannesbakary9605
@johannesbakary9605 4 жыл бұрын
Btw do i understand that correctly - No matter where i get a context from within the activities fragments/views they all refer to the same thing? this Layoutinflater inside my recycler view adapter class "val inflater = LayoutInflater.from(parentRecyclerView.context)" and " Toast.makeText(requireContext(), selectedStrain, Toast.LENGTH_LONG).show()" this requireContext call in a mostly unrelated fragment inside the same activity go to the exact same thing? so as long as I get the context from whereever im good and i dont have to worry where i got it from as long as its within the same activity?
@shadsluiter
@shadsluiter 3 жыл бұрын
They are both instances of Context, but the application instance is tied to the lifecycle of the application, while the Activity instance is tied to the lifecycle of an Activity. Thus, they have access to different information about the application environment. stackoverflow.com/questions/4128589/difference-between-activity-context-and-application-context#:~:text=They%20are%20both%20instances%20of,information%20about%20the%20application%20environment.
@smnmj3320
@smnmj3320 4 жыл бұрын
Most good explanation over youtube.. Thanks for the information...
@shadsluiter
@shadsluiter 3 жыл бұрын
You are welcome
@beaver_stealer
@beaver_stealer 4 жыл бұрын
Plenty of examples thanks mate!
@muhammadhassan3058
@muhammadhassan3058 4 жыл бұрын
Sir it's very very helpful tutorial thanks Sir Soo much
@kayanthepioneer
@kayanthepioneer 2 жыл бұрын
super helpful! thanks you so much
@pms_code
@pms_code 2 жыл бұрын
Good Explanation, I understood, Thank you so much ❤
@shamithrao6792
@shamithrao6792 4 жыл бұрын
didnt get shit, help me if any of you can!
@prasannasilva4360
@prasannasilva4360 2 жыл бұрын
Understood well sir! thank you
@WeirdStuffaaaa
@WeirdStuffaaaa 2 жыл бұрын
thankks
@Nagabona
@Nagabona 2 жыл бұрын
Useful infomation... Thank you very much
@hainguyen-xn7bh
@hainguyen-xn7bh 2 жыл бұрын
Very good and funny videos bring a great sense of entertainment!
@cinnybun739
@cinnybun739 2 жыл бұрын
love this
@azizas9366
@azizas9366 4 жыл бұрын
great explanation
@thegreatwarrior4989
@thegreatwarrior4989 3 жыл бұрын
what amazing explanation !!!
@StaleCookies
@StaleCookies 3 жыл бұрын
Thankyou
@anmaresh
@anmaresh 4 жыл бұрын
It helped me a lot, thank you very much!
@samstoyroom
@samstoyroom 5 жыл бұрын
Excellent video!!Thanks!!
@aakankshiaggrawal2566
@aakankshiaggrawal2566 3 жыл бұрын
Well explained
@czyzyk78
@czyzyk78 4 жыл бұрын
Very instructive video for a starting developer. Thank you.
@LordBrahaam
@LordBrahaam 3 жыл бұрын
nadie me puede ayudar en serio tengo un problema y es que no me deja poner context: por que me marca error al poner el siquiente comando Toast.makeText( context; this, text: "El segundo valor deb? ser diferente de 0", Toast.LENGTH_LONG).show();
@ManeelxAkosAdor
@ManeelxAkosAdor 2 жыл бұрын
porque el this no es el mismo this de la actividad. Usando getApplicationContext() debería resolver el problema.
@zarinarazali5010
@zarinarazali5010 2 жыл бұрын
the video image is too poor, you need to fix it more
@369gunigunni9
@369gunigunni9 4 жыл бұрын
thanku sir
@robertvandobutarbutar6964
@robertvandobutarbutar6964 3 жыл бұрын
sir, please update tutorial about android, i will waiting you sir
@shadsluiter
@shadsluiter 3 жыл бұрын
Will do soon
@user-im4kk3wq4i
@user-im4kk3wq4i 4 жыл бұрын
Tres bonne video meme si ne comprend que la moitie avec mon niveau d anglais.
Android Studio How to Build a Roman Numeral Converter Part 1
6:28
Programming w/ Professor Sluiter
Рет қаралды 5 М.
Context in Android - A Deep Dive
12:39
Konstantinos Reppas
Рет қаралды 5 М.
Harley Quinn lost the Joker forever!!!#Harley Quinn #joker
00:19
Harley Quinn with the Joker
Рет қаралды 28 МЛН
艾莎撒娇得到王子的原谅#艾莎
00:24
在逃的公主
Рет қаралды 49 МЛН
OMG what happened??😳 filaretiki family✨ #social
01:00
Filaretiki
Рет қаралды 12 МЛН
What is the Context? - Android Basics 2023
11:22
Philipp Lackner
Рет қаралды 54 М.
Hack your brain with Obsidian.md
11:53
No Boilerplate
Рет қаралды 1,9 МЛН
RecyclerView | Everything You Need to Know
25:07
Practical Coding
Рет қаралды 133 М.
Android ViewBinding in 8 Minutes
8:59
Philipp Lackner
Рет қаралды 76 М.
Memory Leaks in Java | Issues Caused and How to Prevent | Example
13:13
TOASTS AND CONTEXT - Android Fundamentals
16:51
Philipp Lackner
Рет қаралды 37 М.
Why is anti-immigration sentiment on the rise in Canada?
13:00
The Guardian
Рет қаралды 1,8 МЛН
Harley Quinn lost the Joker forever!!!#Harley Quinn #joker
00:19
Harley Quinn with the Joker
Рет қаралды 28 МЛН