private void initializeViews() { progressBar = findViewById(R.id.progressBar); statusText = findViewById(R.id.statusText); searchFilter = findViewById(R.id.searchFilter); loginButton = findViewById(R.id.loginButton); filterButton = findViewById(R.id.filterButton);
</LinearLayout>
// Add only matching friends for (FriendLocation friend : allFriends) { if (friend.name.toLowerCase().contains(query)) { addMarkerToMap(friend); } } facebook friends mapper android