409 questions
package com.example.jun.artest;import android.Manifest;import android.app.Activity;import android.app.Service;import android.content.Context;import android.content.pm.PackageManager;import android.har...
9 Kim Cheol-soo 72 10 Park Jae-yong 79 1 Na Young-hee 34 3 Lee Nayeon 46 I read the text file (class number, name, grade) in this way and based on the class number,After organizing them in descending ...
Here's the current situationJava code is Sagin.setOnClickListener(new View.OnClickListener() { @Override public void onClick(View v) { View dlgView = View.inflate(Activity2.this,ac2_sub,null); ...
Hello, I'm a beginner at Android Studio. I have a question because there was an error during the installation process.At first, I installed sdk in the English route after I knew that it was not possib...
Hello~~ I'm a beginner who just started learning how to make an app..The app I'm planning is composed of several fragments in one MainActivity.I'm stuck in thinking of one of the Fragments, UserFragme...
Header file.pragma onceclass character{private: int m_HP; int m_MP; int m_ATK; int m_Def;public: character(); ~character(); void setHP(int m_HP); int hp() { return m_HP; } void setMP(int m_MP); int m...
class MainActivity : AppCompatActivity() {override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContentView(R.layout.activity_main) but1.setOnClickListener(){ var...
This time, I made an app using Android Studio, Java (minimum support version 4.4)But strangely enough, if you turn on the app emulator in the Android studio itself (pixel 2, version Pie), it runs well...
To create a guideline, I entered android.support.constrain.constrainLayout in the root element and created it, but it appears as shown in the picture above.I looked it up, and they told me to add one ...
#include <stdio.h>#include <malloc.h>typedef struct Point2D { int inint; char inchar[10];};void structinput(struct Point2D *p, int su) { int count = 1; for (int i = 0; i < su; i++) { p...
« | - 27 - | » |
© 2024 OneMinuteCode. All rights reserved.