eclipse tag

86 questions


1 answers
104 views
0
How do I resolve the Rcannot be resolved Android error message?

I recently downloaded and installed the Android SDK. Make a simple applicationI tested it. The code below was automatically generated.package eu.mauriziopz.gps;import android.app.Activity;import andro...


2 answers
43 views
0
Differences when creating apps with Android Studio and Eclipse (code part)

The book I'm currently studying is using Eclipse to create an appThey want me to make an app using Android Studio.I'm comparing the sources in Android and Eclipse projects, but I don't know what they ...

2 years ago

1 answers
130 views
0
Unknown tag warning won't go away in Eclipse.

Hello.I applied the site mesh to the web app, but there is a warning that there are no related tags.I can guess that this is a warning because there is no sitemesh in HTML DTDAnyway, I tried to remove...

2 years ago

1 answers
64 views
0
Please tell me how to click and enlarge the Android image view.

When you click the image view on the left screen, as shown in the picture,I want to fill up the screen like the picture on the right (like when you click on the image in the photo album)I'm thinking a...

2 years ago

1 answers
104 views
0
Role of toString() in Java

/* * A program to erase the - in the middle of the following resident registration number and fill in the blank to print it out * Let's write it down. However, frequent string generation occurs by uti...

2 years ago

1 answers
46 views
0
Hello, the simple thing with eclipse is to receive scanf("%d", & variable name), but the output is pushed out one space at a time

In this way, the Im a student should come out first and the input should come out I haven't used scanf many times, but it's hard to find even if I google it ㅠ

2 years ago

1 answers
40 views
0
Loop Moon Error Problem During Android Java Development

private void playCode(String code) { String tmp; while(code != ) { If(code.indexOf(f) == 2) { //Read Code tmp = code.substring(0, 3); code = code.substring(3); } } else { tmp = code.substr...

2 years ago

1 answers
44 views
0
How do I pin a different version of Eclipse to the window taskbar?

I have to use a different version of Eclipse instead of the previous version. I was writing with the old version pinned to the taskbar, but I tried to remove it and fix the new version to the taskbar,...

2 years ago

1 answers
67 views
0
JavaoracleDB Connection Pool

Hello, I am learning the web application through eclipse.I have a question while I am currently working on inserting and printing data in conjunction with Eclipse using the oracle developer database.W...

2 years ago

1 answers
77 views
0
Eclipse installation questions

I'm trying to install Eclipse on my laptop, but it says Java is not recognizedWhat can I do to install Eclipse?Java is installed and when you try to install Eclipse, go to the homepage I heard that it...

2 years ago
« - 7 - »

© 2024 OneMinuteCode. All rights reserved.