Some things are better done than described.
Home
TheGeekyLand
The cat ate my source code. - The Pragmatic Programmer: From Journeyman to Master
← Newer Posts
Home
Popular Posts
Android Animations Explained Programmatically and Through XML
From this post you will take away the knowledge on animations such as: Translate animations(moving a view) Alpha animations (making a vie...
Parsing, Serializing and Deserializing JSON with GSON in Android
As new libraries start to emerge, it seems that they tend to make our lives as Android developers easier.GSON is one of those libraries, i...
PHP Dynamic Variables
In any language a variable is something you use to store data, normally you give a variable its name and use it by that name. $my_var = 5;...
Ubuntu 14.04 - Lenovo G510
Your system is running in low-graphics mode So my biggest problem with my new laptop which is Lenovo G510 was that Ubuntu 14.04 and older...
Android NavigationDrawer how to select an item at startup?
If you are trying to select an Item of the Navigation drawer in the onCreate Method or anywhere else in your application, you can use the co...
Android Count Down Timer in ActionBar
I'll show you how you can create a countdown timer and add it to your ActionBar , its really simple. So first open menu.xml which is ...
Class 'Illuminate\Html\HtmlServiceProvider' not found Laravel 5
I see a lot of developers running into this error while using Laravel 5 FatalErrorException in compiled.php line 6391: Class 'Illumina...
Autoshkolla Android App
The app is not just another driver license test app, it’s an open source android test taking system, basically anyone who has students that ...
Android Action Bar Style Generator
I found this really cool online Action Bar style generator, its really easy to use and its open source which I thought that was nice. Heres ...
Udacity asked the question: done is a boolean value. What is the value of !!done? here is the answer.
Booleans: where everything seems to have started. This goes back to boolean algebra, If you say true = true false = false then n...