-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreadme
More file actions
21 lines (11 loc) · 1.02 KB
/
Copy pathreadme
File metadata and controls
21 lines (11 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
This is a project for a training course on Android apps development..
You can download it from the master or you can review the tags in the next order:
* HelloWorld: It's a new Android project, it only says hello world!
* HelloLifecycle: It show messages in any important points of the application, for example when it is created, when it starts or when it is destroyed, to name a few.
* HelloNavigation: Now the application have a new button, if you click on it the application navigate to a new activity that can show Google Maps.
* HelloGeolocation: It shows the user location on a GoogleMap.
* HelloWeather: This example shows how to connect to a REST web service and how to parse the XML response.
* HelloAccelerometer: It's implemented a new feature that shows accelerometer axis forces.
* HelloCamera: Now the application can take photos and storage them on default directory.
* HelloTorch: If the device support it, you can use the application as a torch.
* HelloCanvas: Shows the canvas feature and draw circles on the screen.