Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

Jarvis.Components.Xamarin.Forms

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

Jarvis.Components.Xamarin.Forms

Biblioteca de componentes para Xamarin Forms. Views: - AccordionView; - ExpandableView; - LoginView; - CreditCardView; - NoBounceScrollView; - LoadingView; - ScrollLoadingView; - GridView; - ScrollGridView; - ScrollGridRefreshView; - RepeaterView; - ScrollRepeaterView; - ScrollRepeaterRefreshView; - SelectableListView; - InfiniteListView; - CardView; - Editor; - Entry; - EntryIcon; - StyleEntry; - Picker; - AutoComplete; - LinkLabel; - RatingBar; - CheckBox; - RadioButton; - RadioGroup; - FloatingActionButton; - ProgressBar; MaterialViews: - MaterialButton; - MaterialDatePicker; - MaterialPicker; - MaterialEditor; - MaterialEntry; FormViews: - FormEntry; - FormEditor; - FormAutoComplete; - FormSearch; Modals: - Login; Pages: - LoadingPage; - ParallaxPage; - SlidingUpPanelPage; - TransparentNavigationPage; Popups: - PopupLogin; - PopupRating; - PopupEntry; Utils: - BaseNotify; - PopAllTo; - Image ToJPEG; - Image ToPNG; - InverseBooleanConverter;

nugetNuGet
Version
3.0.1
Version published
Maintainers
1
Created
Source

################################## ATENÇÃO!!! ##################################

Deve-se adicionar este trecho de código na MainActivity do projeto Android:

using Jarvis.Components.Xamarin.Forms.Android; using Rg.Plugins.Popup;

protected override void OnCreate(Bundle bundle) { TabLayoutResource = Resource.Layout.Tabbar; ToolbarResource = Resource.Layout.Toolbar;

JarvisService.Init(this, bundle);

base.OnCreate(bundle);
global::Xamarin.Forms.Forms.Init(this, bundle);
LoadApplication(new App());

}

public override void OnBackPressed() { Popup.SendBackPressed(base.OnBackPressed); }

  • FormsAppCompatActivity
  • Android Support Libraries 28.0.0 or greater
  • Target Android framework (v9.0 presently)
  • Minimum Android Version 5.0 (API 21) or greater

Deve-se adicionar este trecho de código na AppDelegate do projeto iOS:

using Jarvis.Components.Xamarin.Forms.iOS;

public override bool FinishedLaunching(UIApplication app, NSDictionary options) { JarvisService.Init();

global::Xamarin.Forms.Forms.Init();
LoadApplication(new App());

return base.FinishedLaunching(app, options);

}

################################################################################

Biblioteca de componentes para Xamarin Forms.

Views:

  • AccordionView;
  • ExpandableView;
  • LoginView;
  • CreditCardView;
  • NoBounceScrollView;
  • LoadingView;
  • ScrollLoadingView;
  • GridView;
  • ScrollGridView;
  • ScrollGridRefreshView;
  • RepeaterView;
  • ScrollRepeaterView;
  • ScrollRepeaterRefreshView;
  • SelectableListView;
  • InfiniteListView;
  • CardView;
  • Editor;
  • Entry;
  • EntryIcon;
  • StyleEntry;
  • Picker;
  • AutoComplete;
  • LinkLabel;
  • RatingBar;
  • CheckBox;
  • RadioButton;
  • RadioGroup;
  • FloatingActionButton;
  • ProgressBar;

MaterialViews:

  • MaterialButton;
  • MaterialDatePicker;
  • MaterialPicker;
  • MaterialEditor;
  • MaterialEntry;

FormViews:

  • FormEntry;
  • FormEditor;
  • FormAutoComplete;
  • FormSearch;

Modals:

  • Login;

Pages:

  • LoadingPage;
  • ParallaxPage;
  • SlidingUpPanelPage;
  • TransparentNavigationPage;

Popups:

  • PopupLogin;
  • PopupRating;
  • PopupEntry;

Utils:

  • BaseNotify;
  • PopAllTo;
  • Image ToJPEG;
  • Image ToPNG;
  • InverseBooleanConverter;

################################################################################

Keywords

FAQs

Package last updated on 09 Jan 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts