This post continues from https://varanasisoftwarejunction.blogspot.com/2021/01/changing-properties-in-android-app.html To start with we will open first fragment.xml and colors.xml Next step define a…
This post continues from our earlier post at https://varanasisoftwarejunction.blogspot.com/2021/01/starting-kotlin-project-in-android.html We will change some properties in this post. Open strings.…
With this post, we shall begin the process of developing Android Apps using Kotlin. To begin with we will start Android Studio and select a Simple Fragment Project, then select Kotlin as the languag…
An Exception in Kotlin is a runtime Exception. The process by which Exceptions are handled is called Exception Handling. The following keywords need to be understood and used in Programming. Here is…
This post is a continuation from an earlier post at Reading an Image and displaying where we learned how to read an image from disk and display it. In this post we will read the dimensions of a t…
This is the inaugural post in a new series. We will be discussing Image Processing in Python using the Open CV library. The first thing to do is to install the Open Cv library. Open the terminal in P…
Threads represent concurrent activity in Kotlin. The simplest way of implementing threads is by extending the Thread class. The code for the thread is defined in the run method. Here is a thread that…
Inheritance in OOPs is extending a class by adding new features and modifying existing features while maintaining backward compatibility. The existing class is called the super class while the newly …
A Kotlin class is defined in its simplest form by declaring its members in the class declaration itself. class Book(var bookname:String,var subject:String,var price:Int) { override fun toStri…
Some text..
Some text..
Contact us for software training, education or development …
Social Plugin