• Stars
    star
    285
  • Rank 145,115 (Top 3 %)
  • Language
    C#
  • License
    MIT License
  • Created over 7 years ago
  • Updated almost 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Esta aplicacion de ejemplo tiene la finalidad de darle seguimiento a cualquier clase de torneo, y hacer predicciones al respecto, donde el ganador de la prediccion, se lleva el premio que hayan pautado los creadores del grupo

Competitions And Tournaments

Saludos chicos, aqu铆 les traigo el c贸digo Fuente de un app para realizar apuestas amistosas desarrollada con Xamarin Forms. Se les agradecer铆a bastante que se unan al repo y realicen sus aportes, para de esa forma hacer crecer la comunidad en el pa铆s.

La app consta de un BackEnd, donde el administrador configura las ligas, los equipos, los torneos y los partidos, luego desde el APP los usuarios realizan sus predicciones respecto a c贸mo va a quedar el partido, si gana el equipo que el usuario escogi贸 se le suma 1 punto, si el partido queda exactamente como el predijo, se le suman tres puntos.

Esta utiliza los conceptos de desarrollo MVVM y Locator.

La misma funciona con un BackEnd desarrollado en ASP usando el patr贸n MVC hosteado en Azure usando SQL como motor de base de datos.

Segmentaci贸n del API, el POCO y el Proyecto web, para mayor seguridad y mantenibilidad en el futuro.

En el c贸digo fuente podremos encontrar buenas pr谩cticas para lo siguiente:

Backend

  • Interacci贸n e integraci贸n con servicios de Azure.
  • Consultas seguras a APIS usando token de seguridad.
  • Desarrollo de un API segura.
  • Creaci贸n de la base de datos mediante POCO, migraciones y manejo seguro de datos e informaci贸n de usuarios.
  • Consultas entre varias tablas y devolver resultados en una sola consulta.
  • Utilizaci贸n de JSON y listas Din谩micas.
  • Manejo de maestro detalle mediante un solo controlador.
  • Consultas Gen茅ricas mediante controladores gen茅ricos para el m煤ltiple manejo de tablas.

App

  • Manejo de la c谩mara.
  • Manejo de internet.
  • Manejo de seguridad.
  • Almacenamiento de datos en SQLite.
  • Creaci贸n de usuarios Locales mediante servicios seguros.
  • Validaci贸n de injection.
  • Creaci贸n y extensi贸n de Controles locales y personalizados.
  • Actualizaci贸n y envi贸 de datos mediante protocolos seguros.

Clases y otras vainas bonitas de regalo en el app

  • FilesHelper
  • Response Generico
  • Token Response
  • User Request
  • Custom Control Bindable Picker
  • Interfaces Genericas
  • ApiService
  • DataService
  • DialogService
  • NavigationService

Esta app, ha sido realizada inspirada en los Tutoriales y mentoria del se帽or Juan Carlos Zuluaga en su canal de youtube https://www.youtube.com/user/jzuluaga55

Si deseas ser miembro de nuestra comunidad de desarrollo visita nuestra p谩gina de Facebook www.fb.com/xamarindo

Problemas Conocidos

Al momento de inicial el app, arroja un error de acceso a las librerias de SQLite, hasta el momento no he podido resolver el problema, sin embargo la aplicacion funciona sin problemas

Como Instalar y poner a funcionar el codigo

  1. Bajar la solucion BackEnd la cual posee las migraciones en el backend del app.
  2. Modificar los valores del web.config por los valores de su base de datos.
  3. Crear 2 un UserType que estan Hardcodeados con el id 1 y 2, para Local y Facebook respectivamente
  4. Crear 3 Status que estan harcodeados con los ids 1,2 y 3, para Active, Started y Closed respectivamente.
  5. Crear una liga.
  6. Crear un equipo de la liga creada.
  7. Crear 1 usuario (mediante la aplicacion obligatoriamente)
  8. Crear 1 grupo y asociarlo al usuario creado.
  9. Bajar el Proyecto App.
  10. Iniciar.
  11. Crear un usuario.
  12. Ignorar el mensaje de error de acceso a las librerias de Sqlite.
  13. Disfrutar.

More Repositories

1

DocumentosUniversitarios

HTML
377
star
2

xReader

XML, NEWS, RSS & Scrapping Reader maked in Xamarin, for educational purpose.
C#
343
star
3

Denunciado

This project born from the need from people to have a way of communication between municipalities and communities. Some municipalities, have their platforms, but they are complex to validate the veracity of complaints. Denounced, it was born with the purpose of offering a free platform to these municipalities. Denounced consists of three main modules developed with Microsoft technologies, using the .Net Framework and Xamarin for its development: 1. Back End Web Project: Module of administration of the complaints, by the employees of the town councils. In this tool, the employees of the city council receive, validate, report and close the complaints, after being served. 2. Web Portal Client: It consists of a web project, so that the community make their complaints, in the same, the users of the service create a profile, must specify when making their complaint, evidence to support this. Through the portal, they can see the complaints of other community members, follow it, give their opinion or provide possible solutions or more evidence. 3. Mobile Project: It has the same functionalities as the web portal, with the addition, that the automatic location can be sent, from the cell phone.
JavaScript
244
star
4

pBrainTrain

C#
110
star
5

Spacegame

Java
99
star
6

tSocialNetworkMvc

Is an open source social networking web application that provides a robust app on which to build all kinds of social environments, from a campus wide social network for your university, school or college or an internal collaborative platform for your organization through to a brand-building communications tool for your company and its clients.
C#
84
star
7

PocketDex

This is a demo Project of a sample of a pokedex, on this sample, you have: *Backend: Where you create your pokemons, upload their images and set the locations of it. *Api: where you send information to who need it. *Xamarin Project: where you consume the pokemon list, you can mark as favorite somes, and see the map where that pokemon was found it.
Assembly
73
star
8

GenericCascadeDropDownList

This is a jQuery Generic ddl to populate data from Side A to Side B, without have a distinct implementation for each one
JavaScript
55
star
9

BecomingDotNetDevUASD

This is a test area for the developers from summer UASD students
JavaScript
54
star
10

PrinterConsoleAppFromWeb

This is an .exe app, than will be called from a webpage, and its going to print a body send it as parameter
JavaScript
49
star
11

MetiendoMano

JavaScript
45
star
12

OpenMersyCore

# Open Medical Record System Core (Open Mersy Core) is a Open Source Project used as practise for my course sgermosen.com/courses, Mercy is a Solution to make easy the live of doctors implementing an online solution to have the information of their patients any time. Mersy on the basic, open, and free version, have the abbility of have a registry of the appointments, bills, and visits of the patients. Mersy is a Saas, than implement multi tenant with a lot of features and practice than every developer need to know.
C#
39
star
13

MersyLotteryBasic

Sell Lottery System
C#
34
star
14

WhatStatusThieffer

It's an app designed to thieff the Whatsapp Status without need to ask for them, speccially the videos
Dart
32
star
15

CombinationsForLottery

C#
28
star
16

MeRePosApp

MeRe PosApp (Medical Record Point Of Sale And Appointment): It's a Open source EMR (Electronic Medical Record), to create an entire ecosystem than work for almost any doctor it doesn鈥檛 matter their specialty; to make easier their road to the digitalization and make an efficient use of the source at time to work with Medical Records, Appointments, Bills and some other cool features like Loans, Payment Agreement, Emergencies, Admission and much more.
26
star
17

StreamingFromFiles

The idea of this project is create a service than upload files from a video Cam machine to an Azure storage, and them we could see videos from there.
C#
23
star
18

PeePooPrep

A community project to find near places where pee and poo with rating and thinks like that. Using clean Architecture
C#
21
star
19

sgermosen.github.io

HTML
20
star
20

CrudChallengeWebFormAndCore

This is only a challenge made by test some skills, and see if I remember to use forms, please, ignore this repo :v
JavaScript
17
star
21

Vacuna

It's a project to make easier the registration and validation of vaccination.
C#
17
star
22

NsChallenge

C#
11
star
23

hackerrankProductChallenge

C#
6
star
24

Sharing.Beer

Simple learning about modern Rest API, and their integration with Flutter and MAUI
C++
4
star
25

Tricks

The objective of this repo is upload things than i ussually need to remember how to implement for copy paste XD
C#
4
star
26

Image-Container

Image container implementation in a cool and simple way the change of the image based on icons
JavaScript
3
star
27

LearnCSharpAspAndVuePrivateCourse

C#
3
star
28

SolmedBasic

This is a Patients App developed in MVC
C#
2
star
29

Bloody

App to report blood request
1
star
30

Pins

Google Maps customization, this project is a Demo to the DTOP of Puerto Rico, please ignore the data layer and the hardcode values in the front jeje, I know than this can be better, just focus in the important than is the js to modify pins in google
JavaScript
1
star