Skip to content

Instantly share code, notes, and snippets.

View LuceCarter's full-sized avatar

Luce Carter LuceCarter

View GitHub Profile
@LuceCarter
LuceCarter / MyPage.xaml.cs
Last active January 6, 2018 12:45
Ooui MyPage
public partial class MyPage : ContentPage
{
public MyPage()
{
InitializeComponent();
}
void Handle_Clicked(object sender, System.EventArgs e)
{
@LuceCarter
LuceCarter / IDSGUsefulLinks
Last active May 15, 2019 17:20
I don't Speak German - Useful Links
<Slider Maximum="100"
Minimum="8"
Value="{Binding SliderValue}"
BackgroundColor="CornflowerBlue"
ThumbColor="BlueViolet"
Margin="20"/>
<Button Padding="2"
Text="Analyse Sentiment"
TextColor="Black">
<Button.Background>
<LinearGradientBrush EndPoint="1,0">
<GradientStop Color="Red"
Offset="0.1"/>
<GradientStop Color="Orange"
Offset="0.225"/>
<GradientStop Color="Yellow"

120/80 - How I built a blood pressure tracking app using MongoDB's Develoer Data Platform and Xamarin

In this talk, Luce shows you how she had an idea for an app to track blood pressure and pulse readings and how she created it using MongoDB's Developer Data Platform including Realm and Atlas App Services.