Android, iOS Form Validation Using Flutter || Tutorial on Flutter Login Design

  Flutter form validation : Flutter form validation is a basic process which every app needs to have as a initial criteria, so lets see in the flutter way of doing it. In this part of the tutorial you will learn a basic flutter form validation in a simple steps so even a novice can … Read more

Android Kotlin Tutorial on Static List || List in Kotlin

  Kotlin Static List : List of things make your work much easier than maintaining multiple variables isn’t it.List not only help to display/retrieve  values but also store and gather them according their types. As in the previous tutorials we have seen different data types in variables the same applies in list too.. This part … Read more

Android Kotlin Tutorials on Variables

  Kotlin Variables : Kotlin has the same variable types we use in programming but the way we initialize them is a bit different from normal i.e., traditional way of declaring in java. Let’s have a look at the continuation of the previous tutorial on android Kotlin variables. We have learnt about String, Integer declarations … Read more

Kotlin Variable Declaration || Kotlin, Android

  In this tutorial we will go through the variables usage in Kotlin though you have a knowledge of variables in various other programming languages but Kotlin variable has a slightly different type of initialization compared to java.   Kotlin variable : Variables are the basic requirements for any type of program. Even it might … Read more

Show Buttons
Hide Buttons