Coder Social home page Coder Social logo

dev-days-hol's Introduction

Build Status

Dev Easy Tables .NET Backend (Client) .NET Backend (Server)
Build status Build status Build status Build status

Dev Days HOL

Dev Days provide attendees with an intense, hands-on learning experience. Spend the time exploring mobile development with sessions from Xamarin & Azure Experts, our technology partners, and members of the local developer community, then roll up your sleeves for an afternoon dedicated to diving into code.

Inside this repo you will find all of the hands on labs that you will experience at Dev Days!

MyEvents

##Overview The Hands On Labs are broken down into 3 modules:

##Pre-Requisites

  • Visual Studio 2015 Community Edition (or higher) with latest Updates.
  • Xamarin
  • Visual Studio Android Emulator or Google Emulators
  • Azure subscription (for cloud labs)
  • Download the repo

##Lab Setup Guidelines Here is the full guide for both Mac OS X and Windows to help get you started:

In order to test the part of iOS, for those who do not have a MAC, you can use one of the weekly plans MacInCloud (Europe Server, OS El Capitain) with the option Enable Remote Build Port enabled.

###Visual Studio Emulator for Android

Instructions to Launch Visual Studio Emulator for Android and run an Android Virtual Emulator.

Click on the Tools menu and click on Visual Studio Emulator for Android.

launch

If Visual Studio Emulator for Android is not installed, you can follow theses instructions to install:

  1. Either launch Visual Studio Installer or launch from Control Panel > Programs & Features.

  2. Click on Modify.

modify

  1. In the set of components, check the box beside Microsoft Visual Studio Emulator for Android.

install

Install and Re-Launch Visual Studio.

##Troubleshooting

If you get this error:

Unzipping failed. Please download https://dl-ssl.google.com/android/repository/support_r19.0.1.zip and extract it to the C:\Users\AppData\Local\Xamarin\Android.Support.v4\19.0.1\content directory.

Quick workaround: Clear all the folders in the location C:\Users<username>\AppData\Local\Xamarin and then Clean and Rebuild the Solution. This build might take some time (serveral minutes) as all the packages will be downloaded again by the Visual Studio.

##License Copyright (c) 2016 Nish Anil

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

dev-days-hol's People

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

dev-days-hol's Issues

Fix UWP UI

Margins seems to be an issue with UWP.

Instructions to Install and Launch Visual Studio Emulator for Android can be added.

Instructions to Launch Visual Studio Emulator for Android and run an Android Virtual Emulator.

Click on the Tools menu and click on Visual Studio Emulator for Android.

launch

Visual Studio Emulator for Android component may not be installed in some machines. Instructions to install the component.

If the menu Visual Studio Emulator for Android is not found in Tools Menu, Visual Studio Emulator for Android will have to be installed initially.

  1. Launch Visual Studio Installer. It can also be launched from Control Panel > Programs & Features.
  2. Click on Modify.
    modify
  3. In the set of components, check the box beside Microsoft Visual Studio Emulator for Android.
    install , install and Re-Launch Visual Studio.

Participant may delete the Title for Speakers Page

The Title property of ViewModelBase is being Set in the Constructor of SpeakersViewModel class .

public SpeakersViewModel() { Title = "Speakers"; }

In the ReadMe instructions for the App, Constructor of SpeakersViewModel has been shown after intialising Speakers property as

public SpeakersViewModel() { Speakers = new ObservableCollection<Speaker>(); }

Participant may remove the code to set the Title of the page and the page might appear without Title like below.

screenshot_20160912-161821

Issue when using SQLite with Android 7.0

An issue is seen to be appearing when using the NuGet package Microsoft.WindowsAzure.Mobile.SQLiteStore 2.1.0 in Android 7.0

The error appears with the following message:
Detected problems with app native libraries(please consult log for details): libmonosgen-64bit-2.0.so: unauthorized access to "/system/lib64/libsqlite.so

Interface class was already pre-created

Its mentioned in the documentation that "First, create the interface ITextToSpeech and define Speak() method in it inside the PCL project."

All we really need to do is, define the method. But not create the interface

SpeakButtonRenderer class already exist

SpeakButtonRenderer class already exist in the start project and no chnage is required to the exisiting class, though in the documentation it tells to create the new class.

Add "False build error reported by Intellisense that can be ignored" to ReadMe

While building the solution or the PCL project, Visual Studio might raise a build error

The name 'InitializeComponent' does not exist in the current context
Build action 'EmbeddedResource' is not supported by one or more of the project's targets.

This can be ignored and the project can be deployed.

Above information can be added to the ReadMe file in first project to avoid confusions and save time.

Adding a common issue to ReadMe

We may also include

Unzipping failed. Please download https://dl-ssl.google.com/android/repository/support_r19.0.1.zip and extract it to the C:\Users\AppData\Local\Xamarin\Android.Support.v4\19.0.1\content directory.

error in common issues faced potion in this ReadMe file.

Solution to this issue is to clear all the folders in the location C:\Users\AppData\Local\Xamarin and then Clean and Rebuild the Solution. This build might take some time (serveral minutes) as all the packages will be downloaded again by the Visual Studio.

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.