EventBus is a library of Greenbot . This is very simple for all users how to implement and its basic use. Here I will also share examples for better understanding. What is EventBus? EventBus is subscribed/publish event bus to communication between components with limited lines of code, in short, its bus for events transfers the data between one activity(class) to another to reflect the changes based on our needs. That makes the data exchange between components like Activity, Fragment, Services, and any kind of backgrounds threads pretty easy. EventBus can handle the threading for us: events can be posted in threads different from the posting thread. Common use can be dealing with UI changes. In Android, UI changes must be done in the Main(UI) thread. In other words, networking or more time-consuming task cannot be handled in the Main thread, for that we must use AsyncTask or Handler to make it more smooth. Now we have one more options use EventBus to change the UI po...
As per new Google Map API. They have changed in MAP integration as well as Update the Google Play Service to fetch Current latitude and longitude using GPS/Wi-fi.
The location APIs make it easy for you to build location-aware applications. For that first you need to setup the Google Play Service through your SDK
The location APIs make it easy for you to build location-aware applications. For that first you need to setup the Google Play Service through your SDK
Setup Google Play Services SDK
- A compatible Android device that runs Android 2.2 or higher and includes Google Play Store.
- The Android emulator with an AVD that runs the Google APIs platform based on Android 4.2.2 or higher.
Install the Google Play Services SDK
- Launch the SDK Manager.
- Install the Google Play services SDK. (
<android-sdk>/extras/google/google_play_services/
.) - Install a compatible version of the Google APIs platform.
- Make a copy of the Google Play services library project. (Copy the library project at
<android-sdk>/extras/google/google_play_services/libproject/google-play-services_lib/)
[Get Latitude Longitude using GPS in Android]
Download Full Source code from here: LocationUpdate
If you are satisfied then please give your comments.
Thanks for your Interest!!!
Comments
Post a Comment