Users Pricing

forum

Home Forums How to get boolean from savedInstancestate on orientatioin change – MindStick

How to get boolean from savedInstancestate on orientatioin change

Anonymous User 2970 03 Feb 2015

I want to save some boolean variables in Bundle i.e savedInstaceState those i can use after orientation changed .

I tried but always the savedInstanceState result in null

if(savedInstanceState==null){

 savedInstanceState=new Bundle();

 savedInstanceState.putBoolean("isLogoLoaded",true);

 }else{

 savedInstanceState.putBoolean("isLogoLoaded",true);

please provide the better way thanks .


1 Answers

Markdown for AI

A clean, structured version of this page for AI assistants and LLMs.

Open .md