When a activity is partially visible, it goes to onPause() only,and then when fully visible it directly calls onResume()... Thats the case where onStop() is not called.
@Yuvraj-fv1gv3 жыл бұрын
Have exam within 2 hours and this video helped me ! Thank you sir⚡
@ntigirishari5 жыл бұрын
You're a good teacher!!!!! :-)
@wynnylim55943 жыл бұрын
It's crystal clear! Great example and easy to catch up. Thank you!
@Vamp0074 жыл бұрын
Thanks a lot sir. You explained in a very simple way with beautiful example ...Very helpful
@phani5646 жыл бұрын
Short and simple to understand... Please add more Tutorials on Recycler view and latest android updates
@vikramdeshmukh12077 жыл бұрын
Thanks ... I was just one minute into listening this concept & I have realized my conceptual mistake by looking at the board behind.
@jaygokhru4 жыл бұрын
Thanks a lot sir. Came here after watching 4 other videos still confused, but you explained them very clearly. Also the good old days when we use to think 2 GB RAM is a lot. 😂😂
@sahenliyanage36885 жыл бұрын
Thanks for the short and sweet explanation!
@riyahabeeba Жыл бұрын
very good class,thank you sir for making it simple and understandable
@jatinkhanna66813 жыл бұрын
Thank you sir for all videos, god bless you
@sureshprajapati27976 жыл бұрын
Very nice video easy to understand👍👍
@GuitarreroDaniel4 жыл бұрын
Terrific explanation as always, Mr. Navin. Thank you very much :)
@jonaskromwell44646 жыл бұрын
Very clear and concise. Great overview of lifecycle!
@kuntellashanker2497 Жыл бұрын
Superb explanation sir keep on uploading videos
@Sumit-ri9qi7 ай бұрын
AMAZING ! FINE CONTENT
@heenamalek60013 жыл бұрын
Great explanation 👍🏻
@explorer22837 жыл бұрын
Thank you Sir. I am new to this . but the way u teach is very helpful.
@motivation82383 жыл бұрын
Nicely explained
@lokkeshss70244 жыл бұрын
awesome brother
@MyBoxer965 жыл бұрын
This was superb explaination
@matthiasmuller88478 жыл бұрын
More android tutorials please :)!
@demir5 жыл бұрын
Thank you for this video. I understood the issue...
@puck20116 жыл бұрын
Thanks for the video. Would be great if you could stand to the side of the diagram so that it is always visible while you are explaining.
@kallathiyanmuthumalai48545 жыл бұрын
best exam step by step sir
@miteshjain567 жыл бұрын
very nice expalnation ...plz upload more video
@deeproy72926 жыл бұрын
echo sound
@mathewjohn16305 жыл бұрын
Yup
@Giantcaterpillar4 жыл бұрын
Yup, cool video but audio need fixing.
@JesusisAlive_334 жыл бұрын
Thanks alot bro
@alvincassar18283 жыл бұрын
THANK YOU MY INDIAN FRIEND
@hamidsiddiqui64528 жыл бұрын
thanks for tutorial which is best for android beginners sir
@robertobaldizon82066 жыл бұрын
Nice tutorial. Thank you very much.
@wraithbackup42867 жыл бұрын
Very good explanation
@crayzeegrasshopper Жыл бұрын
thank you!
@BEYONDComfort6 жыл бұрын
great teacher!
@networkmarketingandfun27125 жыл бұрын
Thanks
@prashikganer48206 жыл бұрын
Sir, what does that arrow from onStop() to onPause() mean?
@harikrishnankn24054 жыл бұрын
annan pwoliallle mass karinkal the kodumkat
@SureshKumar-kd3fx6 жыл бұрын
Super explanation thank u sor
@atkuriajaykumar37015 жыл бұрын
thankyou sir .
@rutujagaikwad15864 жыл бұрын
This was good
@beatbox777master5 жыл бұрын
Felt like I'm in a game where a global Robot who controls the world talks to me and tells me that I can't defeat it.
@fordfiveohh7 жыл бұрын
Sounds great. Good explanation. 1 question, just to be sure, when someone would like to call logoff when a user closes the app, would the practice be to override the onDestroy() method, call their sign off method, then call super.onDestroy(), this is what I'm thinking. Is this a good practice?
@malaak1h7 жыл бұрын
Thanks sir.. appreciate ur efforts
@hdang19976 жыл бұрын
these methods are called. Accepted. My question is "How are these methods called? Who is calling them since there is no main?"
@foodtok68528 жыл бұрын
Thanks, It's helping me ! :D
@cecilmathew37636 жыл бұрын
good video thank you
@SpreadPeaceLove5 жыл бұрын
Thanku sir
@bytler45188 жыл бұрын
Waiting for more
@2space237 жыл бұрын
Thank you so much
@mayankmaurya80288 жыл бұрын
now fragment had been introduced into android do we need activity now??what are the advantages of activites over fragments?/
@ammaamalraj25134 жыл бұрын
good
@divyangshah998 жыл бұрын
u have made an arrow from pause() to resume() , when will that happen ? Also, if we minimize the app and kill it , what are the repucursions?
@RakeshSharma-yh1mn7 жыл бұрын
When a small activity like whatsapp popup message comes in front of your own activity automatically "onPause()" method will be called and after closing that whatsapp message window automatically "onResume()" method will be called. Remember your activity should not completely covered by any another activity..
@yashmirashi29566 жыл бұрын
same doubt here!
@scargomez94379 жыл бұрын
thank you
@nijatullahmansoor46864 жыл бұрын
sir you did't explain properly between the onResume() and onPause(). in which case it will go back from onPause() to the onResume() and how the app killed the process directly by itself
@khadarshaik30878 жыл бұрын
Respected sir, iam very thnakfull to you sir, this video is so helpful and i want the videos of service,broadcast and content provider ....iam a self learner please upload the explanation with a video thanks and regards KHADAR VALI
@ramametkar32762 жыл бұрын
Hello In which Phone or camera you have shoot the video
@Telusko2 жыл бұрын
Samsung note 2
@shivamsingh-tx7rc6 жыл бұрын
Nice....
@Sejal.Yadav_884 жыл бұрын
thanks !!!!!!!!!!
@pinnikaharish56722 жыл бұрын
Do one video for activity life cycle coding
@sandrok145 жыл бұрын
Good explanation! But for example I want to save a serialized array, so logically I do it in onDestroy(). So I save it before app closes, no need to serialize it every time (ex. Shared Preferences). But does it mean that if OS frees up memory and calls onCreate() again all my data will be lost?
@niranjanvaity36568 жыл бұрын
Sir can ask a career question ?
@realfacts42145 жыл бұрын
how to develop an app which share schedule live location in social media apps like WhatsApp
@AjaySingh-yp6sv5 жыл бұрын
very good but can you explain in hindi
@Kiaanpatel15126 жыл бұрын
Please post a video for fragment life cycle
@decebaltrandafir8 жыл бұрын
It is ok to swipe apps from recent app?
@learnfromthisthat44287 жыл бұрын
Please demo in android studio or app!
@pratikthacker8 жыл бұрын
I am using Navigation Drawer in my android app,so when i click on the items inside the list it goes to other fragment.. should i continue with this or i should create a new activity for every click? whihc is better and why??
@alexlau39738 жыл бұрын
6.02 isn't it from onDestroy() to onCreate()?
@ganeshaguru21874 жыл бұрын
Sir in Android studio, None of the tags will show the autocomplete popup, like when I start typing "android:layout_width" no popup appears .Sir, how to clear this problem.
@mayankmaurya80288 жыл бұрын
how do app which run in background like downloading or listing music make there activities??
@jayduttshukla54328 жыл бұрын
services
@Paint0nBrush8 жыл бұрын
coolb3ans video bro
@saimonikapolavarapu6905 жыл бұрын
sir i undersand what is activity life cycle but waht is activity life cycle with customize toast.
@xyz-xr1qc6 жыл бұрын
Thankyouu
@saranyajkarthi15896 жыл бұрын
tks
@mangeshdhasade83843 жыл бұрын
What when we receive a call
@subashchandru86834 жыл бұрын
You didnt explain that sir how on pause() is related to on resume()
@akhilaunnikrishnan81886 жыл бұрын
sir ,can you please explain super.bundle in oncreate ()
@KUNDANKUMAR7188 жыл бұрын
what about the arrow from pause to resume ? When will that happen ?
@mayankmaurya80288 жыл бұрын
when you switch app your app pauses and then when you again come back(your app should not be closed) then that case happens from pause to resume
@BilalBilal-gg7ys5 жыл бұрын
Sir fragments ke lifecycle ko activity lifecycle se compare kr ke video bna de ,me Google se kaafi search Kia lakin smj nai rhi
@smtusharibnesalam86884 жыл бұрын
Sir in my android the back button doesn’t close the app rather i can see it in my recent apps.
@LMETFY6 жыл бұрын
good people go back, back ,back! bad people minimize!
@ledleyquintas36475 жыл бұрын
Hi.....I´ve created an app with many activity , and sometimes when I call one activity it opens two times.....what can be cousing this?...please help me.
@AmmarRai6 жыл бұрын
Welcome back "Aliens???" Hain??
@hemantmanjhi5 жыл бұрын
😆
@amtechsolutions69213 жыл бұрын
So he is teaching the aliens to code so they can take over the world... Love his tutorials..
@dineshm81818 жыл бұрын
what will happen if we go to previous activity whether it calls resume() or restart()?
@tellvivk7 жыл бұрын
It calls onResume()
@milindsutar80085 жыл бұрын
How to kill an app on ,leaving app by pressing home button or recent key.?
@akshaymukesh94986 жыл бұрын
can you explain the life cycle of an iOS application
@sudharsankarra9517 жыл бұрын
sir i need a practical example for this with coding
@sridharchowdary11166 жыл бұрын
if u rotate the screen potrate to landscape .....activity will destroy or stop
@pradeepmedikonda72826 жыл бұрын
Not the both
@pradeepmedikonda72826 жыл бұрын
It will changes the state of the activity not to call any of the stop or destroy
@naveenmehra89265 жыл бұрын
how to use it
@AnkitGupta-cf6mg5 жыл бұрын
Last oncreate() part in last minute video is not clear .
@mouraddahmani66632 жыл бұрын
I'm sorry sir but the video's voice is not clear , there is some echo sound
@SanatanaDharma99996 жыл бұрын
Sir, my code was not showing error but in the emulator blank screen is displayed Can tell me the reason
@user-le6ts6ci7h6 жыл бұрын
Balaram kalva try running on your phone... or try buliding gradle again
@rajasekharbhupathi45987 жыл бұрын
Someone please tel me Have made an arrow from pause() to resume() ,what happens there?
@saroasahamed7 жыл бұрын
When a small activity like whatsapp popup message comes in front of your own activity automatically "onPause()" method will be called and after closing that whatsapp message window automatically "onResume()" method will be called
@akshatjalan82675 жыл бұрын
AWAzzzz Ggunnnj rahiii haiiii
@090-jellabharath25 жыл бұрын
Some what you have to improve somewhat not clear
@ahsan_khan445 жыл бұрын
genius
@jamespal84806 жыл бұрын
how to work android activity in application????
@coderclass11553 жыл бұрын
❤️
@ayushman_sr6 жыл бұрын
why start() and resume() different. when we go pause() to resume()?