All Projects → gheorghedarle → Xamarin-ToDoApp

gheorghedarle / Xamarin-ToDoApp

Licence: MIT License
Todo App is a simple to do app developed with Xamarin

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to Xamarin-ToDoApp

SokobanFabulous
Sokoban game for iOS and Android written in F# using Xamarin Fabulous framework
Stars: ✭ 21 (-71.62%)
Mutual labels:  xamarin, xamarin-forms
XamarinAzureChallenge
Create an iOS/Android app using Xamarin.Forms and connect it to a serverless Azure Function
Stars: ✭ 59 (-20.27%)
Mutual labels:  xamarin, xamarin-forms
Xamarin.Forms.MaskedEntry
📝 Use mask in your Xamarin.Forms apps
Stars: ✭ 17 (-77.03%)
Mutual labels:  xamarin, xamarin-forms
XamFormsMvxTemplate
A Visual Studio 2017 template for projects based on Xamarin.Forms 3.3 and MvvmCross 6.2
Stars: ✭ 27 (-63.51%)
Mutual labels:  xamarin, xamarin-forms
CouchDraw
A synchronized drawing app that utilizes Couchbase Sync Gateway and Xamarin to enable shared canvases.
Stars: ✭ 22 (-70.27%)
Mutual labels:  xamarin, xamarin-forms
InvestmentDataSampleApp
This app utilizes a SQLite databse, MVVM, along with these Xamarin.Forms controls: Search Bar, Picker, Grid, StackLayout, Navigation Page, ListView, ViewCell. It also shows how to tweak the UI to best appear on larger tablet screens.
Stars: ✭ 56 (-24.32%)
Mutual labels:  xamarin, xamarin-forms
SimpleXamarinGraphQL
An iOS and Android app built in Xamarin.Forms demonstrating how to interact with GitHub's GraphQL API
Stars: ✭ 18 (-75.68%)
Mutual labels:  xamarin, xamarin-forms
Plugin.NFC
A Cross-Platform NFC (Near Field Communication) plugin to easily read and write NFC tags in your application.
Stars: ✭ 113 (+52.7%)
Mutual labels:  xamarin, xamarin-forms
DarkModeSplashScreen
A sample app for iOS and Android written in Xamarin.Forms showing how to implement a Splash Page for Dark Mode
Stars: ✭ 28 (-62.16%)
Mutual labels:  xamarin, xamarin-forms
DevOpsExamples
A repo to show you how to use a private NuGet feed, such as Telerik, to restore packages in Azure DevOps, GitHub Actions, GitLab CI and AppCenter.
Stars: ✭ 16 (-78.38%)
Mutual labels:  xamarin, xamarin-forms
XF-GradientButton
Gradient button for Xamarin.Forms
Stars: ✭ 25 (-66.22%)
Mutual labels:  xamarin, xamarin-forms
InteractiveAlert-Xamarin
Interactive alerts to Xamarin
Stars: ✭ 17 (-77.03%)
Mutual labels:  xamarin, xamarin-forms
Mastering-Xamarin.Forms-Second-Edition
Mastering Xamarin.Forms Second Edition, published by Packt
Stars: ✭ 16 (-78.38%)
Mutual labels:  xamarin, xamarin-forms
XamCall
XamDesign Xamarin Forms Call screen Ui Design
Stars: ✭ 25 (-66.22%)
Mutual labels:  xamarin, xamarin-forms
effects-xamarin-forms
Customized Effects/Renderers for Xamarin.Forms
Stars: ✭ 21 (-71.62%)
Mutual labels:  xamarin, xamarin-forms
Movies
Buy movie tickets in advance, find movie times, and more at "Movies".
Stars: ✭ 33 (-55.41%)
Mutual labels:  xamarin, xamarin-forms
ScreenshotPlugin
A simple Screenshot plugin for Xamarin and Windows to get and save screenshot in yours apps.
Stars: ✭ 32 (-56.76%)
Mutual labels:  xamarin, xamarin-forms
PrismHandsOn
Prism for Xamarin.Forms入門 Hands-on
Stars: ✭ 22 (-70.27%)
Mutual labels:  xamarin, xamarin-forms
XFFlipViewControl
An awesome animated Flippable View Control with Xamarin.Forms, or a Flipity Flippy Flippin' Flip View right here fellas! :D
Stars: ✭ 43 (-41.89%)
Mutual labels:  xamarin, xamarin-forms
Xamarin.Forms.ARToolkit
Augmented Reality Toolkit for Xamarin Forms
Stars: ✭ 15 (-79.73%)
Mutual labels:  xamarin, xamarin-forms

Xamarin ToDo App

MIT License

Todo App is a simple to do app developed with Xamarin and Firebase. The app allows you to create an account and login to create tasks and organize them into lists. You can see the tasks for the selected date in realtime mode, edit and delete them with swipe action, reorder them using drag and drop action and filter them by list from More screen. From Profile screen you can hide completed tasks on the main screen and see the total number of tasks, of completed tasks and lists that you created for your account. The app is available in both light and dark mode.

If you like this repository you can support me on

Buy Me A Coffee

Screenshots

Light mode

Dark mode

Libraries

Setup

The app is using Firebase. To start the project you need to create a Firebase project.

Android

  • In the Firebase Console go to Project settings
  • Add Android App and add com.gheorghedarle.todoapp as Android package name and click on Register app
  • Download google-services.json and add it to root of the Android project in the solution. Select GoogleServicesJson as Build Action in the Properties of the file

iOS

  • In the Firebase Console go to Project settings
  • Add iOS App and add com.gheorghedarle.todoapp as Apple bundle ID and click on Register app
  • Download GoogleService-Info.plist and add it to root of the iOS project in the solution. Select BundleResource as Build Action in the Properties of the file

After you finish with the configuration enable Email/Password as a provider for sign-in in the Firebase console.

  • In the Firebase Console go to Authentication under Build option in the menu.
  • In the Sign-in method tab enable Email/Password

Resources

Illustrations are from Icons8

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].