8 followers
Android Developer | Open Source
Introduction Have you ever wondered why Android apps, built with Java or Kotlin, rely on the Android Runtime (ART) or Dalvik Virtual Machine instead...
My journey into map development began with the goal of implementing Mapbox into my Android project. Along the way, I discovered a game-changer: the...
Know about the protocol & format on which the APIs work · How does the computer communicate? You are right if you think they only talk in 1s and 0s....
Let's discuss it... · Welcome to my blog, everyone!! Today, we will discuss whether these abstract classes have a constructor or not. So, first, let me...
import java.util.Arrays; import java.util.Scanner; public class RevArray { public static void main(String[] args) { Scanner sc = new...
class Area { public static void main(String[] args) { Scanner sc = new Scanner(System.in); System.out.println("Enter the given...