GithubHelp home page GithubHelp logo

mobilerez / xamarinformscarcatalog Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 22.97 MB

A demo Xamarin.Forms app for a car catalog that shows off, Custom Renders, SQLite, and more

License: Apache License 2.0

C# 14.49% Java 85.51%

xamarinformscarcatalog's Introduction

Xamarin-Forms-Car-Catalog

A demo Xamarin.Forms app for a car catalog that shows off, Custom Renders, SQLite, and more

About this app

This app was created to show how Xamarin.Forms & Custom Renders work as well as showcasing how dynamic a Xamarin.Forms app can be made (making less actual play store updates needed when changes happen).

SQLite DB

Makes Table

Column Format
MakeId (pk) int
MakeName varchar(255)
LastUpdateDate DateTime

Models Table

Column Format
ModelId (pk) int
ModelName varchar(255)
MakeId int
LastUpdateDate DateTime

Years Table

Column Format
YearId (pk) int
YearName varchar(255)
LastUpdateDate DateTime

Code Documentation

To be added

TO DO LIST

  • Add in Custom rendered navigation for modified navigation behavior
    • Make behavior of navigation the same across all platforms
    • Account for changes in navigation when on a phone vers tablet (really adust for phablet support)
  • Create and populate sqlite table on app for holding navigation iformation.
    • Hook up Navigation page to sqlite table and generate navigation items from links on platform.
  • Implment Pintch and zoom controls with a Carousel Page
  • Create UI testing
  • Create Documentation
  • Intigrate App with xamarin forms in a way that people can load up the own insights id, and if not, the app will not crash if it is not implmented
  • Expand this document to include explination of the code/samples
  • Other ideas /features as they come.

Credits to those whos code or experence helped me put this together.

xamarinformscarcatalog's People

Contributors

mobilerez avatar

Watchers

Glenn Stephens avatar  avatar

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.