how to add zoom feature to scrollview/TouchCanvasView
How to add zoom feature to xamarin scrollview/TouchCanvasView using pinchzoom or orther zoom .
View ArticleDoes UrhoSharp actually work with Xamarin.Forms multi-page app?
I was very excited when I found out about UrhoSharp and read that it was compatible with Xamarin.Forms. The recent 1.3.0 release looks great, and the road map listing stability and better Forms support...
View ArticleMay 10, 2017: Birmingham UK: SonarQube
SonarQube is an open source platform for continuous inspection of code quality. Matteo Emili joins us to share his experience of using SonarQube with all sizes of projects, from personal to enterprise....
View Articlevs 2015 cannot connect to MAC agent
Hi, I have updated my pc and mac to the latest stable release of xamarin and xamarin ios and XCode. I can't connect to the Mac with visual studio 2015. Xamarin Ask for user name and password to connect...
View ArticleHow to get camera parameters, specifically camera resolutions available?
Hi, tl;dr I'd like to determine the max camera resolution in a Xamarin Forms app. I have implemented the Xam.Plugin.Media Nuget (by James Montemagno) for taking pictures in our app. It (the Nuget...
View ArticleAny solution for OAuth FB/Google without webviews
Hello all, I'm developping an app in which I'd like the user to log with fb or google account. So far I've been using Xamarin Auth which provides a OAuth authentification with webviews. As I want to...
View ArticleXamarin.Forms & Azure
We've created the Xamarin.Forms mobile application in Azure, and used the default TodoItem Easy Table under Node.js. I added the code example to a new application in the UWP project with the code...
View ArticleHow can I interact with my Xamarin Forms App from a referenced Xamarin Forms...
I have the following projects: Cross Platform App (Xamarin.Forms - PCL): "MyApp" Class Library (Xamarin.Forms): "MyLibrary" "MyApp" references the "MyLibrary" assembly. "MyLibrary" contains various...
View ArticleNew files added to my Xamarin Android project appear as "Miscellaneous Files"
I'm building an Cross-Platform app on Visual Studio 2017. On the Android project, the "MainActivity" that comes with the template properly references the Android namespaces and classes. But any new...
View Articlepraeclarum sqlite-net Table().Where(Expression) gives exception
Hey, I am using praeclarum sqlite-net library, when I am using : var item = sQLiteConnection.Table<MyClass>().Where(e => (e.Id == CurrentId) && (e.name == Currentname)); It gives...
View ArticleSQLite Insert with special characters
Hi , We are using SQlite library version 3.1.1 in Xamarin forms. Oure insert query fails when we we try to save user's password which contain special characters. It works perfectly for string without...
View ArticleRecyclerView in Fragment - PagerSlidingTabStrip menu
I guys, I use PagerSlidingTabStrip for create a menu with two tab. And for my seconde tab, I want to create in a RecyclerView. Nothing appeared in my layout. i don't know if is a probleme with my xml...
View ArticleAndroid NullReferenceException after removing view as ContentView.Content and...
Hi In a project I am working on we have background view (which is displaying a map). On to of that view we have a view which can cover parts of the background and can be minimized (slide down only...
View ArticleHow can I display a progress bar while API returns the results
Hello everyone, I'm a newbie to Xamarin Android and C#, I want to display a progress bar(rotating circle) until the web API returns the results, How can I achieve this? I have the following on button...
View ArticleRecyclerView in Fragment - PagerSlidingTabStrip menu
I guys, I use PagerSlidingTabStrip for create a menu with two tab. And for my seconde tab, I want to create in a RecyclerView. Nothing appeared in my layout. i don't know if is a probleme with my xml...
View ArticleAndroid NullReferenceException after removing view as ContentView.Content and...
Hi In a project I am working on we have background view (which is displaying a map). On to of that view we have a view which can cover parts of the background and can be minimized (slide down only...
View ArticleHow can I display a progress bar while API returns the results
Hello everyone, I'm a newbie to Xamarin Android and C#, I want to display a progress bar(rotating circle) until the web API returns the results, How can I achieve this? I have the following on button...
View ArticleHow do I create a CCSprite from a Local file?
I want to load local photo.png file to CCSprite. So, I used PCLStorage and file stream. using PCLStorage; IFolder rootFolder = await...
View ArticleHow do I create a CCSprite from a Local file?
I want to load local photo.png file to CCSprite. So, I used PCLStorage and file stream. using PCLStorage; IFolder rootFolder = await...
View ArticlePerformance issue with Version 6.2.1 (build 3)
The performance is killing my MacBook, event without a project loaded it consumes 50-100% CPU. The IDE log is updated constantly with the same error messages: Can't load string bundle for...
View Article