Questions tagged [tabview]

Any visual layout that incorporates selectable tabs as an organizational element.

770 questions
-2
votes
1 answer

Center Logo Between Two Tabs

Here the vector of what i'm trying to do There Will be 2 tabs and one imageview or something between those two tabs, and the logo should be unclickable. I've tried almost every approach but failed. Anyone who knows how to do it? Code : …
Pranav Fulkari
  • 187
  • 2
  • 12
-2
votes
1 answer

Create a tab view on the fragment

I created a bottom navigation app, I added 2 buttons. When I click on each buttons it will move to 2 different fragments. I want to add tab view in first fragment (black fragment). I want 3 tabs in tab view like WhatsApp. When I slide the tab it…
-3
votes
1 answer

Get string ressource into tab title

I have following string array defintion to set the tab names: private String[] tabs = { getResources().getString(R.string.Tab_1), getResources().getString(R.string.Tab_2) }; If I test it on the emulator and want to…
Sini
  • 406
  • 1
  • 6
  • 16
-3
votes
1 answer

TabView in Java

I am developing an app and I wanted to have a TabView for it. Although I've been looking around and around and I can't find any help for it in Java code. All of the help is in XML. My university only taught us the Java portion. Does anybody have…
-5
votes
1 answer

Enable unique actions for each row in UITableView

I have a small tableview of 7 rows. I would like to enable different actions for a press of each row. For example, the row at index 0 would display another VC (without passing data). The row at index 0 would open a web URL, the next might be a…
pretz
  • 232
  • 2
  • 14
1 2 3
51
52