Tuesday, December 2, 2014

Android Some of APIs

1.Location manager:- app can register for the notification of the current location. You can register for particular location and will be notified when u are near to that place. It uses GPS. If device does not have GPS then uses cell tower id to fetch the location information. if he wifi the use its geographical location info.
2.XMPP service:-  It allow any app to send device to device data messages to other android users. Data messages are intents with name/value pair. No need of server to have communication between devices.   server sends the notification to the client.
3.Notification Manger:-  Application can add the notification to status bar. like push / local notification. Notification can have associated action (intent).
4. Views:- contian lots ui components i.e button, textfield, mapview, webview etc.


If you want to add new project to the existing project you can do this by choosing “Add project to workset” then create “new” then  Choose either “Resource” if it is resource or “Java” when add to jar or code.



No comments:

Post a Comment