listview tag

54 questions


1 answers
43 views
0
This is a webview question from the Expandable List View

It's a code that even creates an expandable list view in Android Studio and displays related toast when you click on the Child list.I want to display toast here and at the same time type a different u...

2 years ago

1 answers
67 views
0
How do I avoid focusing on EditText when the activity is executed?

There are two elements in the activity, EditText and ListView. When the activity is turned on, a cursor is created in EditText EditText.setSelected(false);I did it like this, but it's still like that...


2 answers
107 views
0
Top Item Alpha Processing in Recyclerview (or ListView) on Android

I want to make the items at the top disappear naturally in Recyclerview (or ListView) on Android. (The background will show) I think we can do Alpha processing of the item on the top...I can't think o...


1 answers
107 views
0
How do I dynamically add elements in the Android list view?

I need to make a list view. What you need now is that pressing the button dynamically adds new elements It's a code that's easy for me to understand without performance improvement or anything. I know...

2 years ago

1 answers
115 views
0
How do I refresh the list view?

I want to refresh the list view when I dynamically delete additional data on Android, how do I do it?


1 answers
99 views
0
How to hide the scroll bar of listview on Android

Is there a way to hide the scroll bar in ListView? As far as I know, it's only available in ScrollView, but I don't know how to do it in Listview.

2 years ago

1 answers
91 views
0
I have a question for Android Intent.

This is the main activity.ImageView likeButton;TextView likeCountView;ImageView hateButton;TextView hateCountView;CommentAdapter adapter;Button allView;ArrayList<CommentItems> items;@Overridepro...


1 answers
55 views
0
(There is a code) Listview in one fragment... How do I make each of the listview items appear in different activities?(Beginner)

static final string[] LIST_MENU = {★Club List2, ClubList3, ClubList4, ClubList5, ★ LiteratureList7, ClubList8, ClubList9, ClubList13, ClubList12, ClubList @Nullable @Override public View onCreateView(...

2 years ago

1 answers
124 views
0
[Android] Implement onClick, onLongClick, and onTouch at the same time.

I studied Android Studio with a basic book, but when I tried to make an application, there were many things I didn't know just with the basic book, so I'm practicing using a basic application and appl...


1 answers
120 views
0
Can't you stop the highlight when you click on the list view?

I want to turn off the orange highlight when I click a row in the list viewandroid:focusable=falseandroid:focusableInTouchMode=falseandroid:clickable=falseI tried it like this, but it didn't work. I h...

« - 4 - »

© 2024 OneMinuteCode. All rights reserved.