Search across 92 posts, 11 explainers, and 55 topics
Hello Folks, Recently I have been writing around Android UI Styling and Design. This is...
[Read More]
shell_session_update: command not found
This problem has troubled me a lot before I found the solution to it. And...
[Read More]
Android Draggable View
Hello Folks, this blog will help you add a draggable view to your android page....
[Read More]
Android UI Design And Styling
Hello friends, Recently I have been doing some Android UI Design And Styling training sessions....
[Read More]
GIT revert multiple commits
Hello Folks, there are situations when you need to revert all the commits of a...
[Read More]
apkToJava - Gem to convert apk file to java code
Hello Friends, here I am with another cool ruby gem apkToJava which will help you...
[Read More]
Android Padding vs Margin
Android padding vs margin is a very frequently asked question. Most of the beginners miss...
[Read More]
Android UI for beginners
This article covers the basic Android UI which every android developer should know. Here we...
[Read More]
Decorator Design Pattern
What Is Decorator Pattern?
[Read More]
Junit Rules Vs Setup and TearDown
There has been a lot of confusion when it comes to Junit Rules. People hardly...
[Read More]
Android Build Process
There are a lot of steps involved in android build process. We will discuss them...
[Read More]
What happens when android screen rotates?
Rotating the android device changes the device configuration. Android replaces the current resources with the best suited...
[Read More]
Is ruby monkey patching evil?
We have been using monkey patching since we had exposure to it. Now the question...
[Read More]
Android Instrumentation Testing Using Espresso
Hello Folks, This is my second article on Android Instrumentation testing. My previous instrumentation testing...
[Read More]
Testing Android Database
Hello folks, In this article I want to discuss how to test android database. Android...
[Read More]
MVP in android
Hello Folks, In this article we will discuss what is MVP in android and how...
[Read More]
Gradient color in android
Hello Folks, In this post I will be showing how we can create gradient color...
[Read More]
Tool to execute commands in multiple directories
A few months back I was working on a project which had a SOA(Service Oriented...
[Read More]
Writing a new programming language
A few months back I was wondering how much big/difficult task it is to write a...
[Read More]
Print custom messages after executing git commands
Wanna have fun while coding? then this post is for you!
[Read More]