54 questions
<?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.android.com/apk/res/android xmlns:tools=http://schemas.android.com/tools android:layout_width=match_parent android...
First of all, the contents of the XML file are as follows.<?xml version=1.0 encoding=utf-8?><ListView xmlns:android=http://schemas.android.com/apk/res/android android:layout_width=match_paren...
Place the listview and add item buttons in Main Activity.Press the button to go to B_Activity.In B_Activity, I want to read the view values when I click the finish button and add a list view item loca...
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...
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...
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...
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...
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...
for (int i = 0; i < tName.size(); i++) { adapter.addItem(tName.get(i), tPhone_number.get(i), tAddress.get(i)); if (tName.get(i).equals(pref.getString(nickname,))) { }I will add information such ...
public class SocialFragment extends Fragment { private static final String TAG = SocialFragment.class.getSimpleName(); View rootView; ExpandableListView lv; private String[] groups; private String[][]...
« | - 2 - | » |
615 GDB gets version error when attempting to debug with the Presense SDK (IDE)
585 PHP ssh2_scp_send fails to send files as intended
574 rails db:create error: Could not find mysql2-0.5.4 in any of the sources
925 When building Fast API+Uvicorn environment with PyInstaller, console=False results in an error
© 2024 OneMinuteCode. All rights reserved.