id tag

1618 questions


1 answers
78 views
0
How do I spin threads on Android?

As a practice, I'm making an application that prints strings at intervals defined on the screen. To turn the thread handler = new Handler();Runnable r = new Runnable() { public void run() { tv.append...

2 years ago

1 answers
101 views
0
How do I change the text view on Android?

I want to put a line change in the text view in xml, but \n doesn't work properly when I see it as a visual editor.What should I do?<TextView android:id=@+id/txtTitlevalue android:text=Line1: \n-Li...

2 years ago

1 answers
24 views
0
Bring up the Android basic sms and link the automatic completion function to it

I've looked at the page below.www.androidpub.com/402430<Moon> June 1, 2010 - I'm going to bring up the Android basic sms and link the auto-complete function to it. What should I do if it's possi...

2 years ago

1 answers
41 views
0
How do you write & in string.xml?

From string.xml<string name=game_settings_dragNDropMove_checkBox>Move by Drag&Drop</string>I did it like this. The reference to entity Drop must end with the ';' delimiter.This error o...


1 answers
29 views
0
Where should I start activity in MVP pattern?

Hello, everyoneI am studying the mvp pattern while developing Android.During the development process, we need to call the start activity function to display the new activityWhere should I enter this c...

2 years ago

1 answers
119 views
0
How do I access the http://localhost web server from the Android emulator in Eclipse?

How do I connect to these local host web servers in the Eclipse Android Emulator http://localhost or http://127.0.1?I tried both of the addresses above, but it only says that I couldn't find the page....


1 answers
22 views
0
How do I find the serial number for my Android device?

A unique ID value is required for the Android app. I think the serial number of the Android device will be fine. How can I get the serial number of my device within the app?

2 years ago

1 answers
91 views
0
[Android] Anyone who used Yahoo! Weather API?

JSON parsing. You're working so hard. We have implemented the simple present weather as above. It's written in English because it's a foreign service, so can you change the language to Korean?When I p...


1 answers
116 views
0
Android Live Hardness and Latitude Continuously Renewed

Let me ask you a question about Android gps. locationManager.requestLocationUpdates(LocationManager.NETWORK_PROVIDER, 1000, MIN_DISTANCE_UPDATE, this);If there is a change of distance of 1 second or 1...

2 years ago

1 answers
40 views
0
« - 127 - »

© 2024 OneMinuteCode. All rights reserved.