排序
The state of Kotlin 2019
The state of Kotlin 2019, Kotlin History Kotlin v1.0 was released on 15 February 2016 At Google I/O 2017, Google announced first-class support for Kotlin on Android....
Using IntelliJ IDEA Live Templates
Using IntelliJ IDEA Live Templates,IntelliJ IDEA is an awesome IDE, and a lesser known and used feature is Live Templates. Live Templates enable you to use code snippets with just ...
Top 10 Free Books and Courses to learn Data Structure and Algorithms for Beginners
Top 10 Free Books and Courses to learn Data Structure and Algorithms for Beginners,Disclosure: This post includes affiliate links; I may receive compensation if you purchase produc...
Streaming live updates from a reactive Spring Data repository
Streaming live updates from a reactive Spring Data repository,This post details a naive implementation of streaming updates from a database to any other components that are interes...
Finally created my first app
Finally created my first app,So this is my first and official app https://play.google.com/store/apps/details?id=com.notekeep.andrekelvin.notekeep It's a note application with a rem...
What is Serialization? Everything You Need to Know About Java Serialization Explained With Example
What is Serialization? Everything You Need to Know About Java Serialization Explained With Example,In a previous article, we looked at 5 different ways to create objects in java, I...
code metrics from your repository
code metrics from your repository,Lines of code is a useful metric for productivity. The complexity of a feature is normally proportional to the number of lines. Sure number of lin...
In the Eclipse Console
In the Eclipse Console, In the Eclipse Console Aug 29 '19 Comments: 1 Answers: 0 0 I am using eclipse and glassfish as server , I created a Servlet ; and to see how 'Servlet Life C...
How to create an Android App: Android Room
How to create an Android App: Android Room, Creating An Android App (6 Part Series) 1 How to create an Android App Part 1 2 How to create an Android App: Datepicker ... 2 more part...
The Beauty That Is Java
The Beauty That Is Java,Java is a powerful general-purpose programming language that has been around for over 24 years now since its inception in 1996. The Java Programming environ...