Java

Very Basic Java Fighting Game

Sharing you the source code of this simple fighting game created in java[eclipse]. You will learn character animation, basic interaction and some AI implementation. If you have some questions just spam me at mark[dot]cabalar[at]yahoo[dot]com. Visit Part 1 and Part 2 for some additional information. Live Demo: https://youtu.be/luaRV3-530U Visit my blog: https://www.freetorials.com Happy coding!!!

Using Android Fingerprint API for User Login and Registration

If you want to use Android Fingerprint API in your android app for user login, this source code will help you achieve it. You have the option of using only Fingerprint or double authentication which requires both Fingerprint and password. You can read and learn more from Android Fingerprint tutorial on inducesmile.com

CRUD operation using Servlet, JSP & MySQL

I have created simple CRUD (Create, Delete, Update, Insert) operations. I have used Bootstrap, HTML, Servlet, JSP and MySQL. This is very helpful for beginners. It's Maven project. You can download entire source code from the link below: https://github.com/arungithub123/CRUDUsingJSPServletMYSQL I advise you download from github repository because I am updating project time to time.

Installation and Configuration of JAVA Development Kit (JDK)

Just in  case you install Android Studio and its SDK Tools separately, you need to setup JDK as shown below: Installation and Configuration of JAVA Development Kit (JDK) Download java on the following link: http://www.oracle.com/technetwork/java/javase/downloads/index.html The above link will download all your necessary JAVA files. It will show all the ways to download and configure the JAVA setup.