Coder Social home page Coder Social logo

absolutebeginnerswin10's Issues

The link to the Marvel image not found is also not working

I'm going through the Windows 10 Development for Absolute Beginners course. Really loving it! 

I'm nearing completion of the project, now going through Bob Tabor's HeroExplorer app. I'm at the point where he's processing things in the MarvelFacade class, handling getting characters and making sure that the path exists and that the path isn't equal to this:

http://1.annihil.us/u/prod/marvel/i/mg/b/40/image_not_available

The only problem is that URL doesn't go anywhere now, either. I brought up 2 browsers and just testing seeing it, but got HTTP 404 errors when I tried. Does anyone know where the correct path is to image_not_available?

What reference do I need to include in order to make Cortana integration work?

I've just finished what I believe is module 79, integrating Cortana into a UWP app. It failed pretty badly. Following Bob Tabor's example, I put the following code into the constructor of the App class in App.xaml.cs:

public App()
{
 Microsoft.ApplicationInsights.WindowsAppInitializer.InitializeAsync(
  Microsoft.ApplicationInsights.WindowsCollectors.Metadata |
  Microsoft.ApplicationInsights.WindowsCollectors.Session);
 this.InitializeComponent();
 this.Suspending += OnSuspending;
}

Visual Studio does not like that code at all! Especially it doesn't like the Microsoft.ApplicationInsights... I've got a red squiggly line under all three in the above code. What am I missing? My guess is a reference but I've no idea what the reference is.

There is no Ad Mediator service now. What do I do?

I'm still working my way through Bob Tabor's "Window 10 Development for Absolute Beginners" course. I'm in the section in which he demonstrates adding ads to the AlbumCoverMatchGame. I've downloaded and installed the Mircosoft's Ad SDK. Then got back into VS 2015 and opened AlbumCoverMatchGame project. Next I right-mouse button clicked on the AlbumCoverMatchGame project and selected Add | Connected Service. However, there is no Ad Mediator service now. Now I have to possible categories of ads, either Microsoft or Salesforce. Clearly Salesforce is wrong in this instance, so I selected Microsoft. However, under Microsoft there's only 2:

HockeyApp
Office 365 APIs

How do I get to the Ad Mediator?

How to create a Listview without databinding

How to create a custom adapter like android, in which i can operate on data according to my needs. Like if a object is of type A then get the data specific to A and display them , or if it is of type B then do accordingly. Currently I am unable to this by data binding. Please guide

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.