Welcome, Guest: Register On Nairaland / LOGIN! / Trending / Recent / New
Stats: 3,152,830 members, 7,817,427 topics. Date: Saturday, 04 May 2024 at 12:04 PM

Creating UWP Application In C# Or C++ (xaml) - Programming - Nairaland

Nairaland Forum / Science/Technology / Programming / Creating UWP Application In C# Or C++ (xaml) (5307 Views)

Uwp Toolkit Tutorial Winform/xaml C# Part 2 / In Need Of C# or C++ or VB Coder / Whatsapp Group Chat For C# &/or C++ (2) (3) (4)

(1) (Reply) (Go Down)

Creating UWP Application In C# Or C++ (xaml) by Nobody: 9:28am On Mar 19, 2016
Visual Studio 2015 and the Windows Software Development Kit (SDK) for Windows 10 to build, test, and deploy your Universal Windows apps.

Make sure you read the guide and reference with github sample codes .

c++ /c# Gui is implemented using xaml and toolbox in visual studio 2015 .


Microsoft fluent design......
https://developer.microsoft.com/en-us/windows/apps/design


https://www.youtube.com/watch?v=nLfzH4xOVqo



https://www.youtube.com/watch?v=iBg9Wg1oW7o



https://www.youtube.com/watch?v=7bP0PsDyx3E


https://www.youtube.com/watch?v=HLkotPmQmZo

course guide
1. Microsoft visual Academy
2 channel 9
3. Msdn

4. YouTube playlist uwp


5. http://csharp.net-informations.com

6. Full samples https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples

learning more here
www.tutorialspoint.com/windows10_development/index.htm


Beginner guide.........

https://www.nairaland.com/3836131/faq-beginners-c-vb-winform
feel free to drop comments

Re: Creating UWP Application In C# Or C++ (xaml) by asalimpo(m): 10:46am On Mar 19, 2016
put the whole article here.
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 12:40pm On Mar 19, 2016
Download visual studio 2017 professional here www.visualstudio.com .It is 5Gigabytes across all Hdd space . Get a good data plan .

click on all the links and learn the control first .
after that will do the assignment below .

For example ,we can create a speech recognition software or a windows app for Nairaland we are going to implement them by using the sample code and making modifications . If you want to learn how to do that 20 likes and we will implement them .

I will surely get a ban for Nairaland windows app grin
steps to develop UWP application
for the speech recognition software in c++ fork or download this code https://github.com/Microsoft/Windows-universal-samples/tree/master/Samples/SpeechRecognitionAndSynthesis and click new import it as an existing c++ new project .
. If you download the samples ZIP, be sure to
unzip the entire archive, not just the folder with
the sample you want to build.
2. Start Microsoft Visual Studio 2015 and select
File > Open > Project/Solution.
3. Starting in the folder where you unzipped the
samples, go to the Samples subfolder, then the
subfolder for this specific sample, then the
subfolder for your preferred language (C++, C#,
or JavaScript). Double-click the Visual Studio
2015 Solution (.sln) file.
4. Press Ctrl+Shift+B, or select Build > Build
Solution .
How to put app icon
copy the icon you want to use in png use design with the suitable width and height and click on assets in the solution explorer and u will see the default logo right click on it and paste .
then build the application . If you have any questions feel to comment .

1 Like 2 Shares

Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 8:25pm On Mar 20, 2016
If you want to change language click on view and properties and click the asembly information and put copyright , your app discription and language .


more likes to explain pictorially
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 4:08pm On Mar 21, 2016
Extensible Application Markup Language ( XAML) is a declarative language.

[b] Example[ /b]



< Window
x : Class="UWPApplication1.MainWindow"
xmlns ="http://
schemas.microsoft.com/
winfx/2006/xaml/presentation"
xmlns : x ="http://
schemas.microsoft.com/
winfx/2006/xaml"
Title="MainWindow"
Height="350" Width="525">
< TextBlock
HorizontalAlignment ="Left"
Margin ="94,62,0,0"
TextWrapping ="Wrap"
Text="hello i am proxy 20 , i am
a .net devloper"
VerticalAlignment ="Top"/>
</ Window >
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 4:17pm On Mar 21, 2016
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 4:23pm On Mar 21, 2016
I am not going to explain all controls go to my blog and click the link that explains them all . Implement them in your IDE .


course guide
1. Microsoft visual Academy
2. channel 9
3. Msdn Magazine


Don't forget to comment , we will have our next tutorials very soon .
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 6:59pm On Mar 21, 2016
News updates

Ms just released an awesome UWP pre-made control called template 10 .


get it on Github


https://github.com/Windows-XAML/Template10


Read the wiki documentation on Github . This template will only work on visual studio 2015 .

https://github.com/Windows-XAML/Template10/wiki
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 8:16pm On Mar 21, 2016
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 11:17am On Mar 24, 2016
Assignments

what is the differences between c ,c# and objective c?
Re: Creating UWP Application In C# Or C++ (xaml) by NLjona(m): 10:47pm On Mar 26, 2016
proxy20:
Visual Studio 2015 and the Windows Software Development Kit (SDK) for Windows 10 to build, test, and deploy your Universal Windows apps.

Make sure you read the guide and reference with github sample codes .

c++ /c# Gui is implemented using xaml and toolbox in visual studio 2015 .


course guide
1. Microsoft visual Academy
2 channel 9
3. Msdn
Read more >>
www.proxze.com/2016/03/creating-your-first-uwp-application.html?m=1


learning more here
www.tutorialspoint.com/windows10_development/index.htm

feel free to drop comments

Please please I really wanna lern android programming and app making. Pls can you help me?
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 11:09am On Mar 27, 2016
NLjona:


Please please I really wanna lern android programming and app making. Pls can you help me?

download eclipse and android studio go to the new Boston website to learn free , after that take a course a Udacity make sure you have a good data plan . u could have created a thread , now I am derailing from the main topic .
Re: Creating UWP Application In C# Or C++ (xaml) by NLjona(m): 6:39pm On Mar 27, 2016
proxy20:


download eclipse and android studio go to the new Boston website to learn free , after that take a course a Udacity make sure you have a good data plan . u could have created a thread , now I am derailing from the main topic .

sorry for that but I need sumone to teach me one on one.
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 6:46pm On Mar 27, 2016
create a thread and you may see a tutor.
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 5:37pm On Apr 07, 2016
Z
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 5:04pm On Apr 09, 2016
practice = newbie
practice, practice= beginner
practice , practice, practice = intermediate
practice, practice ,practice ,practice = expert



sorry guys I forgot to give a detailed lecture on toolbox controls .

Let the me very honest this is where to learn the control . For example if you want to learn webview or texbox control click on the sample and implement it individually

https://msdn.microsoft.com/en-us/library/windows/apps/dn611856.aspx
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 8:19pm On Apr 09, 2016
The are no magic open visual studio 2015 and start learning them .Read meticulously and you be a good software developer .

Feel free to Drop your comment .
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 7:25am On Apr 11, 2016
Hello guys welcome to another series of creating UWP application in c# . Before we start there are samples on official Ms repository . In the case of this tutorial we are going to use the links below .

I told you earlier on that there is the code designer usually in .xaml and the c# in .cs extension . click on the designer you will some line of code below called the xaml put the codes below that has xaml extension . Remove some error . click the solution explorer and you will .cs code put the cs code or you may just right clickthe toolbox elements and view source code .
Note that the are several methods like Media player .You just have to click the one you are working on
Add all the the cs class below and hit build .
You have just created your own media player .
Feel free to copy and paste the codes .


https://msdn.microsoft.com/en-us/windows/uwp/controls-and-patterns/media-playback
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 7:29am On Apr 11, 2016
Assignment create a media player

This shouldn't' take you more than 2 hours of coding . C# is not to hard if you learn it .The media player is used to view and listen to video, audio, and images.


Feel free to comment to improve my tutorial . criticism is allowed I am used to it .
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 7:52am On Apr 11, 2016
For professional you can get free ebook on c# to improve your skills . For those that dislike ebooks print it as materials

or you can check Microsoft site if they recommend premium books to buy from Amazon or Apress.

Enjoy the coding jam
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 8:02am On Apr 11, 2016
If you don't have what to create look at the official samples .

https://github.com/Microsoft/Windows-universal-samples
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 7:36pm On Apr 11, 2016
Microsoft continues to focus on enabling developers to do amazing work as businesses and industries transform in support of the shift to a cloud-first, mobile-first world. Build 2016 will present the latest tools and technologies and how they can help today's developers be their most creative and productive.

#build2016
c larisoft , seunthomas
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 9:00am On Apr 12, 2016
xamarin is now free .
source
www.nairaland.com/3043402/xamarin-now-free-andriod-ios

it is awesome fire up xaml or Android .xml . ios/android dev in c# .

c nollyj
Re: Creating UWP Application In C# Or C++ (xaml) by Nobody: 2:35pm On Apr 14, 2016
Download the UWP toolkit and use them . More awesome controls , samples and animation

Animations

Blur
Composition Animations
Connected Animations
ExpressionBuilder
Fade
FadeHeader
Implicit Animations
Light
Offset
ParallaxService
ReorderGrid
Rotate
Saturation
Scale



Controls

AdaptiveGridView
BladeView
Carousel
DockPanel
DropShadowPanel
Expander
GridSplitter
HamburgerMenu
HeaderedContentControl
HeaderedItemsControl
HeaderedTextBlock
ImageEx
InAppNotification
Loading
MarkdownTextBlock
MasterDetailsView
Menu
OrbitView
PullToRefreshListView
RadialGauge
RadialProgressBar
RangeSelector
RotatorTile
ScrollHeader
SlideableListItem
TextToolbar
TileControl
WrapPanel

(1) (Reply)

Online Shopping System In Php Documentation Help / Install Vb6 Application On Android / How Can I Build A Loan App Of Mine Own

(Go Up)

Sections: politics (1) business autos (1) jobs (1) career education (1) romance computers phones travel sports fashion health
religion celebs tv-movies music-radio literature webmasters programming techmarket

Links: (1) (2) (3) (4) (5) (6) (7) (8) (9) (10)

Nairaland - Copyright © 2005 - 2024 Oluwaseun Osewa. All rights reserved. See How To Advertise. 65
Disclaimer: Every Nairaland member is solely responsible for anything that he/she posts or uploads on Nairaland.