Ever wanted to be an Android developer? Perhaps you just have an idea for an app that you’d like to develop? Either way, this guide to Android development for beginners will set you on your way! Also ...
SQL stands for ‘Structured Query Language’. This is basically a declarative language used for storing and retrieving data in a database. If you’ve heard of SQL, it’s probably in the context of MySQL, ...
Originally Android apps were only developed in Java, targeting the Dalvik Java Virtual Machine (JVM) and its associated environment. Compared to platforms like iOS with Objective-C, which is just C ...
Developing Android applications seems like it should be fairly straightforward if you believe the glossy marketing by Google and others. It’s certainly possible to just follow the well-trodden path, ...
Overview: Mobile application frameworks assist in faster development in a team using common code.Today, cross-platform tools support more than 40% of existing m ...
Community driven content discussing all aspects of software development from DevOps to design patterns. Client-side JavaScript frameworks are all the rage, but they aren’t always the right answer if ...
There was a time when you had to choose between creating universal mobile apps and native apps. Universal apps used web technologies like HTML and JavaScript, which often performed badly in mobile ...