What is Flutter? Flutter is Google’s modern development kit designed to build mobile apps for Android, iOS, and Google Fuchsia. A new platform that’s being developed by Google. Hot reload One great thing about Flutter is hot reload. Developers can see all the changes they’ve made to the code right away in the app. It […]
How to create a simple puzzle game in java?
One quite useful way to view mathematical puzzles is as games where only one person (the person playing the game) makes moves. We can borrow all the theoretical tools to learn the theory of games to research puzzles. For instance, we can use the same backtracking algorithm that proves that there is a winning strategy […]
How to use Lambda expression in Java 8
Lambda Expression in Java 8- Lambda expression basically expresses instances of functional interfaces. Lambda expression is a new feature of Java 8. It adds more functionalities like treat functionality as a method with arguments, a function can be created without belonging to any class. The lambda expression is containing two parts the one on the […]
Android Things: Extension of an Android Platform
Android Thing is an extension of an Android platform for an IOT embedded device. We came to know about android in our phones for many years. Android is also available to us on smartwatches, TVs, and cars also. Now with android things, you can have android in any device that you can imagine. Android things […]
How apps are changing our lifestyle for betterment?
No matter how much we argue over the fact that it is a boon or it is a curse, mobile phones have become the most important thing in our lives and the various applications on our mobiles help us to lead a fast life. Starting from money transfer, online payment, online shopping, ticket booking, ordering […]