5 questions
Hello, I'm a beginner android developer. I'd like to run an activity that explains the game. I want to include the game ID in that information, but how do I deliver the game ID to the activity? If you...
Could you tell me what the problem is in the program below? In the onCreate() method, findViewById() is called, and the return value is null even if you try all the id.I don't know why, but does anyon...
public void on Create (Bundle saved InstanceState) { super.onCreate(savedInstanceState); preferences = getActivity().getSharedPreferences(PreferencePutter.PREF_FILE_NAME, Activity.MODE_PRIVATE); i...
I am Corin who is studying hard because I am interested in making an application.It's hard to apply for a book When I looked up the onCreate() in question, it seemed like the first automatically decla...
© 2024 OneMinuteCode. All rights reserved.