Multiple Choice Quiz App with SQLite Integration Part 8 - CONFIGURATION CHANGES - Android Tutorial смотреть онлайн
In part 8 of the SQLite quiz tutorial, we will take care of runtime configuration changes, like orientation changes. When we rotate our device, the activity will be destroyed and recreated to provide different resources like layout files for landscape mode. This also happens for example, when the app is running in the background and the system decides to kill it's process. For this we have to save our instance state so it can be restored when the activity is restarted. We will save our instance state in the onSaveInstanceState method by passing our member variables into a bundle, and then restore this state in onCreate with help of the savedInstanceState bundle.
We will implement the Parcelable interface into our Question class, because only this way we can pass the ArrayList of custom objects to our bundle using the putParcelableArrayList method.
Watch the whole playlist:
https://www.youtube.com/playlist?list=PLrnPJCHvNZuDCyg4Usq2gHMzz6_CiyQO7
Example code for this part:
https://gist.github.com/codinginflow/44503e2008e4ecb088d05ea5c67c1f81
____________________
? Find the BEST programming tutorials on TutHub:
https://tuthub.io
⭐ Get my MVVM Caching Course now:
https://codinginflow.com/caching
❗ Subscribe to the channel:
https://www.youtube.com/c/codinginflo...
? Subscribe to the Coding in Flow newsletter:
https://codinginflow.com/newsletter
❓ Join our free developer community:
https://discord.gg/TSnMvmc
? Follow Coding in Flow on other sites:
Facebook: https://www.facebook.com/codinginflow
Instagram: https://www.instagram.com/codinginflow
TikTok: https://www.tiktok.com/@codinginflow
Twitter: https://twitter.com/codinginflow
Github: https://github.com/codinginflow
? Business requests, sponsoring, etc.: [email protected]
Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «Multiple Choice Quiz App with SQLite Integration Part 8 - CONFIGURATION CHANGES - Android Tutorial» бесплатно и без регистрации, вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.
Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.
Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!
Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.