How to get Hockey App's feedback working
I've added HockeyApp and it links to the Hocley dashboard, key is loaded, crashing gets reported. Yay. Now the next thing is to add a feedback button, and this is something that I see is not so simple...
View ArticleHow to make a horizontal list view?
Hi how can i make a horizontal list view so that i can scroll the items in a horizontal manner and click on the desired item?
View ArticleActivity Indicator for images in listview xamarin forms
Dear Team, Need your help to show the Activity Indicator for images in list view.
View ArticleNavigation with tabs, carousel and drawer
I would like to create an application in which pages can be navigated through pages, a carousel and a drawer. I am using SlideOverKit for the drawer. What controls are suitable for tabs and carousel?
View ArticleHow to display an image in Forms Previewer from portable embedded resource ?
Forms Previewer is an awesome tool but I have a little issue with it. I can not display a bitmap image (png or jpg) from embedded resource. I try to use ImageSource.FromResource(...) but it doesn't...
View ArticleAndroid Xamarin Forms set splash screen while xamarin forms initalizes
Just as the title says I'm looking for a way to basically hide the Xamarin Forms initialization process via a splash screen. Currently I have the splash screen working as a separate activity that is...
View ArticleHow to catch platform specific errors in PCL Xamarin Forms
Hi there, I am developing a CROSS PLATFORM mobile that works on ANDROID and iPhone. My project structure is 1. PCL 2. Android 3. iOS I have a screen(XAML) where I upload a photo to an Image. On an...
View ArticleWebView errors
HI guy, in my application I should insert a Markdown render. I found this component http://thatcsharpguy.com/post/markdownview-xamarin-forms-control/ and the render is working fine but I have a problem...
View ArticleHow to make XF Text size depending on OS settings text size
I would like to make it possible for users to make text size bigger in my App and thereby easier to see the texts. I don't want to do this inside my App setting when both iOS and Android have this...
View ArticleXamarin.Forms.NavigationProxy.PopAsync: System.ArgumentOutOfRangeException:...
Hello, I recently got that curious exception in my Xamarin App on iOS. I currently struggle to symbolicate it properly in HockeyApp but anyway here is the crash reporter log from HA: Hardware Model:...
View ArticleHow to create a rounded first and last viewcell in ListView ?
I want to create a listview mentioned in the picture below.The problem is that I don't want to create a full rounded listview . I just want a rectangle shape ListView-Header and the rounded first and...
View Articletapping into shake motion with xamarin forms
I'd like to setup hockeyapp to trigger the feedback upon shake gesture in Ios as listed here https://support.hockeyapp.net/kb/general-account-management-2/invoking-feedback-ui-with-a-shake-gesture Add...
View ArticleWhat are people using if not Dotfuscator for obfuscation of their Android...
The Community Edition license for Dotfuscator does not allow commercial use, only personal use. The professional version is too expensive for me as an early stage startup. What are others using, if not...
View ArticleCool form design
HI guys, my application is an app for internal use in my company and is full of forms. The look is quite boring. Are there somewhere an XAML design to use?
View ArticleXamarin.Form IOS Build fails
Hi I am facing a difficult issue to solve, out of 10 times that I tried to build I get the following error in visual studio Severity Code Description Project File Line Suppression State Error...
View ArticleImplement Akavache
Hello developers, I want implement akavache this way: public App() { InitializeComponent(); BlobCache.ApplicationName = "AkavacheExperiment"; //MainPage = new Login(); } protected async override void...
View ArticleOpen tab from other page
Hi all, I created a ContentPage with 4 buttons, and a TabbedPage with 4 tabs. Now I can open the TabbedPage, but always shows the first tab and I'm trying to open the tab that is selected on the...
View ArticleMethods for registering renderers during runtime instead of using...
Is there a method for registering a renderer at runtime? I have a conditional registration I'd like to make for a DatePicker renderer based on whether or not the current Android API version is below...
View ArticleXamarin.Forms bug? System.ObjectDisposedException: Cannot access a disposed...
Hi, My Android Xamarin.Forms application uses a Navigation stack to display various views, I often have a list on a screen (A) that once a cell is clicked I push onto the stack a new screen (B), the...
View ArticleXamarin Forms Save Image to SQL Database
May I ask about how to Save & Retrieve the Image to/from the SQL Database? (1)The Image is from the Folder and Save to the SQL Database. (2)The Image is from Camera and Save to the SQL Database.
View Article