
In our previous post, we have made the basic tic tac toe game with plain vanilla javascript. The purpose of this post is to replicate the same game using modern ES6 syntax: ie using class structures. As you know from... Read more

Making games is a great way to learn programming. It’s not just fun but also teaches us how to use complex logic and implement UI and logic binding. Tic Tac Toe is the best choice for beginners to start on... Read more

Preferences allow you to save settings and other stuff in persistent key-value storage at your phone. We encounter many situations when we have to save our application data to the phone and load later on. In such a case we... Read more

The object is the fundamental part of any modern OOP language. JS is very different in the case of objects compared to other programming languages. Unlike another language, we can create an object in javascript using multiple ways. As objects... Read more

Implementing multiline text in the label of your Native script Vue application is not so straightforward as you have thought. The newline character in your text won’t be rendered into the newline directly if you are the binding text for... Read more

While making an android app we encounter many situations when we have to pass data from one page to another. In this post, we’ll show the simple and easy way to implement this functionality in your native-script Vue application. In... Read more

China USA trade war: Apple would suffer more than Huawei: “Designed by Apple in California Assembled in China”, we have been so familiar with this line on every apple product. What will be the embossed tagline in Apple product if... Read more

Google cuts off ties with Huawei A month ago, the CEO of Huawei’s consumer product division mentioned that they are preparing for their own mobile operating system in case Google decides to cut them off from Android. Mr. Richar Yu... Read more