Code Monkey home page Code Monkey logo

dev-days-hol's People

Contributors

anubhavranjan avatar mayur-tendulkar avatar nishanil avatar prashantvc avatar

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

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

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.

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.

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.

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

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.

Fix UWP UI

Margins seems to be an issue with UWP.

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

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.