In the past few years Android development went through on a serious evolution. Nowadays it is easy to start it, there are several websites, video blogs, tutorials and courses, which provides content from beginner to advanced. In this smaller article I collected to you, what is the prerequisites, and requirements to start developing Android applications.
The goal of this blog to provide several tutorials for developers in Android, Java and Javascript / Typescript.
Wednesday, November 29, 2017
Friday, November 3, 2017
Create a small HTTPS server with Java 7 & Jetty
Sometimes in web development we need a small webserver to test our product in a browser. Of course there are several implementations (WAMP, XAMP, etc.), but as a Java developer we don’t want PHP or MySQL to our PC. In this tutorial we’ll create a runnable JAR, which’ll serves our HTTP / HTTPS requests.
Subscribe to:
Comments (Atom)
Configure and use VSCode for Java web development
Embarking on Java web development often starts with choosing the right tools that streamline the coding process while enhancing productivity...
-
WorkManager is an API to schedule deferrable, asyncronous jobs. This is one of the JetPack's best component and it's released only ...
-
NetBeans is one of the most popular development IDE for Java developers. But it can be used for many other technologies: C/C++, PHP and web...
-
In this article I'd like to introduce "firebase-hosting-api-java" , which is an API library for Firebase Hosting REST API writ...