Informatik
SOME THOUGHTS AND HOW-TO'SGitHub: Show others your new feature with GIF’s in issues/PR
It's common to showcase your changes when opening a PR. For android projects, it's easy to use IntelliJ / Android Studio to record your emulators screen, so let's use it! IntelliJ record video Android Settings > Developer Options > Show touches convert video to...
Lesen Sie mehrDesign isn’t how it looks, it’s how it works.
Some points about design
Design isn’t how it looks, it’s how it works.
Destructures: New features in JavaScript (ECMASript2015/ES6)
"The destructuring assignment syntax is a JavaScript expression that makes it possible to extract data from arrays or objects using a syntax that mirrors the construction of array and object literals." So why and how to use it: In the current version of...
[Tutorial] Android Wear Programmierung
Im Nachfolgenden werde ich euch einige Basics zur Programmierung mit Android bzw. spezieller zu Android Wear geben. Es sind leichte Grundkenntnisse von Java und Android von Nöten, um alles zu verstehen. Der ergänzende Code ist lauffähig und es kann nach Belieben mit...
Install Owncloud on vServer or Root Server
The All-In-One-Guide for installing Owncloud on a vServer or Root Server running Ubuntu >12.04. # Install Owncloud using openSUSE Build Service # Add the repository key to apt wget...
Bitbucket import GitHub Issues
My team and I have been using private GitHub Repos for a long time, but found out that this doesn't suit our needs anymore. So we decided to migrate to Bitbucket (we took a deeper look into JIRA+Stash (both also products by Atlassian) but at the time of writing this...
Lesen Sie mehrYAGNI – You Aren’t Gonna Need It.
YAGNI
YAGNI - You Aren't Gonna Need It. You Aren't Gonna Need It. Mache nicht mehr als notwendig. Gerade in der Software Entwicklung - die Chancen stehen gut, dass du es zu einem späteren Zeitpunkt bereuen wirst.
WhatsApp wird von Facebook verschlungen – und?
Es muss wohl nicht ein weiteres Mal erwähnt werden, dass Facebook für einen Haufen Geld Whatsapp gekauft hat. Interessanter sind a) tatsächliche Auswirkungen auf den Nutzer und b) Auswirkungen auf die Nutzerbasis von WhatsApp. Gedankensplitter #1: WhatsApp war in...
Android About & Share Dialog / WebView within Dialog
I just released a java Class on Github that makes an About and Share-Dialoges with the Android Framework. With easy to use HTML-Pages as Dialog Content (using custom Android Webview). What it does: The class AboutShareDialog is just a little part of my...
Add Parent-Page links to Breadcrumbs in WordPress
I like working with parent- und childpages, since it holds a better overview in your backend, aswell pushes SEO, by defining dependencies between your pages. Many WordPress Themes are using Breadcrumbs as a kind of Navigation and overview for the page visitor. These...