Git Product home page Git Product logo

phantomlib's People

Contributors

bmeyer-ost avatar codympearson avatar david-lamar avatar jbonino avatar jhultink avatar stackunderflows avatar tbrushwyler avatar willmetz avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

meyerbw bardasoft

phantomlib's Issues

FAB control

Add an example of a FAB to the sample app. Here's an example:

<ImageButton Source="myFabIcon"
                        Command="{Binding AddCommand}"
                        AbsoluteLayout.LayoutFlags="PositionProportional"
                        AbsoluteLayout.LayoutBounds="1.0,1.0,-1,-1"
                        Margin="10" />

RoundedEntry component

Create a rounded entry component that allows you to have an "X" icon to clear out the contents of the entry.

Add a darkmode sample

Add an example of dark mode and see if there are any re-usable components that can be made from it.

Timing Analytics

Analytics to time methods.

  • Times methods
  • Allows for custom handling of what happens to/ how the timing is displayed/ consumed

Internationalization Component

An internationalization component that can be added as a XAML attribute to a label as well as a service available across the app via C#.

Should be able to be configured to access strings from different locations

  • The local strings files
  • An external source like Google Sheets

Rework UltimateControl to be based off Entry

Problem: Any bindable properties on the Entry that we want to allow a user to change has to be added as a pass-through property on the UltimateControl because the entry is actually a child control. Investigate re-working the control to be based off Entry so that the properties will automatically be there. Also investigate using Xamarin Material Android to implement the floating label effect.

Create a banner/toast component

It's a common UX pattern to show some sort of success or failure banner when a user completes some action. For example, show a success banner when they add an item to their cart. The component should have a property to specify how long the banner should show before automatically hiding itself (similar to a toast on Android). It should also have a command property that gets executed when the user taps the banner.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.