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, 2024

Flutter interview questions

Flutter interview questions with answers

In Flutter, oneview, Jan 11, 2024

Hilt 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, 2023

OS Importent notes

OS

In Jekyll, tutorial, Jul 24, 2020

Network 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, 2020

DLD Importent notes

DLD Imp notesAccording to Amdahl’s law speed up for infinite number of process:

In Jekyll, tutorial, Jul 24, 2020

crypto 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, 2020

C 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, 2020

Android 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, 2020

Unit Testing Login Functionality in Android with Kotlin and Mockito

Unit Testing Login Functionality in Android with Kotlin and Mockito

In tutorial, android, Jul 24, 2020