Skip to content

Instantly share code, notes, and snippets.

View coole123's full-sized avatar

Eshaan coole123

  • room 566,SKIT boys Hostel,Jaipur,Rajasthan,india
View GitHub Profile
@coole123
coole123 / ApiClient.kt
Created October 10, 2020 05:01 — forked from SalaSuresh/ApiClient.kt
Android RecyclerView Example with Retrofit library using Kotlin.
package com.suresh.retrofitdemo
import retrofit2.Retrofit
import retrofit2.converter.gson.GsonConverterFactory
/**
* Created by Dumadu on 26-Oct-17.
*/
public class ApiClient {
public var BASE_URL: String = "https://next.json-generator.com/api/json/get/"
@coole123
coole123 / DemoExample.php
Created October 3, 2020 17:01 — forked from dskurth/DemoExample.php
CBM2 - USING CUSTOM TABLES TO READ AND STORE DATA
<?php
////////////////////////////////////////////////////////////////////////////////////////
//
// This a demo version of how to use CMB2 with WordPress Table of your own design
// It assumes you have put together a custom post and are integrating this development tool
// for form management.
//
// PROS
// All the tools for easy data managment for forms with all the data input tools, such as required fields, repeatable fields and all data is stored within the