Alert Explossion in Xamarin Forms.
Hi, I'm developing an application with Xamarin Forms 2.3.4.247 and Prism 6.3.0. I'm currently having an issue that I've been unable to solve or to identify what's causing it. When my application being...
View ArticleHow to set focus on next entry in Listview
i want focus on next entry in List-view, if the user click on completed event
View ArticleCorrect place to store things securely
I'm doing some work with azure mobile services which requires me to store both an application key, and also cache user authentication information locally (not passwords, just a token). Is there a...
View ArticleHow to get this type of navigation bar?
How to design this type of navigation bar? It's a Navigation bar? or custom Buttons?
View ArticleHow to change TabbedPage bar height in Android? (Already overriding...
So I've created and successfully replaced the TabbedPage renderer with a custom one. However, I have no clue where it calculates the height, can anyone point me to the right method?
View ArticleHow can I change the BackgroundColor for the first ListView's Item...
How can I change the BackgroundColor for the first ListView's Item automatically? Because when I open the application, I'm on the first Item's Page. I want automatically selection for the first item.
View ArticleIcons dimension for UWP
In my UWP app I have some icons (e.g. toolbar, hamburger menu, etc...). What's the right size for them? For what I've understood, it's not necessary to provide multiple sizes like for Android and iOS;...
View ArticleContext Action gets vanished on multi-continuous swipe for xamarin forms...
Hi All, Facing a issue regarding multiple and continuous swipe on xamarin forms list view, the context action/utility button gets vanished. white space coming at the place of utility button....
View Articlehow Select by default the first item into the listview xaml??
I have a dynmic list view i want to show the firs item selected by default!!!!! ..
View ArticleConvert current date and time into timestamp object
Hi, Following is the code for converting java datestamp to date (1520488577604 to 3/12/2018 8:07:02 PM) new DateTime(1970, 1, 1, 0, 0, 0, DateTimeKind.Utc) .AddMilliseconds((long)value) // put your...
View ArticleOAuth2Request "ends" when I call request.GetResponseAsync()
I've got a Xamarin.Forms application running against the spotify service, using the Xamarin.Auth library. Right now the user is able to login using the OAuth2Authenticator. Once completed, the event...
View ArticleAutomated Build & Deployment for Xamarin Forms App Using Terminal in Mac
Can any one help us to achieve Automated Build and Deployment Using Terminal. Just need set of comments or scripts to make automated the things instead of doing manually. I am using visual studio...
View ArticleFirebaseApp is not initialized on real devices
Hello! I'm trying to add push notifications in Xamarin.Forms. On Genymotion it's work fine but on real devices i have an error: Default FirebaseApp is not initialized.Make shure to call...
View ArticleHow to build for iOS iPhoneSimulator using xbuild
Hey, I am trying to build a xamarin forms project for iPhoneSimulator. This command works: xbuild OM-App/OM_App.iOS/OM_App.iOS.csproj /p:Configuration=Debug /p:ArchiveOnBuild=true /t:Build But the...
View ArticleImplement Schedule Week
Hi guys! I need to create a Schedule Week View for my application, I've tried many different options and still in a dead end, you could see questions within a week. Slider just increase RowHeight...
View ArticleBest way to manage services and exceptions
I have a mobile app who consumes a api service. I have a class to manage all the operations (get, post, put) who throws exceptions if the result is not 200. The app was originaly designed to be mostly...
View ArticleUse HockeyApp and App Center (sdk's) simultaneously
Scenario: xamarin.insights will be fully retired at the end of this month The transition from Hockeyapp to App Center is not fully completed I'm trying to migrate gradually to App Center so the...
View ArticleHybridWebView doesn't load Angular JS 2 App
Hello, folks. I am facing a hard issue here. I've created an App which uses a Custom HybridWebView and the problems are below On Android, I am able to invoke a JavaScript function to call my C# method...
View ArticleXF Image taken from iPhone shows rotated on Android device - MediaPlugin
Issue in MediaPlugin for Xamarin Forms Steps to reproduce the Behaviour Take Photo from IPhone camera and save binary in DB If you open same binary in Image View on Iphone, it shows correct image But...
View ArticleHow to load static data in local sqlite DB?
Hi, I have requirement to load static data when application starts for the first time. This the data of countries, district and cities. How do I populate this data in sqlite db. The data is huge, it...
View Article