id tag

1618 questions


1 answers
70 views
0
How to write context in Fragment

I'd like to get a context from Fragment. I tried getApplicationContext() and FragmentClass.this to get a context from the database creator, but it didn't work. What should I do?public Database(Context...


1 answers
124 views
0
How do I check if email is valid on Android?

What are some good techniques for email validation on Android? http://commons.apache.org/proper/commons-validator/apidocs/org/apache/commons/validator/routines/EmailValidator.html I don't think this w...


1 answers
128 views
0
I have a question about Android Google Map API ㅜㅜ

I want to display the current location using Google Map API, but when I looked up the example, most of the codes were in between It has not been implemented yet because of the embedded replicated func...


1 answers
24 views
0
RuntimeException: Your content must have a ListView when id attribute is 'android.R.id.list' What should I do?

There was a runtime error with the following message, but I don't know what I did wrong.java.lang.RuntimeException: Your content must have a ListView whose id attribute is 'android.R.id.list'@Override...

2 years ago

1 answers
70 views
0
I want to display a dialog so that the activity ends if the user agrees.

When the user presses the back button, the user displays a dialog saying Do you want to end? and checks it I'd like to end the activity. The only thing I know about is Activity.onUserLeaveHint(). What...

2 years ago

2 answers
23 views
0
Android 'Image + Text' button

I want to make this type of button on Android. I tried to use drwableTop, but drwableTop doesn't seem to be able to adjust the size of the image.Is there a way to use the drawable top and adjust the i...

2 years ago

1 answers
107 views
0
Can I limit the text length of EditText on Android?

What is the best way to limit the text length of EditText on Android? Is it possible by writing XML?


1 answers
79 views
0
Question for implementing indoor navigation using Android beacons

http://prologue.blog.naver.com/PostView.nhn?blogId=dicagallery&logNo=140208024201&parentCategoryNo=123&categoryNo=61&viewDate=&isShowPopularPosts=false&from=postViewI'm in char...

2 years ago

2 answers
69 views
0
Android Domparser question.

I'm going to use dom parserI just called you like the picture, but there's an error.I don't know what's wrong and what I'm going to do ㅠ

2 years ago

1 answers
45 views
0
I want to click each child expandable list view.(Inside fragment)

First of all, with the help of Kwon Taehwan (Thank you.I applied a click event, but I can't click differently yet, so I'm replying the question ㅠ

2 years ago
« - 145 - »

© 2024 OneMinuteCode. All rights reserved.