view tag

215 questions


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

2 answers
96 views
0
recyclerview adpater onclick

There are two layouts in the Recycler view, one of which is Visibility.Gone and click on the layout shown, and the layout that is Gone is Visibility.I'm trying to make it visible. When I click the lay...


1 answers
118 views
0
I'd like to place the TextView in the middle horizontally...

I want to print out a text view in the middle of the screen, what should I do??

2 years ago

1 answers
123 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
63 views
0
Can I have SpanableString wrap certain parts into different text?

In the SpanableString variable, click here. http://go.com is includedI'd like to change http://go.com to the text link and show it to you. Inside, we would like to keep http://go.com as is.When I sear...


1 answers
119 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...


1 answers
89 views
0
Is it possible to programatically click RecyclerView?

RecyclerView is being applied. The current congestion is that we want an onClick event that forces us to click on the next item after a particular event.As I googled, there was a way to stackoverflow ...

2 years ago

1 answers
125 views
0
I'd like to put a link to the text view

<TextView android:layout_width=wrap_content android:layout_height=wrap_content android:text=@string/txtCredits android:autoLink=web android:id=@+id/infoTxtCredits android:layout_centerInParent=true...


1 answers
142 views
0
What does ems mean in Android text view?

If you look at the document,android:ems setEms(int)It looks like this. Makes the TextView be exactly this many ems wide.It's in English, but I don't know what it means.

« - 18 - »

© 2024 OneMinuteCode. All rights reserved.