Skip to main content

Posts

Showing posts with the label PROGRAMMING

How to form a Perfect Ecommerce App Development Approach

Businesses have spotted that their customers now heavily rely on mobile apps; however, many of them are not able to plan how they should react to the increasing drive created by the smart mobile technology. Maybe they ignore the shift now, but they cannot keep them away from accepting mobility and apps as a core selling channel for a long time. An eMarketer’s research conducted in October 2017 indicates that by 2020, the m-commerce industry would capture 50 percent of the total e-commerce industry. In December 2016 Business Insider forecasted that the US m-commerce to reach $284 or 45% of the total market size by the year 2020. Amazon doubled its sales via mobile in 2013. 54% of all online visitors to Walmart came from mobiles in the Q42014. In the same time period, Amazon received half of all its visitors from mobile devices. There is no shortage of data indicating similar trends. Actually, mobile platforms and apps in them are turning out to be the main medium for e-retail...

Java Game Programming For Beginners #1: Creating a Canvas OR Screen for Your Game

Most of us love to play games on their computers but wouldn't it be fun if we could program our own game in Java. So I'm gonna show you how to make your game using Java programming. Making a game in java will require very good programming skill, so before reading this post make sure you at least know the basic concept and practical knowledge on how to make a java program. Game Programming is the vast concept and it cannot be written in a single post so I will be posting each important step in different posts  and explain to them so that you will get a clear understanding of each step. So as the title says, in this post, I'm gonna show you how to Create a canvas which is basically the Window inside which your game runs. I will be uploading more posts on game programming using JAVA and will place all the links in this post. So make sure you bookmark this page. Note: You will need an IDE like Netbeans for running your program.Also, I will firstly be writi...

JAVA : Introduction

Most of us have heard this name, our browsers sometimes ask us to download Java plugin to view certain content.Well, actually what is JAVA? Java is a programming language which was originally developed to enable all the consumer devices to communicate with one common language. This language was originally named as Oak and failed to find a niche despite its potential. Almost all the devices are powered by JAVA. Your computer,mobile phone, TV, etc.  Java was first released by Sun Micro systems in 1995 but now it is owned by Oracle. JAVA become more popular with explosion of the world wide web. Do you know that JAVA was not originally meant to be used for the internet?.The introduction of internet served as growing base for JAVA.  Soon programmers start looking for a language which could enable them to use small applications or utilities called applets which could run inside web browser using minima...