Created
March 25, 2020 11:15
Android Studio - Activity
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//variabile di tipo Int da memorizzare | |
outState.putInt("nome etichetta", variabile) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//variabile di tipo Double da memorizzare | |
outState.putDouble("nome etichetta", variabile) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//variabile di tipo String da memorizzare | |
outState.putString("nome etichetta", variabile) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment