How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer

Slides:



Advertisements
Similar presentations
Sitefinity Sitefinity’s Mobile App Builder Alon Rotem Telerik.
Advertisements

Android: Hello World Frank Xu Gannon University. Steps Configuration ▫Android SDK ▫Android Development Tools (ADT)  Eclipse plug-in ▫Android SDK and.
Google Android as a mobile development platform T Internet Technologies for Mobile Computing Olli Mäkinen.
Course Overview Doncho Minkov Telerik Corporation Technical Trainer.
Elaine Cahill Microsoft Certified Solution Developer 2002.
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
ANDROID PROGRAMMING MODULE 1 – GETTING STARTED
Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation.
How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
The PhoneGap History Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer
Leverage the new pubCenter Promote your apps Install the new ad SDKs.
Sayed Ahmed BSc. Eng. In Computer Sc. and Eng. (BUET), Bangladesh MSc., Computer Science, Canada President/Chief Architect/Lead Developer Justetc (Just.
September 2008 IT Software Development Guide.
Mobile Programming Lecture 1 Getting Started. Today's Agenda About the Eclipse IDE Hello, World! Project Android Project Structure Intro to Activities,
Creating and Running Your First C# Program Telerik Software Academy Telerik School Academy.
Daniel Levy Solutions Consultant, Telerik Testing Tools Division.
Title slide to be used at the start of a module. Developing Mobile Apps Roland Guijt
Introduction to Programming
Creating and Running Your First C# Program Svetlin Nakov Telerik Corporation
Lesley Bross, August 29, 2010 ArcGIS 10 add-in glossary.
Daniel, Stephen & Thomson 1. » Easy for learners to create mobile apps for Android smart phones » Visually fitting together puzzle piece-shaped "programming.
Introduction CIS 136 Building Mobile Apps 1. What is a mobile app? 2  Computer program  Designed for small devices  Smartphones  Tablets  Other handhelds.
Introduction to Mobile Programming. Slide 2 Overview Fundamentally, it all works the same way You get the SDK for the device (Droid, Windows, Apple) You.
Java Mobile Apps with GWT & PhoneGap Josh Marinacci, webOS Developer Advocate.
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
CS Tutorial 1 Getting Started with Visual Studio 2012 (Visual Studio 2010 are no longer available on MSDNAA, please choose Visual Studio 2012 which.
Presented By: Muhammad Tariq Software Engineer Android Training course.
Course Program, Evaluation, Examination Telerik Software Academy Apps for Windows Phone & Windows Store.
JS Frameworks Course Program, Evaluation, Exams Doncho Minkov Telerik Software Academy academy.telerik.com Senior Technical Trainer
Searching for a Job, Writing CV and Cover Letter, Passing a Job Interview Telerik Academy for Software Engineers Jan 12 th 2012 – Sofia academy.telerik.com.
Development and Debugging Tools for Windows Phone 7 Series Cullen Waters Software Development Engineer II Advanced Technology Group, Microsoft Corporation.
 Installation of Android Development Environment  Creating the App with OpenGL ES API  Running the App on Emulator Android App Development.
The way of hybrid mobile development Hybrid Mobile Applications Telerik Software Academy
Introduction to Android Android Club Agenda Set development environment “Hello Android” app Device connection Debugging.
Windows Phone 7 Mobile Code Camp The Why Why develop for Windows Phone 7 versus Droid or iPhone? It’s all relative to total app users. SDK and Environment.
1 Getting Started with C++ Part 1 Windows. 2 Objective You will be able to create, compile, and run a very simple C++ program on Windows, using Microsoft.
Ibraheem Osama Mohamed Mobile Developer-Rashdan IT.
Installation of Visual Studio Android emulator and Android Studio
JavaScript Tools Tools for Writing / Editing / Debugging JavaScript Code Svetlin Nakov Technical Trainer Software University
Course Program, Evaluation, Exams Doncho Minkov Telerik Software Academy academy.telerik.com Senior Technical Trainer
Rong Lu Senior Program Manager Building Unity games in Visual Studio.
Best 5 Mobile App Development Tools for Developer's to think beyond the Limitation.
PhoneGap / PhoneGap Build #CreateTheWeb Mihai Corlan / Adobe Web Evangelist
S'n'D Course Program, Evaluation, Exams, Resources Doncho Minkov Telerik Software Academy academy.telerik.com Technical Trainer
Testing, Debugging, and Deploying a Mobile App Lesson 8.
Course Program, Evaluation, Exams George Georgiev Telerik Software Academy academy.telerik.com Technical Trainer itgeorge.net.
#SummitNow Alfresco Mobile SDKs in Action 06 November, 2013 Mike Hatfield Lead Engineer Mobile Apps, Alfresco.
Build Cross-Platform Mobile Apps Using Visual Studio A Telerik webinar by Jeffrey T. Fritz March 27, 2014 AND.
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
Course Program, Evaluation, Examination Telerik Software Academy Hybrid Mobile Applications.
JS Course Program, Evaluation, Exams, Resources Doncho Minkov Telerik Software Academy academy.telerik.com Technical Trainer
Guide To Develop Mobile Apps With Titanium. Agenda Overview Installation of Platform SDKs Pros of Appcelerator Titanium Cons of Appcelerator Titanium.
IBM Worklight environment setup 1. Eclipse IDE Multi-purpose integrated development environment (IDE) Open source Supported for Windows, Mac OS X, Linux.
PhoneGap. web-based mobile development framework, based on the open-source Cordova project. use standard web technologies such as HTML5, CSS3, and JavaScript.
WPF Course Program, Evaluation, Exams Doncho Minkov Telerik Software Academy academy.telerik.com Senior Technical Trainer
Example of how to send SMS message with a VB.Net application In this presentation you can learn the method of sending SMS messages with a Vb.Net application.
跨平台 Hybrid App 開發簡介 - 使用 Visual Studio Tool for Apache Cordova + HTML/JavaScript 陳葵懋 (Ian)
Accessing the device native APIs
Apache Cordova Overview
Build Native Mobile Apps using JavaScript and Ionic
MonoGame and Windows 8.
Windows 8 & Phone 8 App Development suresh M 11/14/2018
Office 365 Development.
Microsoft Build /30/2018 2:15 AM Migrating Silverlight Windows Phone apps to the Universal Windows Platform Ricardo Villalobos Principal SDE Manager.
Microsoft Connect /23/ :38 AM
Office 365 Development.
Visual Studio Tools for Unity 2.0 Preview
The complete developer's guide to the SkyDrive API
Microsoft Connect /14/ :11 AM
Presentation transcript:

How to make it work? Doncho Minkov Telerik Academy academy.telerik.com Technical Trainer

 Windows Phone Mango (7.5)  Windows Phone SDK 7.1  Installation of WP SDK 7.1  Visual Studio  Windows Phone SDK  PhoneGap Plugin  "Hello PhoneGap" project

The Next Version of Windows Phone

 Windows Phone Mango is the next generation of Microsoft Mobile OS  Earlier Microsoft OS  Windows Mobile 6.1 and 6.5  Windows Phone 7  Windows Phone Mango SDK 7.1 provides necessary tools and APIs to develop applications  Using C# and Silverlight  Using HTML 5 and JavaScript

How to start WP 7.5 Development?

1. Installing Visual Studio IDE 2. Install Visual Studio Service Pack 1 3. Install Windows Phone SDK Add components needed for development

 What is Visual Studio?  A multi-language software development environment  An integrated development environment (IDE)  Mostly used for C# and Visual Basic

 Visual Studio is used to develop applications  In C#, VB.NET, C, C++, F#, J#, etc.  For Windows Phone (using Silverlight)  Download at  Comes with WP SDK 7.1  No need to install it separately

With Visual Studio

 How to create a PhoneGap Project in VS?  A hard way and a easy way  The hard way is to download the assembly that connects of VS and PhoneGap  We will not cover it here  The easy way – download a Project Template  Donwload at:  Copy the contents to …\Documents\Visual Studio 2010\Templates\ProjectTemplates\Visual C#  Create a project with this template

Live Demo

First Application with Windows Phone Mango

 Lets make our "Hello World, PhoneGap!" application  Till now we have an empty PhoneGap project  All we need to do is to edit the index.html file  Created by us  Located in /assets/www  This is the Entry point of our Application

 Hello World, PhoneGap!  Open the index.html and copy the following <html><head> First PhoneGap Application First PhoneGap Application <body> Hello PhoneGap Hello PhoneGap </body></html>  Go to Debug -> Start without Debugging or CTRL+F5  The emulator should start  And the app run!

Live Demo

Questions?