Regarding Back Problem in master details page
I am facing issues with on pressing the back button, my application get closed. actually i want to create a menu with hamburger icon that will display to all the application using master details page....
View ArticleIntroduce TEditor(a HTML rich text editor in Xamarin.Forms)
Hi All, We create a Rich Text WYSIWYG Editor for Xamarin.Forms. It's easy to use, powerful, and open-source https://github.com/XAM-Consulting/TEditor Hope everyone can enjoy it. Thanks,
View ArticleCachingStrategy missing in listview renderer
Whenever I use CachingStrategy in a listview renderer the app throws a XamlsParseException error. Is this a bug or caching strategy is not available when using a listview renderer?
View ArticleHow to use cache image for default and pre-upload image
I am using xamarin android my app have image from gallery and from camera i want how to store image in image cache and show it next time app open .... and for first open default image to show
View ArticleCall Directory Extension: Read phone numbers to identify/block from external...
I'm creating a Call Directory Extension based on this example from Xamarin: Xamarin Example Code When I follow the example exactly, it works well enough, but in the example all the phone numbers added...
View ArticleHow can I add png images when I create a plugin?
I am developing a plugin for xamarin.I need to add the images to the plugin.There are several images which I will be able to add.How can I do this?.Those images are relevant to xaml pages which I gonna...
View ArticlePage scroll based on Keypad
Hello, I have Content Page with multiple entry fields arranged in Vertically. When i tap & start entering values to first entry field in small devices then keyboard comes up and hides the second...
View ArticleAppDelegate.cs Error
hello developer when i try to run my ios project in Xamrin Live i got this error i google it, but i don't found any solution PCL project reference already added in ios project AppDelegate.cs(1,1):...
View ArticleCan i use Button's IsEnabled when Command is from a different Context?
Hello, i have a ContentPage which is defining some Commands. This page is referenced from XAML using the "Source" Binding parameter: <ContentPage ... x:Name="ThisPage"> ... Command="{Binding...
View ArticleWill "The name 'InitializeComponent' does not exist" bug be fixed in the next...
I'm on VS2017 stable release (with Xamarin.iOS 10.8) and stable Xamarin Studio (with the same iOS version). I cloned my project, that compiled and run successfully in VS2015 and prev Xamarin Studio....
View ArticleTimer within android service
Hi all, I'm using an Android Service to start a timer in order to run a synchronization process every 15 minutes. This is my code: [Service] public class SynchronizationService : Service { . . . public...
View ArticleHow to make 3 corner rounded when FrameRenders in Xamrin.Form?
I want to make BottomLeft, TopRight, TopLeft corner to rounded. I have tried with following. But, when text size is bit more, it doesn't show correct design. I have added my code as following. For...
View ArticleLiveXAML - ability to develop your app in runtime
Hello, I had already posted here about two months ago. At the time, the name of my product was "Xamarin Forms Live" But due to branding issues I had to rename it to LiveXAML, which to me is an even...
View ArticleXamarin Forms - IOS Distribution “SMS Fraud Extension”
My app developed using Xamarin Forms has been rejected due to an extension called SMS Fraud Extension, but I have no idea what it is. The message I received from Apple is: Guideline 2.5.12 -...
View ArticleHow to know whether the device in another call or not
Hi All, Currently i am developing audio call app. When customer try to call by this app, i need to know whether the user already in phone call(default phone audio call). Is there any way to find...
View ArticleHow can I deploy two Xamarin.Forms apps to a single Android emualtor?
I am using VS 2017. I've written two Xamarin.Forms apps: The first is a simple app named "LaunchedApp" that displays the text message "I am a launched app" and the second named "LauncherApp" with a...
View ArticleConsuming Effect with Style does not work
These are my files: Effect: raw.githubusercontent.com/BogdanDimov/TechnicalChallengeProgress/master/TechnicalChallengeProgress/TechnicalChallengeProgress/Effects/ShadowEffect.cs Android Effect:...
View ArticleHow to verify OTP ?
Want to verify phone number . The otp will sent to web services and will verify phone number over there. But I am confuse how to do that by using Xam.plugins.messaging . Should I write a specific code...
View ArticleHow to change the Thickness of OUTLINE / BORDER frame ?
Hi, I want change the Thickness of a Frame border. I my phone the border is VERY small.. My code : <Grid RowSpacing="0" ColumnSpacing="0"> <Grid.RowDefinitions> <RowDefinition...
View ArticleCan't load image from URL
Hello. This code is working image.Source = "https://www.xamarin.com/content/images/pages/branding/assets/xamagon.png"; And this code is not image.Source = "https://cgames.xyz/kv/api/v1/logos/11.jpg";...
View Article