ASAshirbad Swaininashirbadswain.hashnode.dev·Jan 19, 2023 · 1 min readJava Introduction in a Pictorial Way00
ASAshirbad Swaininashirbadswain.hashnode.dev·Jan 13, 2023 · 2 min readFlutter ArchitectureFlutter has a modular, layered architecture. This allows you to write your application logic once and have consistent behavior across platforms, even though the underlying engine code differs depending on the platform. The layered architecture also e...00
ASAshirbad Swaininashirbadswain.hashnode.dev·Jan 11, 2023 · 5 min readFlutter : IntroductionIn the simplest terms, Flutter is a software development toolkit from Google for building cross-platform applications. Flutter app consists of a series of packages, plugins, and widgets — but that’s not all. It’s also the easiest way to get an app up...00
ASAshirbad Swaininashirbadswain.hashnode.dev·Jan 10, 2023 · 3 min readKotlin : IntroductionKotlin is a relatively new programming language developed by JetBrains for modern multiplatform applications. Nowadays, Kotlin is widely used for Android development instead of Java. It is because Kotlin is safe, concise, and fun to read and write. W...00
ASAshirbad Swaininashirbadswain.hashnode.dev·Jan 10, 2023 · 2 min readAndroid Project Structure — In Details#android #flutter #mobile #app Project Structure in Android app Folder It describes the fundamental characteristics of the app and defines each of its components. Manifest file The manifest file plays an integral role as it provides the essential i...00