How can I make tail in chat textview, I have made it oval shape but I want...
I want tail like in whatsapp or IOS chat.
View ArticleBinding and x:Reference
Hi Folks, Sometimes I want a binding of an attribute to refer to some property of a named element. I can bind some other element's TextSize property to that element by using...
View ArticleWhat happens to a timer after user navigates to another page?
If the user navigates to another page on the navigation stack, what happens to a running timer on the previous page? Does it keep running or pause/stop?
View ArticleNavigationBar Background Image Renderer Android
Hi Guys, I have been working on Xamarin Forms and I wanted to set an image as background image into navigation bar but I couldn't I have tried a lot but no luck at that time. Then something hit in my...
View ArticleMR.Gestures handles ALL touch gestures
With MR.Gestures you can handle the Tapping, Tapped, DoupleTapped, LongPressing, LongPressed, Panning, Panned, Swiped, Pinching, Pinched, Rotating and Rotated gestures on all layouts, cells, views and...
View ArticleXamarin.Forms Windows Picker Control
Hi, I have a Picker control I am trying to use with iOS, Android and Windows. All work except Windows unless there is over 5 items in the Picker Items (because then it goes full screen view) and works...
View ArticleHardware Back Button
I've got an app which displays a login page modally when it detects that the user has not logged in. However, the user can still dismiss the login page using the hardware back button, thus returning to...
View Article[Guide] Lock Screen-Orientation
Hey, Today I tried to lock the Screen-Orientation of the App I'm currently developing. I wanted to lock the Orientation on Phones to Portrait and on Tablets it have to be Landscape. Normally I would...
View ArticleHow to change Title font for Navigation bar ?
Can't find place where to change font for Navigation page title. Is there ability to do it ?
View ArticleCheck Internet connectivity
Hi, Can anybody suggest me how to check internet connectivity for both iOS and Android commonly using xamarin forms? Thanks, sunil
View ArticleSplash Screen on an Xamarin Forms App (iOS)
Hi all, I'm beginning to love this platform!! I do have an issue that is bugging me and I just can't seem to get to work. The iOS splash Screen. I have all of the App Icons, Spotlight & Settings...
View ArticleIs it possible to add stack Layuout in toolbar to add controls in it?
Is it possible to add stack Layuout in toolbar to add controls in it? If yes please provide any sample with UI in XAML
View ArticleException on developer console, "You MUST call Xamarin.Insights.Initialize();...
Hi all, I have built and published my app in google playstore. Recently one of our user who uses Samsung Galaxy 3 reported that App is crashing frequently. Since Xamarin Insights is under renovation I...
View ArticleSwipe to delete functionality for ListView using Xamarin Forms
Hi, Can anyone suggest me how to implement swipe to delete functionality which is a default functionality for listview in native iOS in xamarin forms for both Android and iOS. Thanks, sunil
View ArticleiOS ListView Cell remove MenuItem stays open on delete
Hi all, I've got a ListView with a swipe-to-remove button in my ViewCell, using following XAML: <ViewCell.ContextActions> <MenuItem Text="Remove" IsDestructive="true" Command="{Binding...
View ArticleObservable collection add children
I have an ObservableCollection, public class Company : ObservableCollection<Employee> { public Company(string P_companyName){ companyName = P_companyName; } public string companyName{ get; set; }...
View ArticleXamarin.Forms on Tablet and Smartphone
Hello, currently we port our html5 app to Xamarin. Can anybody say what is the best way to build and style the new App for Smartphone and Tablet. Did we need different Apps or can we solve this in only...
View Articlecannot convert from 'HelloXUWP.App' to 'Xamarin.Forms.Application' in Win10 UWP
The LoadApplication(new HelloXUP.App() ); call need as specified in https://developer.xamarin.com/guides/xamarin-forms/platform-features/windows/installation/universal/ fails with "cannot convert from...
View ArticleIssue with Google analytics in Xamarin forms
I am implementing Google Analytics in Xamarin forms, I followed https://theconfuzedsourcecode.wordpress.com/2015/07/19/google-analytics-tracking-implementation-in-xamarin/ . As article says to add...
View ArticleIssue with Google analytics in Xamarin forms
I am implementing Google Analytics in Xamarin forms, I followed https://theconfuzedsourcecode.wordpress.com/2015/07/19/google-analytics-tracking-implementation-in-xamarin/ . As article says to add...
View Article