id tag

1618 questions


3 answers
30 views
0
Questions about rxAndroid groupBy

Hello, I'd like to ask you a question about rxAndroid. Hmm... I've been googling a lot, but I couldn't get the answer I wanted. ㅠ

2 years ago

1 answers
111 views
0
Does the findViewById function perform poorly on Android?

Does findViewById() perform poorly on Android?What algorithms are used internally to find Id?And I wonder why the performance is poorㅠ


1 answers
143 views
0
I have a question for Android listview

@Override public View getGroupView(int groupPosition, boolean isExpanded, View convertView, ViewGroup parent) { ViewHolder holder; if (convertView == null) { convertView = inf.inflate(R.layout.li...

2 years ago

1 answers
49 views
0
This is an Android SQlite linkage problem! (Basic question)

In the process of linking Android SQlite, there was no grammar error, but it was forced to stop when I executed itI'm posting a question. Where's the problem?DBhelper classpackage com.example.myapplic...

2 years ago

1 answers
47 views
0
I have a question about implementing the Android bulletin board.

I'm a beginner who just developed it.I'm trying to implement an Android bulletin boardCurrently, CustomListView is implemented in xml.I'm asking you this question because I had a hard time.In order to...

2 years ago

1 answers
30 views
0
cannot resolve symbol R

I made a new project and built it, so I kept on cannot resolve symbol RThe error only appears. What should I do?

2 years ago

1 answers
29 views
0
How to Stop Animation on Android

I'm trying to stop animation on Android, but even if I use the .cancel() method, it doesn't work for animation.How do you stop it?

2 years ago

1 answers
113 views
0
http communication using Retrofit2

I tried using Retrofit2 library to get data through http communication.I used the example on the official website.The code seems simpler than when you didn't use the libraryGetting the data from the e...

2 years ago

1 answers
93 views
0
How to Stop Automatic Sleep on Android Devices

If you turn on the screen of the device and stay still on, the screen turns off automatically.I want to stop this, but I don't know what to do. Do you know anyone?

2 years ago

1 answers
91 views
0
This is a question about the Android keyboard emoji unicode.

Hello, this is an Android development question.You are currently creating an application related to your keyboard.You are trying to add an emoji part to your default keyboard.It doesn't work well even...

2 years ago
« - 64 - »

© 2024 OneMinuteCode. All rights reserved.