view tag

215 questions


1 answers
142 views
0
There is a problem reloading the saved Checkbox value.

Hello. I'm developing an Android app, and after selecting a check box in the Listview in my app, I need to put a specific text in the ArrayList and save that part, and then turn it back on using the s...


1 answers
148 views
0
Android Recycler View - Activity - Error in Recycler View

If you change the image of Recyclerview B when an event occurs in Recyclerview A, there is an error in this part.Logic is like this.It's A - Activity - B Recycler View.E/AndroidRuntime: FATAL EXCEPTIO...


2 answers
84 views
0
Get the db you want when you click on the view

Data imported from mysql has been scattered in the list view. When I click on the item in the list view, I'd like to show you other information about the data in pop-up format. There is a column calle...

2 years ago

1 answers
95 views
0
I would like to display the SSID, BSSID, and RSSI that are currently connected through WiFi Scan.

To date, scan the WiFi SSID, BSSID, and RSSI The BSSID and RSSI of the same SSID were made to output to one view.By the way, I want to express the SSID, BSSID, and RSSI that are connected to each othe...


1 answers
162 views
0
How can I display Recycler view in Fragment?

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...


1 answers
98 views
0
I want to know how to check the value of the column you want when you click on the item in Android ListView

Currently, I am using a list view with 4 columns using an adapter within the code.When I click an item here, I want to look up only some columns of the items that were clicked, so is there a way? @Ove...

2 years ago

1 answers
122 views
0
Is there any way to include another layout in SurfaceView?

Is there any way to include another layout in SurfaceView?If there is something called Main SurfaceView, is there a way to add another Linear Layout or something like this?

2 years ago

1 answers
109 views
0
About MFC (question is very easy) Just drop by once and go.(T)

First of all, if I can tell you about my situation, I'm going to do a project with MFC in a single document, and I'm going to do a basic class with FormView And I added a new dialog in the Resource Vi...


1 answers
77 views
0
To save and retrieve values from a server in a list

I checked to get the value from the server, but the item I added from Asyncask is not caught in the search function.ㅠ onIf you add list.add(item) to Create, there will be no problem, but Asyncask does...

2 years ago

1 answers
75 views
0
I used textview, but I can't see it if I run it crying

For information on textview, see android:id=@+id/useagree android:layout_width=wrap_content android:layout_height=wrap_content android:layout_marginLeft=8dp android:layout_toEndOf=@+id/agree and...

2 years ago
« - 12 - »

© 2024 OneMinuteCode. All rights reserved.