Tag dev

Software Project Management

This post is  related in some ways related with Application Lifecycle Management (APL), DevOps and Continous integration (CI). Software Development Model Software development models or software development lifecycle models. You can find a list on this post. The most popular…

Java Platform

This post explains the most relevant concepts about the software needed to run and/or compile Java on a device. It also clarifies the differences between concepts like JVM, JRE, JDK, OpenJDK or Java SE. Java Platforms A Java platform is…

How to scale an image in Java

I programmed my own function, based on other examples: /** * Method that scale an image (BufferedImage) into the specified dimensions * @param sbi Source image * @param imageType Image type among BufferedImage.TYPE_… constants (example: TYPE_INT_ARGB) * @param dWidth Image…