friend's I have configured Flurry Analytics in my application,it points the users in the country well,but here i need to know the detailed view of the state wise users by clicking up the country from map showing but the corresponding users from that state is not showing.
I set <uses-permission android:name="android.permission.ACCESS_FINE_LOCATION" />
in my manifest file and set FlurryAgent.setReportLocation(true);
before
FlurryAgent.onStartSession(Rss_Feed_Grid.this, brown_api); in OnStart() method.
what i need to configure to view detail users by states from the country.
please help me..