I'm looking for an example how to swipe between tabs using mono for android. Unfortunately I can't seem to find what I'm looking for. I would really appreciate any help pointing me in the right direction.. ?
This is what I'm trying to do,
http://developer.android.com/design/patterns/swipe-views.html (Swiping Between Tabs)
If you run the latest version of Mono for Android, you will get the behavior for free if you use Android 4.0+ and the ActionBar in tab navigation mode.
If you need a general guide on how to use the actionbar, I suggest this blogpost: http://fizzylogic.azurewebsites.net/2012/03/05/mono-for-android-by-example-the-action-bar/
Related
I've developed android app for a while, however I just started swift.
I'm going to develop an app which its android version have about 10~12 items in side bar drawer menu.
I want to know are there any best practice for iOS to have about 10 items on side bar drawers, using third party libraries or there are some other solution?
You can find many types of Side menu from cocoacontrols. According to your requirement, download any.
https://www.cocoacontrols.com/search?q=side+menu
If you need some 3rd party library for side menus, you can easily use some of these
SideMenu
SideMenuController
SlideMenuControllerSwift
to simply install them you can use CocoaPods (on this website you can also find other 3rd party libraries)
Anyway, my preferences are not to use these side/slide/hamburger menus and instead you should reorganize your app and you should rather think about UITabBarController
simple and easy to implement swift slideMenu (with custom UI)
AKSlideMenu
Hope this help
https://github.com/SURYAKANTSHARMA/SKSideMenu.
You can drag it into your project or customize this
Can anyone tell me how I can mimic the bottom sheet in the new maps app in iOS 11?
In android you can use a "BottomSheet", which mimics this behaviour, but I could not find anything like that for iOS.
Is that a simple scroll view with a content inset? So that the search bar is at the bottom?
I am fairly new to iOS programming so if someone could help me creating this layout that would be highly appreciated.
This is what I mean by "bottom sheet":
I see this is old an question but for anyone struggling with this issue. you can use this module https://github.com/wix/react-native-interactable. Here is demo
https://github.com/wix/react-native-interactable/blob/master/playground/src/real-life-examples/MapPanel.js
Maybe you could give a try to Modalize https://github.com/jeremybarbet/react-native-modalize I've been working on it to be able to create all kind of bottom sheets similar to that.
It´s not called anything special, but some refer to it as "Card". Here is a great tutorial of how to implement the bottom card as Apple Maps.
I'd like to implement this component on iOS. As far as my research went I think this is not native. I'm referring to the "Overview | Versions | Activity" bar right below the navigation bar:
I need to use this component in my app. The only difference is that it'll have more items, not only 3, so it needs to scroll... but I'm assuming that's this one does anyway, right?
Appreciate any help :)
Thanks!
So when you swipe right it will go to the next tab (Overview -> Versions)?
if that's what you're trying to do then use this library.
CarbonKit: https://github.com/ermalkaleci/CarbonKit
There is CarbonKit library for Xamarin as well: https://libraries.io/nuget/CarbonKit.Xamarin
To install for xamarin: http://www.nuget.org/packages/CarbonKit.Xamarin/
I just saw a post on the phonegap google group about the issue
iOS NativeControls - showToolBarTitle() is not working.
and have spent my last two days with searching a solution for this issue.
More specifically - I want to add a native iOS toolbar to my phonegap app with the following features:
Title at the middle (I prefer an image, but a simple String in white color is also fine).
Back button (at the left side).
Action button (at the right side).
Background color - I want to control the backgroud color of the toolbar (I want it to be green!)
Can you please help me in anyway to complete this tasks?
Do you have some partial working code like NativeControls toolbar?
P.S - I already implemented a tabbar with the NativeControls plugin.
Tnx!
Lior.
Recently I have rewritten nativecontrols plugin for cordova 3.0. I see this question is a little outdated, but probably someone would want to use this plugin. actionsheet and toolbar is working now, tabbar and navbar is WIP.
https://github.com/apla/me.apla.cordova.nativecontrols
BTW, in original repository toolbar is never works.
Has anyone here been able to integrate a TabView based application with Unity3d? I have been working on a solution, but I'm beginning to believe that it may not be possible to do. The concept basically is to have the Unity3d OpenGLES view paused upon the start of the app, and have one of the tabs contain a button that un-pauses the OpenGLES view, and hides the TabView controller. Am I crazy for wanting to do this? Any help or suggestions would be greatly appreciated
there is a plugin called NativeToolkit by Prime31, its free... I havent tried it, but the description says that it does exactly what you want, I tried the gamecenter plugin they offer and its amazing how easy it is to integrate, it seriously works "out of the box"
oh yeah and the NativeToolkit plugin is free too :) give it a try