Java Static List | Java example

Java Static List : When we want to use multiple Strings or integers its not possible to create multiple variables everytime and store in them. Also even if you store them its very difficult to process them. For example when we try to store 100 String’sĀ  it’s not a good practice to create 100 variables. … 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

Show Buttons
Hide Buttons