Is it possible to inject platform specific dependencies usin Unity?
Hi guys, I'm currently trying to use Unity for dependency injection in a Xamarin Forms project, mainly because of constructor injection support, and came accross an issue. I'll try to be as detailed as...
View ArticleToolbar Items (Secondary)
How do I put the toolbar items this way: (image shown below) Because my toolbar secondary items is being shown like this: (image shown below) Thanks!
View ArticleRemoving the navigation bar causes the app to be slow/crash when going back...
Here's my scenario: A page, with a listview that has around 700 rows. Works fine and faster than I imagined with no problems whats so ever. Until I decided to remove the navigation bar and replace it...
View ArticleDisplay Loader on Button click
How can one display loader when one clicks on Login Button?
View ArticleMonoGame Change Launch Screen?
Using MonoGame with Xamarin on Windows and using Mac to simulate the program. Everything is working fine but I noticed that the screen size wasn't filling the simulator in all the way. I looked it up...
View ArticleDisplaying a PDF doesn't work for iOS
I was following this tutorial for displaying a PDF in both platforms and Android works, but iOS doesn't. It functions like Android where the user will press a button to display the PDF and just like...
View ArticleHow do I remove the action bar/menu item from selecting a cell Android?
So on Android I'm having issue when changing page after selecting an item. I have my TableView inside one of the pages on a TabbedPage. Once an cell is selected and the ContextActions are shown, the...
View Articlefind bluetooth device by name
Hello, i am developing an android application, i have a home made bluetooth beacon (that is working ) and i want to get its manufactorID (preferrably without actually pairing?). below ill add the C#...
View ArticleZXing.Net.Mobile front camera problem
We have some issues using ZXing.Net.Mobile. We are unable to start “CameraFacing.Front” in release mode. The front facing camera starts fine in debug mode, when deployed using release the back camera...
View ArticleDisable parenthesis on completion
Hi. I can't seem to figure out how to disable parenthesis completion in VS Mac and it's driving me insane. What I have: Console.WriteL<TAB> = Console.WriteLine(); What I want:...
View ArticleHow to promote your app on the cheap?
To help you promote your app on the cheap, here is I starting lineup of 6 app marketing strategies that are proven to be effective. Apply for Awards and Contests One great way to get exposure for your...
View ArticleWhere do I find some good tutorials regarding Xamarin?
Where do I find some good tutorials regarding Xamarin?
View ArticleWebView unable to load .php file?
When I set the source of my web view as a .php file, it either throws an error, or doesn't load at all. Is there a fix to this? Thank you
View ArticleProfiler stops recording after +-8 seconds (windows)
Running 1.1.7.4, the profiler seems to stop working after a certain amount of time. Did try to run several solutions, and facing the same issue (did try to run a couple of times)
View ArticleCan't configure lock in Xamarin; Access token not JWT
Can't configure lock in Xamarin; Access token not JWT
View ArticleXamarin.iOS fail to refresh the binary on the simulator randomly
This has plagued me for some time now and is extremely annoying: Several times during the work day the binary is not updated on the simulator after a new compilation. There are no error messages and...
View ArticleScrollView with a Label cut bottom text on Android Vertical mode
Hi I need to show the user an long eula text. I have an Label in a ScrollView i a Grid. This code works on iOS and on Android in landscape mode?!?!? but in Vertical mode on android it cut the text off...
View ArticleCan I create MasterDetailPage with two pages?
Can I use MainPage as Detailpage and MasterDetailPage ?
View ArticleOrganising using vertical architecture
Hello, I'm fairly new to Xamarin and I'm wondering if anyone here has any experience of organizing your project's architecture vertically? What I'm trying to achieve is one or several features that...
View ArticleNavigate back to previous page.
Hi Guys, I'm currenly experimenting with Xamarin forms, I'm having trouble navigating from webView back to previous menu. public void ButtonName(object sender, EventArgs args) { var browser = new...
View Article