Questions tagged [android-tabbed-activity]
112 questions
0
votes
0 answers
how can i solve issue with icons in tabbed view
i created tabbed view in android studio but i got an issue i put icons above the text title home,category and favorite when i slide from home to category or favorite the icons goes disappear the problem come with me in this section when i comment…

XB VISIONS
- 45
- 7
0
votes
1 answer
on App Resume fragment Call Back Listener is Null
In my Fragment i have his code for listener
private FragmentTwoCallBackListener fragmentTwoCallBackListener;
public interface FragmentTwoCallBackListener {
void onItemTypeClick(String itemType,String textInPunjabi);
…

Verinder
- 13
- 4
0
votes
1 answer
Get values chosen from Datepicker and store in variable on each selection
How can I get the dates a user has chosen to and from in my datepicker each time. The user will press a button to open the calendar, then chooses the dates from and to. After this is chosen the dates get appended to a TextView. But how can I get the…

Sam
- 1,207
- 4
- 26
- 50
0
votes
2 answers
Android - Tabbed Layout - Views Are Getting Out of The Parent
I'm having troubles with viewing the fragments inside of a tabbed layout.
There are 3 tabs, but there is a button at the bottom that is cut out of the layout, as you can see in this FRIEND REQUESTS tab:
As you can see, the pink button location is…

Tal Barda
- 4,067
- 10
- 28
- 53
0
votes
1 answer
Android studio: ListView to Tabbed Activity, save ratingbar rating on the tab pages
I'm making my first android app using android studio. In this APP I have a listview with 12 classes(12 items). After clicking on one class, it goes into a tabbed activity with 10 items of this class. On each tab page I have a rating bar to let…

gladys0313
- 2,569
- 6
- 27
- 51
0
votes
0 answers
How to hide white line (picture attached) in Tabbed Activity (ViewPager)?
I'm trying to hide actionBar in my tabbed activity, i almost did it, but white line (on the top of the screen ) left on the screen. How to hide it?
My Activity code:
@Override
protected void onCreate(Bundle savedInstanceState) {
…

Big Coach
- 2,485
- 2
- 12
- 31
0
votes
1 answer
Android Studio Tabbed Activity (Swipe Views) View Pager Check if Tabbed
I made a new Project in Android Studio with a Tabbed Activity which have the Navigation Style Swipe Views (View Pager). How can I now find out which Fragment is active and if the user has tabbed? Is there any way to check that?
So I made no changes…

Theroth
- 31
- 9
0
votes
0 answers
Issue with AutoCompleteTextView in a fragmnet used inside TabbedActivity
I have created a TabbedActivity as the main screen for my APP, also i have created a fragment (used inside the TabbedActivity )to display whenever a particular tab is clicked.
Inside one of the fragment i am using AutoComplteTextView
Problem is…

Brijesh
- 25
- 3
- 9
0
votes
0 answers
How to recreate view in tabbed activity
I am changing from blank activity to tabbed activity. I want to recreate view at certain points. I have tried notifyDataSetChangedand
getFragmentManager().beginTransaction().replace (R.id.container, PlaceholderFragment.newInstance(1)).commit();
But…

Lcukerd
- 438
- 6
- 21
0
votes
2 answers
Getting nullpointerexception on getActionBar()
I am adding tabs to the action bar in a fragment. But when I attempt to launch that fragment, my app crashes after throwing a null pointer exception
This is the error
The Home.java file is this:
public class Home extends Fragment implements…

Mayank Aggarwal
- 139
- 1
- 4
- 14
0
votes
0 answers
replace the fragment views in my tabbed swipe view with another fragment
I am trying to replace the fragment views in my tabbed swipe view with another fragment but it does not replace or add the fragment, instead it only adds the menu of the fragment in all the tabbed activity.
I want when in a particular tab activity…

Joseph .A.
- 75
- 1
- 9
0
votes
1 answer
Sort data from database to select correct listView android
I have an app where I can create some lessons (English,French,...). Those lessons have a beginning and end of date. I store the selected Dates as a String in my database.
I'd like know to create a TabbedActivity with 3 tabs (…

Dom
- 51
- 7
0
votes
1 answer
SectionsPageAdapter with FragmentPageAdapter
First let me try to reproduce my Problem/Question.
My Activity is a TabbedActivity with 3 Tabs, done with a SectionPageAdapter and a FragmentPageAdapter.
On these 3 Tabs the user is input Data. With just swiping the user can change the tab. After…

kfersch
- 1
0
votes
2 answers
Navigation drawer on all activities
I have two activities the first one is 'Navigation drawer activity' (MainActivity) and the second activity I have created is a 'Tabbed activity' (OverView). How can I add Navigation drawer menu on Tabbed activity.
Your help and suggestion are very…

BRDroid
- 3,920
- 8
- 65
- 143
0
votes
0 answers
How to add tabs at the bottom of ImageView in android studio
I want something like this, start with toolbar then an image and at the bottom of image tabs available(2-section).

WolfKNight
- 11
- 3