Count program in table by month in Xamarin
Xamarin Community Forums
by ycusoy
3y ago
public class MyDateProgam { [PrimaryKey, AutoIncrement] public int Id { get; set; } public DateTime MyDate { get; set; } public string Program { get; set; } } List<MyDateProgam> mydate = new List<MyDateProgam>() { new MyDateProgam {Id="0", MyDate=01/01/2021}, Program="A" }, new MyDateProgam {Id="1", MyDate=01/14/2021}, Program="B" }, new MyDateProgam {Id="2", MyDate=01/21/2021}, Program="A" }, new MyDateProgam {Id="3", MyDate=02/04/2021}, Program="C" }, new MyDateProgam {Id="4", MyDate=02/14/2021}, Program="A" }, new MyDateProgam {Id="5", M ..read more
Visit website
Download File or String when Xamarin Forms App Sleeping
Xamarin Community Forums
by kiri008
3y ago
The application should connect to a website and download a file. The application is sleeping in the background. How can I do that? I can't find a solution. Do you have an idea for me? I need a solution for Android and IOS ..read more
Visit website
Git "Rebase current branch onto" to create new Branch for test code?
Xamarin Community Forums
by JKnott
3y ago
Hello, I have been working on a new function to my code. I have created a tag on my current Master to be able to be able to pull the last stable build from, but I would like to create a working branch that I can work on without worrying about damaging my stable code base. I've created a Branch called NeedsWork, and I am trying to commit my current, modified code to it in VisualStudio. When I try to select the new branch it is asking me if I want to "Merge into Current" or "Rebase Current branch onto". I am assuming "Merge into Current" would be to merge my NeedsWork branch OVER the Master, and ..read more
Visit website
Raspberry Pi as Databaseserver for Xamarin
Xamarin Community Forums
by Juventino1897_1
3y ago
Hey guys! I built an Xamarin Application, with a database, which provides the data. Until now a database running on the same machine as the one were I developed the app was enough. Now I want to run the app on other computers to, so I want to try using a Raspberry Pi as databaseserver. Unforutnately I don´t really have experience with these kind of problems (servers and networks), so I wanted to ask if anyone has experience and could give me some tips or recommend some useful tutorials. Thanks for your help in advance ..read more
Visit website
Pancakeswap Clone Script
Xamarin Community Forums
by Didaagnew
3y ago
PankcakeSwap Clone Script is a Binance Smart Contract Chain Based DeFi Exchange Script that operates similar to PancakeSwap. Our Pancake Swap Clone Script supports Automated Market Making, Farming, Exchange, Staking, NFT, Liquidity Pools (For Staking Cryptos/Tokens) on Binance Smart Chain. We, #Maticz develop 100% Smart Contract Audited, White Label PancakeSwap Clone Script that allows customization based on user requirements that operate cent percent similar to PancakeSwap running over the Binance Smart Chain Network ..read more
Visit website
Syncfusion Essentials requires a license for its "free" version?
Xamarin Community Forums
by CalmBreathsSlowPulse
3y ago
On the GitHub page (https://github.com/syncfusion/essential-ui-kit-for-xamarin.forms) and all over its promotional material Syncfusion says the Essentials UI package is free. However after installing it my app nags me for a license, and there's apparently no way to make this nag go away permanently, so I have to refresh that license every 30 days. IMHO "free" is not the same as "nag-ware". Does anybody know if there's a way to use these tools that's actually free, and doesn't require constant re-licensing ..read more
Visit website
Why is nobody updating Parse Server SDK for .NET?
Xamarin Community Forums
by CalmBreathsSlowPulse
3y ago
It seems like Parse Server is being kept up-to-date on most other platforms but not .NET. It's the easiest API I've found yet, so I'm confused about why nobody's working on it ..read more
Visit website
How can I access to txt file in my samsung galaxy watch
Xamarin Community Forums
by mommek
3y ago
Hi, I do my reseach on google, but I don't find any solution for my problem. I have my galaxy watch app in xamarin and tizen and I have simply method to write my log data into log.txt file: public static void writeLog(string text) { string fileName = Path.Combine(Environment.GetFolderPath(Environment.SpecialFolder.LocalApplicationData), "shared.res.log.txt"); string now = DateTime.Now.ToString("HH.mm.ss"); File.AppendAllText(fileName, now + " " + text + "\n"); } This is working, because I have log page on my app and it shows my data. So there really is log ..read more
Visit website
How to control image with biding Data?
Xamarin Community Forums
by jinxianghe
3y ago
Hello? Nice to meet all. Now I start learn to xamarin. about 1 week. I wanna control image. (on.png and Off.png) with Biding Data. mySQL biding Item is SOL, SSR, DIO, RLY. and Value (0x00 ~ 0xFF) C# .... if (Item == "SOL") { switch (Value) { case 0: { if (Item.Value & 0x01) { return "SOL_On.png"; } else { return "SOL_Off.png"; } break; } case 1: { if (Item.Value & 0x02) { return "SOL_On.png"; } else { return "SOL_Off.png"; } break; } case 2: { if (Item.Value & 0x04) { return "SOL_On.png"; } else { return "SOL_Off.png"; } break; } case 3: { if (Item.Value & 0x08) { return "SOL_ ..read more
Visit website
How to Integrate the Route Planning Strategies in Uber Clone App?
Xamarin Community Forums
by Robert_Wilson
3y ago
How to bring the services close to the customer’s expectations by incorporating the route planning strategies in uber clone app development ..read more
Visit website

Follow Xamarin Community Forums on FeedSpot

Continue with Google
Continue with Apple
OR