Post Page Advertisement [Top]
Latest News
Level Order Traversal is a traversal algorithm in Tree Data Structure, where a tree traversed from left to right for each level one by one. ...
[Fixed : Android] Detect ScrollView stop scrolling or in scrolling perfect solution. Hello Devs, ScrollView don't provide a method th...
Hello Devs, FIXED: SOLUTION IDLE or SCROLLING I am searching ways to detect scrolling event of Scroll View, actually I need to detect whe...
Kotlin made for loop very easy in compare to any language🔥. In java we know two types of for loop: 1. Index for loop for(i=0;i<10;i++...
We are going to learn about Kotlin Classes, primary constructor, secondary constructor, initialization etc in a very good approach by compa...
Here we discuss about creating a fan controller from scratch by using Kotlin and AndroidX. Fan Control view at initial stage Fan c...
With lot of efforts and writing huge code for Android RecyclerView, I ended up with this code, but for now I think it is very easy to use a...
Android VideoView widget tutorial and reference with Example Android System provides VideoView widget in which we can play video file ea...
Hello, If you want to get card type i.e. Visa, Master, Rupay etc. by card number, here is the code you can use. This code uses regex ...
Hello, If you want to get card type i.e. Visa, Master, Rupay etc. by card number, here is the code you can use. This code uses regex ...
BicyclePart.java package com.masoomyf ; /** * com.masoomyf created by masoomyf on 28-01-2018. */ //Class for bicycle par...