When we speak about software quality it is basically defined in simpler words as how much the developed software is closer to its needed functionality and features. Here are some tips and tricks mentioned which can help in improving the…
Diving into the iOS world!
Now developing an iOS app is not hard. In fact, there are numerous tools that make developing your own iOS app easy and fun. Armed with a little knowledge and these tools, you too can learn to code iOS apps.…
CYBER-SAFETY BASICS
1. What is Cyber-safety? Cyber-safety is a common term used to describe a set of practices, measures and/or actions you can take to protect personal information and your computer from attacks. 2. Cyber security principles There are three core principles…
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…
XE4-True Native development
On 22nd April 2013 Embarcadero releases “Rad Studio XE4” claiming it could create true native apps for Windows, Mac and iOS thus one to target PC, MAC, tablets and Smartphone devices. True native apps provide more control, tighter security and…
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…
Software Development Best Practices
What is ‘Best Practices’? Method or process followed to deliver results successfully and effectively The process differs from organization to organization. In software programming it could used for gathering requirement, maintaining code, debugging code, or delivering the…