This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
gis [2013/06/05 08:50] bhuvan created |
gis [2018/03/24 11:13] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ========Geographical Information Systems======== | ========Geographical Information Systems======== | ||
| - | ===Install flash for editing Maps=== | + | ===Install flash plugin=== |
| - Go to terminal and login to root | - Go to terminal and login to root | ||
| - At the terminal give the command | - At the terminal give the command | ||
| - | - Building and Running applications - http://developer.android.com/tools/building/index.html (Just Read it) | + | <code> |
| - | - Exploring SDK - Software Development Kit - http://developer.android.com/sdk/exploring.html (Just Read it) | + | export http_proxy="http://192.168.1.1:3128" |
| + | </code> | ||
| + | - Then install flash by giving this command | ||
| + | <code> | ||
| + | apt-get install flashplugin-nonfree | ||
| + | </code> | ||
| - | ===Moderate=== | + | ===Editing the Maps=== |
| - | - Building a Simple User Interface - http://developer.android.com/training/basics/firstapp/building-ui.html | + | - Open the link osm.org in the browser and login with username: swecha, password: password |
| - | - Starting another activity - http://developer.android.com/training/basics/firstapp/starting-activity.html | + | - Now go to you native place in the map or the area that you know very well and start adding the roads, streets etc. |
| - | - Managing the Activity Life cycle - http://developer.android.com/training/basics/activity-lifecycle/index.html | + | |
| - | + | ||
| - | ===Advanced=== | + | |
| - | - Interacting with other apps - http://developer.android.com/training/basics/intents/index.html | + | |
| - | -- Sending the User to Another App | + | |
| - | -- Getting a Result from an Activity | + | |
| - | -- Allowing Other Apps to Start Your Activity | + | |
| - | + | ||
| - | ===Sample Project path=== | + | |
| - | - My First App | + | |
| - | - Intent and Activity | + | |
| - | - Activity Life Cycle | + | |