Find your friend – An Android application

Slides:



Advertisements
Similar presentations
Android Application Development A Tutorial Driven Course.
Advertisements

Google APIs & Location Based Applications -Krishna Achanta
Smartphone Apps Development Team Weiqing Li Lijun Zhu Man Li.
W alkie Doggie is a web application that allows dog owners to help each other with their dog walks. It’s main feature is the walkies, which are the user’s.
Chapter 11: Discover! Incorporating Google Maps
 Guy Jacob  Roee Shapiro Project B Spring, 2009 Cloudio  Project Supervisor: Eddie Bortnikov  Lab Chief Engineer: Dr. Ilana David.
Project Description Travel guider The application will show a map around the current location of the users. This map will have many colorful circles For.
Location based social networking on Android phones – integrated with Facebook. Simple and easy to use.
Sidcley Soares.  Introduction to Android  Creating a hello world project in Android  Java Sockets  Android Sockets  references.
MOBIGUIDE MOBIGUIDE CS 8803 – ADVANCED INTERNET APPLICATION DEVELOPMENT Project Presentation By: Ashwin Pallikarana Tirumala Lalanthika Vasudevan Sneha.
Location and Maps Content Getting Location Getting Google Map In application Test on Emulator/Device.
Setting up the Development Environment Copyright © SUPINFO. All rights reserved Preparation.
DSD Course – Project Status Presentation School of Innovation, Design and Engineering Malardalen University Dec 4 th,
Google Maps Android API v2 吳俊興 國立高雄大學 資訊工程學系 CSF645 – Mobile Computing 行動計算
Subtitle touch | Title of presentation | Date DD/MM/YYYY Touch Cloud Android SDK Ghady Rayess – Jan 19 th, 2013.
MOBIGUIDE MOBIGUIDE CS 8803 – ADVANCED INTERNET APPLICATION DEVELOPMENT Project Presentation By: Ashwin Pallikarana Tirumala ( ) Lalanthika Vasudevan( )
Location based services
Ali Shahrokni Application Components Activities Services Content providers Broadcast receivers.
Chapter 12: Finale! Publishing Your Android App
© Materna GmbH 2014www.materna.de1 Materna JMEDS Explorer for Android.
GEOREMINDERS ANDROID APPLICATION BY: ADRIENNE KECK.
GemIsland Prepared by: Areen Jondi Diala Hamadneh Supervised by: Dr. Raed Alqadi Dr. Luai Malhis.
MAKANI ANDROID APPLICATION Prepared by: Asma’ Hamayel Alaa Shaheen.
Android networking 1. Network programming with Android If your Android is connected to a WIFI, you can connect to servers using the usual Java API, like.
Lesson 3 Hearing Things Hà Nội Eclipse + ADT + Android SDK Robot SDK Reference:
GPS (Global Positioning System). Allows you to share your location in real time and locate your friends using smartphones and GPS.
Android Laser Pointer Control Client System Block Diagram Functional Requirements Development Platform.
Introduction to Android
DSD Course – Project Status Presentation 2 School of Innovation, Design and Engineering Malardalen University Dec 18 th,
Introduction to Android Programming. Essentials Eclipse and Java SDK – downloads/index.html
IBM - ČVUT Student Research Projects Mobile Public Transportation Timetables Petr Podhorský Jakub Zahradník
TCS Internal Maps. 2 TCS Internal Objective Objective :  MAPS o Integration of Maps.
FollowMe Kunal Chawla Shantanu Gupta Dinesh Joshi Radhika Shivapurkar.
1 Learning Android Wear Connect Android Wear Emulator to Android Device.
Location based services 1. Some location-based services available in Android Geo-coding – Address -> location Reverse geo-coding – Location -> address(es)
Android App Development Presented By, Handy Apps
Android apps development - Eclipse, Android SDK, and ADT plugin Introduction of.
Interactive Geospatial Analysis with SAS Portal Falko Schulz Senior Technology Presales Consultant SAS Institute Australia.
Today you do not need to introduce the play store app to download games and applications. If for any reason, your phone does not have play store, learn.
What mobile ads know about mobile users
A little more App Inventor and Mind the GAP!
Course Individuals Lecturer Dr. Eng. Amr T. Abdel-Hamid
Positioning Relay of Wirelessly Networked Devices
Secure Connected Cars – SONG LI
Geographic Information Systems
Free PowerPoint Templates Android Assignment Help BookMyEssay.
A Study of Google Map API on Android Platform and an “EasyEat”
Android Development 陆俊敏 F
Obtaining the Required Tools
AnDroid GoogleMaps API
User Guide – Apple / Android
Google Web Toolkit Tutorial
Introduction to Mobile Web Applications
Coast Survey Mobile App
GF and RS, Dept. of CS, Mangalore University
Tracking and Booking Taxi
EPH emergency pharmacy finder
Presentation Stategies
Development-Introduction
Social Networks Integration in Android
Sensors, maps and fragments:
CMPE419 Mobile Application Development
Iteration 1 Presentation
Free Map Creation and Display Available at ArcGIS.com
Facebook Connect By Robert Daigle.
Inter-cars Safety Communication System Based on Android Smartphone
Toonvas Spen의 기적 허기훈 김선호 안지훈.
= x 2 = = 20 4 x 5 = = 16 4 x 4 = = 18 6 x 3 = = 12 2 x 6 = 12.
Mobile Computing Lecture Materials By Bintang Eka Putera.
CMPE419 Mobile Application Development
Presentation transcript:

Find your friend – An Android application

Content Introduction Google Maps and Android Network Connection (Sockets) and Android Conclusion Question & Answers

Introduction Motivation / Why a project with Android? The idea / What do I need? The two parts of the application

Google Maps and Android Android support Location based service APIs. In addition to simply using the Google maps application we can program to add many cool things to our application But how can we show Google maps in our application ?

Obtaining the maps ApI key We need to apply for a free Google Maps API key before we can integrate Google Maps into your Android application. First we need to create a certificate and get its MD5 fingerprint Then we code.google.com and register with MD5 to get the Google key.

Important android classes for our application android. Location package contains Location Manager :provides access to the location service Location Provider : provides periodic reports on the geographical location Location Listener :Provides callback methods when the location get changed…

Important android classes for our application

Functions for Google maps application displaying the zoom control Getting the Location that was touched

Functions for Google maps application Changing Views : satellite view, street view, traffic conditions

Functions for Google maps application Add a Location Marker

Network Connection (Sockets) and Android

Network Connection (Sockets) and Android Server Client

Conclusion New experience First time using java First time using eclipse and working with smartphone applications on real device and using the emulator Improving our application

Reference book

Thank You For Your Listening