fragment tag

65 questions


1 answers
58 views
0
Fragment Overlapping Problem

Here's an Android question.I wrote an expandable list view. If you press each menu, you can also display a regular fragment and a fragment web view.If you display a regular fragment and then display a...

2 years ago

1 answers
48 views
0
Android fragment, why does an error occur if you don't close the tag?

Questions about Android Fragment, or whining. That's amazing. Activity code to statically insert both fragments.<?xml version=1.0 encoding=utf-8?><LinearLayout xmlns:android=http://schemas.an...

2 years ago

1 answers
48 views
0
I would like to ask you about access to the function of Activity in Fragment.

I understand that on Android, Fragment recommends that you implement it independently without any dependence on Activity so that it can be attached to any Activity and reused. As far as I know, the in...

2 years ago

1 answers
54 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
43 views
0
How do I return to the previous fragment when I press BackButton between Android Fragments?

Hello, we are writing code to enable PlaceActivity to switch between InformationFragment and UserInputFragment. By default, PlaceActivity shows the InformationFragment. InformationFragment informatio...

2 years ago

3 answers
113 views
0
Question of passing values from the main of the viewfager to the fragment.

The main is currently using the View Pager tab layout toolbar. When you click Search here, you perform the SearchAsyncTask. Then, you want to get a long value from SearchAsyncTask's onPostExecute and ...


1 answers
39 views
0
Is there a way to connect a new fragment while the fragment is connected?

The painting is very sloppy.First of all, there is A.Layout.This layout has buttons, which call a layout with ListView only.And this layout comes up with a different fragment depending on which button...

2 years ago

1 answers
48 views
0
Is it possible to attach two adapters according to the number of two DB tables on one fragment screen? (Explanation photo attached)

There are two different forms that I receive from the user on one fragment screenSo I've made two DB tables! A's cursor list view and attach it as one list view... Is this possible? Regardless of the ...


1 answers
41 views
0
I want to click each child expandable list view.(Inside fragment)

First of all, with the help of Kwon Taehwan (Thank you.I applied a click event, but I can't click differently yet, so I'm replying the question ㅠ

2 years ago

1 answers
100 views
0
I have a question for Android Adding ImageView from Fragment

I'm using Android Studio. I used tabbed activity. You are about to put an Imageview in the Fragment. I've already written the URL with Button. I want to add Imageview to it. I used rootView. The image...

« - 6 - »

© 2024 OneMinuteCode. All rights reserved.