Android is a revolutionary name which is an open-source software assemble of an mobile Operating system developed by Google, based on the Linux kernel and designed primarily for touchscreen mobile devices such as smartphones and tablets. Android user interface is…
Cortana Vs Google Now Vs Siri
Personal assistants help us to manage our lives, control our smartphones, and search the web faster than ever. They are like little maids and butlers, silently waiting in our handsets for us to give them a task. And when we…
Improving Programmer’s Testing Abilities
How to reduce bugs while coding 1) Enable all of your compiler warnings. This will help you to detect many of the potential bugs even before the code has started execution. In fact, it might be even better to set…
The Android Guide – Part 3
Android Database connectivity using php Most of the upcoming Android developers find difficulty in connecting android device to mysql externally. We can useĀ sqlite which is an internal database of Android but it will hardly solve our problem. Another approach…
The Android Guide – Part 2
The first part had brief information about the Android history and installation. The second part of the Android guide will deal with the coding, good practices and Android versions Activity life cycle Methods 1)onCreate() Called when the activity is first…
The Android Guide – Part 1
The Android Guide Android History Android is a technology which has developed so fast that we have Android all around us. Initially developed for mobile devices like mobile phones and tablets Android has now made its way to wrist watches,…