Skip to content

Instantly share code, notes, and snippets.

@vishalpatel1327
vishalpatel1327 / SnappingRecyclerView.java
Created May 16, 2017 10:16 — forked from lauw/SnappingRecyclerView.java
Snapping RecyclerView (Horizontal)
/*
* Copyright 2015 Laurens Muller.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
@vishalpatel1327
vishalpatel1327 / MapsFragment.java
Last active February 24, 2017 11:30
Sticky Infowindows When you click on your marker, this all stuff because our map doent gives any touchlistner,clicklistner etc.
.............
.........
// this TestFragment fragment content info windows UI
private TestFragment testFragment;
@Override
public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle savedInstanceState) {
View rootView = inflater.inflate(R.layout.maps_fragment, container, false);