Skip to content

Instantly share code, notes, and snippets.

View himangipatel's full-sized avatar

Himangi Patel himangipatel

  • Nagarro
  • Ahmedabad
View GitHub Profile
@himangipatel
himangipatel / quickblox
Last active June 16, 2017 11:40
login issues
06-16 17:00:50.841 31124-31124/com.bnbjobs D/QBASDK: =========================================================
=== REQUEST ==== 06c376ab-ccdd-44c0-8b91-e411b0f233af ===
REQUEST
POST https://api.quickblox.com/login.json
HEADERS
QuickBlox-REST-API-Version=0.1.1
QB-SDK=Android 3.3.1
QB-Token=5a0149f8a8ca5b94cdcc41d507d1b4c95f00cb8e
PARAMETERS
login=test11@gmail.com
@himangipatel
himangipatel / CustomInfoWindowAdapter.java
Created February 9, 2018 06:09 — forked from ccjeng/CustomInfoWindowAdapter.java
Custom InfoWindow Layout for Google Map in Android
public class CustomInfoWindowAdapter implements GoogleMap.InfoWindowAdapter {
private Activity context;
public CustomInfoWindowAdapter(Activity context){
this.context = context;
}
@Override
@himangipatel
himangipatel / README.md
Created May 13, 2020 09:27 — forked from falcon11/README.md
A react native year month picker.

react-native-year-month-picker

A year month picker component for react native.

Usage

import yearMonthPicker.js file to your project.
detail usage you can check for the example.js file.
or open this snap in expo