First things first !
sudo apt update
sudo apt upgradesudo apt-get install build-essential git| <?xml version="1.0" encoding="utf-8" standalone="no"?> | |
| <opml version="1.0"> | |
| <head> | |
| <title>Pocket Casts Feeds</title> | |
| </head> | |
| <body> | |
| <outline text="feeds"> | |
| <outline xmlUrl="http://feeds.feedburner.com/braincastmp3" type="rss" text="Braincast" /> | |
| <outline xmlUrl="https://hipsters.tech/feed/podcast/" type="rss" text="Hipsters Ponto Tech" /> | |
| <outline xmlUrl="Http://feeds.feedburner.com/frangofinopodcast" type="rss" text="Frango Fino" /> |
Read the blog at http://fokkezb.nl/2013/09/20/url-schemes-for-ios-and-android-2/
| app.directive('ngEnter', function() { | |
| return function(scope, element, attrs) { | |
| element.bind("keydown keypress", function(event) { | |
| if(event.which === 13) { | |
| scope.$apply(function(){ | |
| scope.$eval(attrs.ngEnter); | |
| }); | |
| event.preventDefault(); | |
| } |
| package com.sudosaints.android; | |
| import java.util.ArrayList; | |
| import java.util.HashMap; | |
| import java.util.List; | |
| import java.util.Map; | |
| import android.app.Activity; | |
| import android.app.ProgressDialog; | |
| import android.content.Intent; |