Click here to Skip to main content
15,892,517 members
Everything / Operating Systems / Windows Phone 9

Windows Phone 9

Windows-Phone-9

Great Reads

by Sumit Samediya
In this article we will learn how to use existing sqlite database in WP 8.1 apps.
by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 1)
by Vahe Karamian
The eighth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 2)

Latest Articles

by Sumit Samediya
In this article we will learn how to use existing sqlite database in WP 8.1 apps.
by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 2)
by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 1)
by Vahe Karamian
The eighth article in a series to discuss Unity 3D and how to get started with your own 3D projects.

All Articles

Sort by Score

Windows Phone 9 

20 Mar 2016 by Sumit Samediya
In this article we will learn how to use existing sqlite database in WP 8.1 apps.
21 Jan 2016 by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 1)
6 Nov 2022 by Richard MacCutchan
Set a variable to zero. Then as you read each number, compare it with that variable. If it is greater replace the variable with the number. Once you have read all the numbers the variable will contain the largest value.
8 May 2015 by Vahe Karamian
The eighth article in a series to discuss Unity 3D and how to get started with your own 3D projects.
24 Feb 2016 by Kunal Chowdhury «IN»
How to build a simple Toast Notification in #UWP apps? (Part 2)
22 Jun 2023 by Sohaib Samad
static int userInputSum(){ Scanner sc = new Scanner(System.in); int sum = 0; int num; do{ System.out.println("Enter the number: "); num = sc.nextInt(); ...