bottomtabbedpage-xamarin-forms | page control for Xamarin.Forms to place tabs | Form library
kandi X-RAY | bottomtabbedpage-xamarin-forms Summary
kandi X-RAY | bottomtabbedpage-xamarin-forms Summary
This project is maintained by Naxam Co.,Ltd. We specialize in developing mobile applications using Xamarin and native technology stack.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bottomtabbedpage-xamarin-forms
bottomtabbedpage-xamarin-forms Key Features
bottomtabbedpage-xamarin-forms Examples and Code Snippets
Community Discussions
Trending Discussions on bottomtabbedpage-xamarin-forms
QUESTION
I've created a basic sample app with Xamarin.Forms, where I tried to repoduce a UI like Twitter or Instagram with:
- a MasterDetail page as main page, where the default "hamburger" icon is replaced by a custom icon
- a "bottom" TabbedPage as detail of the MasterDetail page
- a control allowing to implement top Tabs in the TabbedPage
- ContentPages that are hosted in NavigationPage for each tab of the TabbedPage
So, the the pages architecture of my app looks like this:
|-- MasterDetailPage
..|--TabbedPage
....|-- NavigationPage
......|-- ContentPage
For achieving this, I've used:
- the Naxam BottomTabedPage, to implement "bottom" TabbedPage on Android (like BottomNavigationView)
- the Syncfusion SfTabView control to implement the "top" Tabs
- a custom renderer to manage the use of custom icon as "hamburger" icon on the main level, and the "arrow" icon on the childs levels
This renderer looks like this:
...ANSWER
Answered 2018-Apr-23 at 08:37You need use a custom NavigationPage
. Here is my demo based on yours.
There are three steps to achieve it:
1) Add a folder named CustomControl
, create a class MyNavigationPage
Inherited from NavigationPage
:
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bottomtabbedpage-xamarin-forms
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page