Auto Added by WPeMatico

Black Kotlin Week: Effective Kotlin articles & Coroutines movie & Mobile app articles & Use cases…

Black Kotlin Week: Effective Kotlin articles & Coroutines movie & Mobile app articles & Use cases article & open workshops and books discounts ✂️


Black Kotlin Week: Effective Kotlin articles & Coroutines movie & Mobile app articles & Use cases… was originally published in Kt. Academy on Medium, where people are continuing the conversation by highlighting and responding to this story.

Continue ReadingBlack Kotlin Week: Effective Kotlin articles & Coroutines movie & Mobile app articles & Use cases…

Most Common Android Problems  — Android Pitfalls

Most Common Android Problems — Android Pitfalls 🐭 🧀

Photo by Lauren Mancke on Unsplash

What does happens when a screen is rotated? Before we think about this question let’s try to understand how does Android deal with that.

When a user rotates their phone the configuration of the Activity changes, so android OS destroys the Activity and recreates it again.

Behind the scenes; when the device orientation changes, first the Activity will disappear for a millisecond when the onPause, onStop, and onDestroy methods are called. After a few milliseconds, the activity will be restarted and the onCreate, onStart, and onResume methods are called.


Most Common Android Problems  — Android Pitfalls 🐭 🧀 was originally published in Kt. Academy on Medium, where people are continuing the conversation by highlighting and responding to this story.

Continue ReadingMost Common Android Problems  — Android Pitfalls

End of content

No more pages to load