Posts by Rogerio Souza • 66 points
2 posts
-
0
votes2
answers1208
viewsA: How to save variables to be used in the next . Java?
Renan, you can use the native database of Android Sqlite or Sharedpreferences. In the case of Sharedpreferences it is very simple, and can be used in your Activity in this way: public static final…
-
5
votes2
answers3914
viewsA: What are the life cycle stages of an Activity and Fragment?
In itself Google development website has this information, despite being in English has a diagram very easy to understand. Activity And regarding how to identify in which step an Activity is you…