All Stories
Simple custom animation in Flutter from scratch using AnimatedBuilder
We’ll create a RotationAnimation widget that makes its child widget rotate over a duration of 5 seconds.Here’s the step-by-step guide: First, you need to import the flutter/material....
In Flutter, Oneview, Jan 11, 2024Flutter interview questions
Flutter interview questions with answers
In Flutter, oneview, Jan 11, 2024Hilt DI Deep Dive
#Building a Weather App. This app will display the current weather information for a given location. Here’s how you might structure it using MVVM and Hilt: Create Application Instanc...
In Android, DI, Jan 08, 2023Network Importent notes
Computer NetworkRange of Private IP 10.0.0.0 - 10.255.255.255 172.16.0.0 - 172.31.255.255 192.168.0.0 - 192.168.255.255
In Jekyll, tutorial, Jul 24, 2020DLD Importent notes
DLD Imp notesAccording to Amdahl’s law speed up for infinite number of process:
In Jekyll, tutorial, Jul 24, 2020crypto Importent notes
DES Symittric key cryptography key-64 bit/128 bit block- 64 bit key 56 bit key lenght. replace by AES has 4x16 ‘s’ block Double DES- Meet in middle attack prone. Triple Des- 5...
In Jekyll, tutorial, Jul 24, 2020C Importent notes
C Importent notesPointersSize of pointers is fixed. Size of an array is number of elements multiplied by the type of element, that is why we get sizeof arri as 12 and sizeof arrc as ...
In Jekyll, tutorial, Jul 24, 2020Android jetpack compose intro
Jetpack ComposeComposable Functions In Jetpack Compose, UI is defined by functions annotated with @Composable. These functions describe what the UI looks like and its behavior. Here’s...
In android, tutorial, Jul 24, 2020Unit Testing Login Functionality in Android with Kotlin and Mockito
Unit Testing Login Functionality in Android with Kotlin and Mockito
In tutorial, android, Jul 24, 2020Featured
-
Testing - no_image
In tutorial, no_image, testing, -
Live_Data
In featured, tutorial, android, -
Kt Coroutine
In featured, tutorial, android, -
Flutter interview questions
In Flutter, oneview, -
Hilt DI Deep Dive
In Android, DI,