How To: Build Your Own Apps for Windows 8 from Practically Any Touchscreen Device

How To: Build Your Own Apps for Windows 8 from Practically Any Touchscreen Device

TouchDevelop is a browser-based programming tool that allows anyone to build your own Windows 8 apps directly from any touchscreen device, including iPad, iPhone, Windows Phone, Android, PC and Macs. Once the script is created and the app proves to work, it can be placed in the Windows Store for free or purchase. Please enable JavaScript to watch this video.
The fact that any programming can be done on a touchscreen is a testament to the ease of use these guys want to achieve. Whereas most programming is very keyboard heavy, this application creates sets of script with just the tap of a finger or click of a mouse.All you need to do is visit the TouchDevelop app in a supported browser like Google Chrome or IE10. You can login with a Microsoft, Google, or Facebook account. Once downloaded, you will have access to the script creators. There is one for simple script and one for game creation.Much like the Windows Store, you can also browse and download user created apps right from the TouchDeveloper browser app. The applications are separated into section via tags and general categories. Starting your own app is fairly simple. Just choose if you want to create a general script or a game. I chose a game. Name the game and click create. You will be taken to a screen with some script already written in. TouchDeveloper provides a basic set of parameters which you can then build off of to create your own distinct application. Advanced users can remove all of the script and start from scratch, as well. You can also access video tutorials on creating more advanced script, contact the developers of an app directly, and partake in the numerous forums discussions.This is a great application for those interested in script and programming without needing to be extremely knowledgeable about the subject. It is a little simplistic, limiting the complexity of the applications that can be created, but is still a very cool idea from the guys at Microsoft looking to make programming a little more accessible to everyone.Check out some the apps that have been so far.And if you're ready to dive right in, check out their video tutorials below.
End to End App CreationThe following 12 videos will show the process of creating simple apps that perform basic and specific functions.
TinterLearn how to create a Tinter app, which uses a small script to take a random picture from the phone of the user, randomly tint it, and then post it to the wall when the phone is shaken. Please enable JavaScript to watch this video.
SumMyNumbersUsing for-loops, learn how to create an app that calculates a sum using all numbers from 0 to a number input by the user. Please enable JavaScript to watch this video.
Magic8Taking the input question of the user, this app presents 1 of 3 responses which are randomly generated and activated upon shaking. This is just a magic script that gives random answers to questions. Please enable JavaScript to watch this video.
NameMatcherThis is a game where the script displays the matching score of two persons. You'll see how to take in two names via String parameters and then display them beside a randomly generated percentage, which will calculate a couple's "capability" and has the wall react accordingly. Please enable JavaScript to watch this video.
MagicMatchThis is a more involved version of the name matcher above, that computes a matching score between two names. Takes in two names via String parameters and then displays them beside a calculated "compatibility." Please enable JavaScript to watch this video.
BounceUsing physics (gravity) to propel a rectangular sprite across the screen, colors shift when the sprite enters the bordering 75 pixels of the board. Please enable JavaScript to watch this video.
ColorDropUsing gravity, an array of six sprite quintets (all part of a umbrella set) fall across the screen changing in opacity, friction and even the gradual shift of color via RGB. Please enable JavaScript to watch this video.
GraphA simple program which incorporates the number map feature to construct the graph of a line between two points given by the user and then calculates the slope to be posted to the wall. Please enable JavaScript to watch this video.
SquareTurtleThis app rotates a "turtle" across the screen in 52 rectangles, which leaves a trail which shifts in hue as it reaches the opposite side of the board. Please enable JavaScript to watch this video.
TouchA simple white ellipse, approximately the size of a user's fingertip, follows any contact with the screen. During abrupt motions, the phone vibrates while swipes cause no response aside from visual. Please enable JavaScript to watch this video.
TrailUsing the user's touch as a guide, a trail of twenty rectangular sprites follow an ellipse in a randomly colored flourish. Please enable JavaScript to watch this video.
UserInputUsing the input number of iterations and a specifically chosen output, this app follows user design to print text to the wall with the option of recording. Please enable JavaScript to watch this video.
Now... Some Basic Language and Editor TricksThe rest of the videos will highlight some of the features you can use for building your apps.
ExtractVarStarting with a single line of code, this video extracts two separate variables and explains the uses, leaving the app itself up to the creation of the user. See how to declare a new local variable by extracting a subexpression. Please enable JavaScript to watch this video.
DocSearchDocSearch introduces the viewer to the ability to find documented APIs, scripts, and related links by entering a keyword into the search engine and then breaks down each provided capability. Use a free text search to locate in-app help, or online documentation. Please enable JavaScript to watch this video.
ExtractStatementsFrom an already created script which took a number and altered it through a loop, knowledge of the option extract is expanded upon along with all its capabilities. Please enable JavaScript to watch this video.
DeclareValUsing both the initial decision and the delayed choice for creating a variable this application investigates all ways to store a number. Please enable JavaScript to watch this video.
MovingStatementsUsing already written code this short video teaches the user how to shift lines after already selecting a previous one. Please enable JavaScript to watch this video.
IntelliButtonsThis is likely the most basic of the videos as it covers the way in which the buttons transfer and expand with the script. Please enable JavaScript to watch this video.
SwipeBetweenActionsStarting in a multi-method program this video teaches users to change actions by swiping their screen left and right. Please enable JavaScript to watch this video.
SimilarDesigned to bring light to the API option "similar" this video takes a present line of code and compares it to the online script "Chess" so it may be understood in context. Please enable JavaScript to watch this video.
SpriteStepsFor those just entering the gaming aspect of TouchDevelop, this video teaches how to alter color, position, opacity, size, and angle of sprites as well as the concept of show/hide. Please enable JavaScript to watch this video.
StringLateralsThis video explains String literals to be code involving text and then follows the course of concatenation before capitalizing the entire statement and posting it to the wall. Please enable JavaScript to watch this video.
SelectStatementsDesigned for the first time user, this app explains how to select specific code for editing and then how to do the same with multiple lines of a script. Please enable JavaScript to watch this video.
SearchWith the launch of the new search bar this video walks through the capability of auto-coding through literal input. Please enable JavaScript to watch this video.
NavigatingDocsAnother basic video which explains how to navigate from a command into the explanatory documents of API elements and their specifications. Please enable JavaScript to watch this video.
PromoteToDataThis video defines a global and explains its terminology as "data" in the TouchDevelop system. It then shows how to create "data" through a variable. Please enable JavaScript to watch this video.
ArtPictureUsing the url options of art picture we choose a photo from the online library and show all possible extensions of the online options and corresponding photo storage. Please enable JavaScript to watch this video.
BroadcastingWithout any use of a particular application this video informs the user on how to Broadcast their device on a computer and includes presentation mode/PowerPoint specifications. Please enable JavaScript to watch this video.
ArtColorWithin a single command, the declaration of a color through the art property is explained and then posted to the wall in evidence. Please enable JavaScript to watch this video.
APISearchesStarting in an undisclosed script, a single command is created via the API search engine commanding the phone to vibrate. Please enable JavaScript to watch this video.
AddStatementBoth the "add above" and "add below" options are taught to their fullest extent in this short clip. Please enable JavaScript to watch this video.
ActionParametersUsing the addition of two numbers as an example this flick helps the user create two parameters and a return before correctly utilizing them. Please enable JavaScript to watch this video.
Check out the TouchDevelop video page for more helpful walkthroughs.



In 2014, Snapchat introduced a special type of Filter called Geofilters. Geofilters only appear when you're in a specific location. For example, a Disney Land Geofilter will only appear if you're actually there. Rather, your phone needs to think that you're at Disney Land. By spoofing your GPS
How to Get Effects on Snapchat (with Pictures) - wikiHow


If you want to get a sneak peek into what Mac OS X 10.10 has to offer, this summer Apple is running a Beta preview for the public—not just for developers—that you can download and install on your Mac.
OS X El Capitan beta: What you need to know | Macworld


It's time to see how Apple will upgrade the quality of life for iPhone and iPad users with iOS 13. Last year's iOS 12 focused on under-the-hood improvements that helped the OS run smoothly on older devices, while also streamlining notifications and adding tools to measure screen-time management.
News: Apple's iOS 11.3 Update Arrives for All With AR


The instructions now fully address both vulnerabilities and should be the last patch you need to perform. What Is Bash? Bash is a command-line shell used in many Linux- and Unix-based operating systems, including Mac OS X. If bash is the default system shell on your computer, it can be used by remote hackers for network-based attacks.
Every Mac Is Vulnerable to the Shellshock Bash Exploit: Here


5. if this is your first time using skype on the pad then you will have to sync your phone number to your account. 6. then search for your friends or add new ones to make calls. 7. if you do not see skype then you might have to go to the app store then download it as windows or windows mobile
Understanding and Using Windows 10 - HP® Customer Support


News: 10 Photography Tips for Mastering Your Camera Phone How To: Block Phone Calls More Efficiently & Conserve Battery on Your Galaxy Note 3 How To: Get Android 9.0 Pie's New Ringtones & Notifications on Any Phone How To: Get the Galaxy S9's New Ringtones & Notification Sounds on Any Android Phone
4 ways to turn off annoying notifications on your Android


There was a huge Marvel movie that opened a week ago, and a popular TV show just finished its second episode of the current season. Both of these facts translate to more cool Snapchat lenses to try out on your iPhone or Android phone, thanks to Snapchat's Lens Studio — where anyone can make a sweet lens.
This Easy Hack Lets You Record Snapchat Videos Without


Step 3: Edit the Notes. Since this app functions as a sort of Post-it note for your Notification Center, there's only one sheet available. Whenever you want to change the note, either entirely or just to add or subtract something from it, just tap on the widget in the Notification Center or go directly to the NoteDash app to make your changes.


How To: Galaxy Note 4's Exclusive Apps Now Available for Any Galaxy Device How To: Hacked! How Thieves Bypass the Lock Screen on Your Samsung Galaxy Note 2, Galaxy S3 & More Android Phones News: How Stable Is the Samsung Galaxy Note 8 Oreo Update?
How to Get Google's Exclusive Phone App on Your Samsung


Make Opera Mini your default browser in Android. If you'd prefer apps and links to automatically open Opera Mini instead of your other mobile browser, you can change your phone's settings. On Android, you can do this by downloading the app, "Default App Manager Lite".
How to use Opera Mini on your Android phone - YouTube


hxsdri How to Make a super easy and powerful pen gun Stevenkix Unregistered #1. 2 ชั่วโมง ที่ผ่านมา .
How to Make a Pen Gun With a Trigger - wikiHow


How To Behave In Internet Chat Rooms by Videojug VideoJug shows you how to take part in a web chat without causing offence to anyone. This is a guide to internet chat room behaviour covering creating a persona to safety.
How to Behave in Internet chat rooms - Gadget Hacks

How to Freeze a Facebook account with Facebook Freezer

0 comments:

Post a Comment