Posts by Vinicius Dantas • 73 points
10 posts
-
0
votes1
answer1118
viewsQ: Reactjs Private Routes and React Router
You can implement private routes by receiving a JWT token in the header and body information in Reactjs with React Router?
-
2
votes1
answer97
viewsQ: Task List<T> showing Xamarin error
I am creating a Task List<> but the same shows error in 'Tmodel' Error shown: "Tmodel" type or namespace name cannot be found (using a directive or Assembly reference?) public async…
-
0
votes1
answer58
viewsA: Listview Item Xamarin Forms being opened 2 times Custom Controls
Problem in custom list, removed one of Boot(); and worked normal public MyListView(ListViewCachingStrategy strategy) : base(strategy) { Initialize(); } public MyListView() :…
-
1
votes1
answer58
viewsQ: Listview Item Xamarin Forms being opened 2 times Custom Controls
When displaying my list and clicking on an item, it opens 2 times the same item page. public class DeliveryViewModel : BaseViewModel { public ObservableCollection<Delivery> Delivery_Col { get;…
-
1
votes1
answer141
viewsA: Files not ignored in gitignore VSTS
I used the existing gitignore file, but I have already solved the problem using the absolute path to the folder in which I wanted to block the files from going up.
-
0
votes1
answer141
viewsQ: Files not ignored in gitignore VSTS
I’m doing a shared project using VS Team Services, but there are some files I’m not able to ignore on .gitignore. How do I ignore them? file (.suo), folder(obj) and extension(.cache) Follow my .…
-
1
votes1
answer325
viewsQ: Xamarin Forms - Error CS1061
How to resolve the error CS1061 in the code below: Code to open a local webview on each Xamarin.Forms platform public partial class MapViewDetail : ContentPage { public interface IBaseUrl { string…
-
1
votes1
answer151
viewsQ: How to open a cshtml local webview in Xamarin Forms
I have a project in Asp net mvc and another in Xamarin Forms, I need to call in my project Xamarin Forms a Webview Local but the page is as cshtml (Asp net)
-
0
votes1
answer63
viewsA: Visual Studio with error in Google Maps API - Android 6.0 and API version 29.0.02
Problem solving change the files . Aar to . zip https://docs.microsoft.com/pt-br/xamarin/android/troubleshooting/resolving-library-installation-errors…
-
-2
votes1
answer63
viewsQ: Visual Studio with error in Google Maps API - Android 6.0 and API version 29.0.02
Installation Errors: XA5207 Install package: 'Xamarin.Android.Support.v4' available in the SDK installer. The Java library file 'C: Users vinic Appdata Local Xamarin Xamarin.Android.Support.v4…