iOS page covers status bar
What should I do to prevent the application cover the status bar area? It covers the whole window and status icons are visible through top_grid on iPad 2 simulator <?xml version="1.0"...
View ArticleNo auto generated events from .xaml file in .xaml.cs file
Hello everyone, I have a test.xaml file and his corresponding test.xaml.cs file in my common xamarin project. When I add a "Clicked='MyHandler'" option on a tag in my test.xaml file, VS doesn't...
View ArticleThe reference assemblies for framework “Xamarin.iOS,Version=v4.6.1” were not...
what is the source of this error? The reference assemblies for framework "Xamarin.iOS,Version=v4.6.1" were not found. To resolve this, install the SDK or Targeting Pack for this framework version or...
View ArticleXamarin.Forms CardsView nuget package
Hi all) I've released new package for Xamarin.Forms (Something like Tinder's CardsView) Maybe, someone will be interested in it nuget.org/packages/CardsView/ -- nuget...
View ArticlePass listItem data using command from button in MVVM
I am working on an app that will allow the user to pay for a Utility Bill. It allows for multiple utility accounts to be linked to one user. I have a list view that properly displays the information,...
View ArticleThe "ConvertResourcesCases" task failed unexpectedly. System.IO.IOException:...
Hi, Can anyone help me in finding a solution for the following error????? i tried deleting Bin, obj and rebuilding project , renaming the project but still i'm facing the issue. please help me!!...
View Article[HELP] Hi, guys!. I need to create a vertical listview.
Hi, guys!. I need to create a vertical listview with 3 options like this image! but how? ht7ps://us.v-cdn.net/5019960/uploads/editor/6g/a1f4qyomnm1a.png Change 7 in the link for t
View ArticleIs there any plugin for crossplatform that i can use as a file Upload control
I am working on Xamarin forms app and i have page for creating tasks for employees and i need to add funtionality to upload image and files via file upload / camera for each task( For example if the...
View ArticleAuto fill the otp.
Hi Everyone, I want to implement the functionality of Auto Fill the OTP in my app. Like when I get the otp number in the message, my app will detect the otp and will verify it. Thanks in advance.
View ArticleUse Device PIN /and/or Fingerprint to authenticate
Hi, How can I use the device PIN and/or Fingerprint to authenticate in my app so user needs to enter the same device PIN or use his fingerprint if he enabled fingerprint on his device unlock. Thanks,...
View ArticleListView item selected not working in MvvM
Hi Everyone , I am new to xamarin and i am developing an app. I am working on the listview item tapped navigation in mvvm where when user taps on the list item it will navigate to the detail page of...
View ArticleHow to show page number while scrolling a list in xamarin forms?
I have a listview with 2005 items,and it has a lazy loading.On itemAppearing I am loading 50 items at a time.I want to show a page number while user scroll up or scroll down depends on current items on...
View ArticleAlarms in Xamarin.Forms
I am creating an app where I need users to set alarms. How can I do this without having to customize the code for each platform? If this can't be done, then how exactly do I enable the alarm...
View ArticleHow to add multiple init codes at a time in App.xaml.cs for UWP?
I have init codes of both circle image and pop up image in App.xaml.cs. Only the first code is working, the code after Xamarin.Forms.Forms.Init is not working. My current code is adding below:...
View ArticleImplementation of Spinner
Is it possible to implement the Spinner in Xamarin.Forms using Custom renderer or any other concept. Thanks in advance.
View ArticleHow to release and reacquire the camera resource with zxing
I am creating a light-weight scan application using xamarin forms, prism and zxing. The application will continue to scan and analyse when the phone is locked (only on Andriod). This seems to be a...
View ArticleXam.Plugin.Connectivity - How to find out networks 4g, 3g, LTE, Edge networks...
Hi, Anyone knows How to find out networks 4g, 3g, LTE, Edge networks from Xam.Plugin.Connectivity
View ArticleCan I show second time api fetched data in the same page where I showed first...
I have created a page , mypage.xaml. On that page I have created a button, on which if I click It will open a popup page. In the popup page entry field it's accepting some value as parameter and...
View Articleshare data between views in carouselview
Hello everyone!, somebody knows how can I share an object or a variable between views in a carouselview page that receive a parameter from another page? thanks in advance!
View ArticleHow to decrease size of apk in Xamarin forms.
This is my first try at release app. I am registering and logging in app via Web Api. I have a live website and have written Api Service for that. It is working fine and then i released the apk....
View Article