Working on Inner Engineering!
Live Projects
Jan 13, 2023 · 2 min read · Flutter 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...
Join discussion
Jan 11, 2023 · 5 min read · In 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...
Join discussion
Jan 10, 2023 · 3 min read · Kotlin 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...
Join discussion
Jan 10, 2023 · 2 min read · #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...
Join discussion