Web Application in Android Ajay Babar. Contents 1.Introduction to Web Content 2. WebView widget I.What is webview. II. Properties(Methods) of Webview.

Slides:



Advertisements
Similar presentations
Using SD K12 SharePoint ®. What is SharePoint? Microsoft SharePoint Components Web Browser Collaboration functions Process management modules Search modules.
Advertisements

Dreamweaver MX 2004 “Viewing the Workspace” Mrs. Wilson.
HTML. The World Wide Web Protocols Addresses HTML.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
PowerPoint Demonstration Capabilities of Microsoft PowerPoint 2000.
Presented by Ryan Walters. The Site  The main page of the site (seen left) is the users first introduction to the whole site.  The look is clean and.
Open an internet browser such as internet explorer.
Cosc 4755 Blackberry and Android Embedding the browser in your app.
Internet – Part II. What is the World Wide Web? The World Wide Web is a collection of host machines, which deliver documents, graphics and multi-media.
JavaScript 101 Lesson 5: Introduction to Events. Lesson Topics Event driven programming Events and event handlers The onClick event handler for hyperlinks.
Including images in Web pages Skills: use the tag IT concepts: none This work is licensed under a Creative Commons Attribution-Noncommercial- Share Alike.
Copying Web images Skills: Copy a Web image, see the properties of a Web image IT concepts: none This work is licensed under a Creative Commons Attribution-Noncommercial-
Computer Science 103 Chapter 2 HyperText Markup Language (HTML)
Microsoft Internet Explorer Capturing Text and Images From the Internet.
CPSC 203 Introduction to Computers Lab 39, 40 By Jie (Jeff) Gao.
®® Microsoft Windows 7 Windows Tutorial 6 Searching for Information and Collaborating with Others.
Android Boot Camp for Developers Using Java, Comprehensive: A Guide to Creating Your First Android Apps Chapter 9: Customize! Navigating with a Master/Detail.
Website Design CLA – Transportation. Defining a Site Select: Site – New - Site Click Next.
WIKIS: Who? What? Why? Where? …and How?. WHO? Wikis are for everyone – Students – Teachers – Administrators – Athletic Teams – Clubs – Anyone who wants.
CPSC203 Introduction to Computers Lab 69 By Jie Gao.
Another Method to Open WebSpace as a Web Folder Alternative Method for Creating Web Folder in WebSpace, Slide 1Copyright © 2004, Jim Schwab, University.
Defining a Website. Review…. Page Title −The text that will be displayed in the title bar of the browser window on a web page File Name −What you “call”
What is an Internet Browser? Internet browser— An Internet browser is a client program that knows how to interpret HTML code and display information and.
Adobe Contribute CS4 Targeted Training, LLC © Targeted Training, LLC 2010.
All Web pages are written with some form of HTML (HyperText Markup Language). HTML documents are saved as Text Only files so virtually any computer can.
>> Introduction to HTML: Tags. Hyper - is the opposite of linear Text – words / sentences / paragraphs Mark-up – Marking the text Language – It is a language.
OBJECTIVES  What is HTML  What tools are needed  Creating a Web drive on campus (done only once)  HTML file layout  Some HTML tags  Creating and.
Linking web pages Wah Yan College (Hong Kong) Mr. Li C.P.
WEBiT Adding a new page. 1. View a page like the one you wish to create a. Navigate to a page with a similar layout to the new page you wish to create.
Computing Theory: HTML Year 11. Lesson Objective You will: o Be able to define what HTML is - ALL o Be able to write HTML code to create your own web.
CPSC 203 Introduction to Computers Lab 23 By Jie Gao.
Computer Vocabulary Acceptable Use Policy conduct expected from someone using a computer.
Just Enough HTML How to Create Basic HTML Documents.
HTML INTRODUCTION. What is HTML?  HTML stands for Hypertext Markup Language  Developed in 1990  Hidden code that helps us communicate with others on.
HTML I An Introduction to the Language of the Web Terry Bake
CPSC203 Introduction to Computers Lab 33 By Jie Gao.
Objective Understand concepts used to web-based digital media. Course Weight : 5%
The Internet and World Wide Web
A Basic Guide to Using Wikispaces Jeff Rew TEDU 673.
Week 1 – Beginners Content McAfee & Big Fish Games CoderDojo.
Networking: Part 1 (Web Content). Networking with Android Android provides A full-featured web browser based on Chromium, the open source browser engine.
Teacher In-service January 25, 2013 Presented by Kevin Pedersen of.
D REAMWEAVER T EST May 16 th. The file extension for a webpage is.html When you Title a webpage in the Document Toolbar, where is the title of the page.
CPSC 203 Introduction to Computers Lab 66 By Jie Gao.
● A system of Internet servers that support specially formatted documents. The documents are formatted in a markup language called HTML. What is the World.
Webview and Web services. Web Apps You can make your web content available to users in two ways in a traditional web browser in an Android application,
Lesson 2: The World Wide Web Objectives After completing this lesson, you will be able to:  Define WWW and its relation to the Internet.  Explain how.
Mrs. Walls September/October Learning the Web Vocabulary Web Sites Web Pages Web Browser To Bibliography Bibliography.
Unit 3 — Advanced Internet Technologies Lesson 11 — Introduction to XSL.
Mrs. Walls September/October Learning the Web Vocabulary Web Sites Web Pages Web Browser.
Week 2- Overview of the internet The construction of a webpage Four Key Elements – how the internet works Elements and Design concepts Introduction to.
LatchKey Realty Understanding Our New Web Site. Introduction LatchKey Realty is finally on-line If you’ve surfed the Web before, you’ll appreciate our.
1 After completing this lesson, you will be able to: Get around the Internet with your browser. Connect to the Internet. Print Web pages. Save Web pages.
Web APIs By Behrooz and Corey mins... Punch It!! We will give a brief overview of the following topics: WebView WebSettings WebViewClient WebChromeClient.
Getting Started with Flash Chapter 1 Understand the Flash workspace Lesson 1.
Understanding Web Browsers Presented By: Philip Slama Nancy Solomon CGS 1060.
© 2016 Cengage Learning®. May not be scanned, copied or duplicated, or posted to a publicly accessible website, in whole or in part. Android Boot Camp.
HTML. INDEX Introduction to HTML Creating Web Pages Commands And Tags Web Page.
Cosc 5/4730 Embedding the browser in your app. Embedding the browser For many applications, you may not nothing more then the web browser – But you want.
Making the website. Get your folders sorted first Create a new folder in “N” called “My hockey website” Create folders inside called “Documents”, “images”
Continue making your website on Adobe Dreamweaver, adding colour, images and text. Lesson 8 Aim : Q: What's the difference between Batman and a thief?
Web Basics: HTML/CSS/JavaScript What are they?
Android Application Web 1.
WebView: Bringing the web to your app
Online Ad and manifestators
TYPO3 - Introduction.
Lesson Objectives Lesson Outcomes
INTERNET PORNOGRAPHY.
2. Press Browse and search for the video file you need.
Presentation transcript:

Web Application in Android Ajay Babar

Contents 1.Introduction to Web Content 2. WebView widget I.What is webview. II. Properties(Methods) of Webview. 3.Program Demo – Web Browser Application. 2

Introduction to Web Content Web Content Text Images Videos Process dataWeb Page 3

WebView 4 What is WebView ? What is WebView ? WebView is an android widget for displaying WebView is an android widget for displaying web pages. WebView Class resides in the 'android.webkit' WebView Class resides in the 'android.webkit'package. developer.android.com/reference/android/webkit/package- summary.html developer.android.com/reference/android/webkit/package- summary.html Working with WebView, we should ad d Working with WebView, we should ad d internet permission in android application's manifest file that allows accessing the internet.

Properties (methods) of WebView WebView Class loadData() goBack() canGoBack()reload() goForward() canGoForward() loadUrl()clearHistory() 5

Web Application in Android Program Demo

Snapshot of Application Address Bar WebView

References Android 3.0 Application Developement Cookbook Android 3.0 Application Developement Cookbook Creating Android Applications: Develop and Creating Android Applications: Develop and Design - Chris Haseman Design - Chris Haseman