How to get item click on collectionview in xamarin forms with prism framwork?
I have created a list and showing in collectionview <CollectionView.ItemsLayout> </CollectionView.ItemsLayout> <CollectionView.ItemTemplate> <StackLayout...
View ArticleCan we have a horizontal collectionview inside main vertical collectionview ?
Is it possible to have a horizontal collectioview/listview inside main collectionview/listview. ? i want to achieve nested listview inside main listview.any help will be apreciated. Thanks
View ArticleXamarin plugin for YouTube Data API?
I have searched for some time now cannot find a kind of "go-to" nuget for using the YouTube API for Xamarin.Forms. Or really the plugin doesn't really have anything to do specific with Xamarin.Forms,...
View ArticleAutomatically increase my Int value +1 to Sql server databse table.
[Key] public int customer_id { get; set; } public int store_id { get; set; } public Nullable<decimal> org_id { get; set; } public int person_id { get; set; } using Asp.net Api Hi, that is my User...
View ArticleData sharing between apps
I have to share some complex data between two apps. Both the apps are using same "shared user id" and signed using same "key store". Now the data is shared using application context. I would like to...
View ArticleHow do I get rid of the bottom bar on Android?
I've been trying to rid of this bar on Android. I've added NavigationPage.SetHasNavigationBar(this, false); to some pages to remove the navigation bar. This works fine on iOS but on Android, I can't...
View Article[iOS Release] Could not AOT the assembly
Hi, i have a problem while building release for iOS. Do any have any hint, what is causing error? MTOUCH : error MT3001: Could not AOT the assembly...
View ArticleSwipeView navigate to edit page
Hi, it is possible to navigate to another page from tapping a button in swipe menu? For example I have in swipe menu button favorite, delete or edit. I want to go to another page after choosing a Edit...
View ArticleProblem in tracking loading of video in WkWebview (Customrenderer)
Hi everyone, 1. I am using CustonRenderer to display YouTube videos using WKWebview, and i am also using NavigationDelegate functions like "DidStartProvisionalNavigation", "DidFinishNavigation",...
View ArticleDark mode - TraitCollectionDidChange firing 4 times when app goes into...
Hello, During debugging: our x-platform app supports ios dark mode with this implementation:...
View ArticleTableView SwitchCell Tapped and OnChanged
So, let me get this straight: With a SwitchCell in a TableView, Tapped() applies to the parent SwitchCell, but not the child Switch, and OnChanged() applies to the Switch, but not the parent...
View ArticleHow to handle the passage of data between ViewModel and View in Xamarn Forms...
This is my scenario: In a view of my application, the user selects parameters that will be used to build the form of the next page at runtime (Entry, DateTime picker, ..) Since I use Prism in my...
View ArticleHow are colors for ListView ContextActions specified on Android?
How are colors for ListView ContextActions specified on Android? Mine seem to have the same text and background colors at the moment, as they are not visible until pressed. I've been doing a lot of...
View ArticleHow to implement Google Drive API in Xamarin Forms?
Hi everybody! I search on Internet a lot about this question, but I don't see any clear sample about this for Xamarin Forms. They said need client_secret, API key, Authentication a lot of thing. Please...
View ArticleLocal SQLite Database in Xamarin Forms ?
How can i use a Database that i made outside Xamarin ? I don't want to create a new Database in Xamarin i just want my app to connect to old Database ?
View ArticleShellAppearance Properties TabBar Colors
How do you configure the Shell TabBar as follows? Background : DarkBlue Selected tab icon : Green Unselected tab icons : LightBlue Text color (selected/unselected) : White I tried this, but...
View ArticleFilter sqlite database
Have a database example form here https://docs.microsoft.com/xamarin/get-started/tutorials/local-database/ But i want to filter on the month Something like this i think but how do i do this using a...
View ArticleHow to use RefreshView with OnAppearing properly?
Hi all. I need to load my data by OnAppearing. I have the following code: public Command LoadDataCommand { get; } public DataViewModel() { this.LoadDataCommand = new Command(async () => await...
View ArticleHow to make Selection which convert to int datatype?
i want to make Selection on Xamarin form, like: 1. Banana 2. Apple 3. Kiwi if i select Banana, Banana convert to '1' int and number '1' input to Sql server not a String "Banana". i am new , so i don't...
View ArticleSupport to convert the HTML to PDF in Xamarin Forms
Support to convert the HTML to PDF in Xamarin Forms
View Article