Skip to content

Instantly share code, notes, and snippets.

View karthikraj-duraisamy's full-sized avatar

Karthikraj Duraisamy karthikraj-duraisamy

View GitHub Profile
@karthikraj-duraisamy
karthikraj-duraisamy / introrx.md
Created July 21, 2018 14:05 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@karthikraj-duraisamy
karthikraj-duraisamy / AppBaseActivity.java
Created March 25, 2018 11:05
Android: Easiest way to reuse a common Navigation drawer among a group of activities.
/*
* This is a simple and easy approach to reuse the same
* navigation drawer on your other activities. Just create
* a base layout that conains a DrawerLayout, the
* navigation drawer and a FrameLayout to hold your
* content view. All you have to do is to extend your
* activities from this class to set that navigation
* drawer. Happy hacking :)
* P.S: You don't need to declare this Activity in the
* AndroidManifest.xml. This is just a base class.
@karthikraj-duraisamy
karthikraj-duraisamy / feeds.opml
Created December 18, 2017 10:41 — forked from stebennett/feeds.opml
The feeds I currently subscribe to.
<?xml version="1.0" encoding="UTF-8"?>
<opml version="1.0">
<head>
<title>Stephen subscriptions in feedly Cloud</title>
</head>
<body>
<outline text="Companies" title="Companies">
<outline type="rss" text="Trello" title="Trello" xmlUrl="https://trello.engineering/feed.xml" htmlUrl="http://tech.trello.com/"/>
<outline type="rss" text="IMVU" title="IMVU" xmlUrl="http://engineering.imvu.com/feed/" htmlUrl="https://engineering.imvu.com"/>