Skip to content

Instantly share code, notes, and snippets.

View swabbass's full-sized avatar

Ward Abbass swabbass

  • Tel Aviv, Israel
View GitHub Profile
{
"notificationId" : "{{$guid}}",
"channelId": "general",
"sentTime":"{{$timestamp}}",
"groupKey" : "g1",
"groupName" : "Group 1",
"contentTitle" : "Title",
"subGroupKey":"s1",
"contentText" : "A content to show",
"sound" : "general",
val settingsList = SettingsList().apply {
getSettingsModel(UiConfigFilter::class.java).setFilterList(
FilterPackBasic.getFilterPack()
)
getSettingsModel(UiConfigText::class.java).setFontList(
FontPackBasic.getFontPack()
)
getSettingsModel(UiConfigFrame::class.java).setFrameList(
@swabbass
swabbass / gist:747346815b01694d21ddaa785e54f216
Last active September 19, 2019 15:34
Photo editor sdk usage
val settingsList = SettingsList().apply {
getSettingsModel(UiConfigFilter::class.java).setFilterList(
FilterPackBasic.getFilterPack()
)
getSettingsModel(UiConfigText::class.java).setFontList(
FontPackBasic.getFontPack()
)
getSettingsModel(UiConfigFrame::class.java).setFrameList(
@swabbass
swabbass / designer.html
Created December 9, 2014 16:13
designer
<link rel="import" href="../topeka-elements/category-images.html">
<link rel="import" href="../core-icon/core-icon.html">
<link rel="import" href="../core-icons/core-icons.html">
<link rel="import" href="../core-icons/av-icons.html">
<link rel="import" href="../paper-fab/paper-fab.html">
<polymer-element name="my-element">
<template>
<style>