Jul 16, 2024
Jetpack Compose State Management
State management in Android Jetpack Compose ensures that user interactions are managed properly and the UI is instantly updated with newly updated data ...
I am a computer engineering graduate. I'm improving myself in Java, Kotlin and Android SDK and I'm familiar with the most common third party SDK's
Develops applications suitable for MVVM Clean Architecture. Integrates Jetpack Libraries into its projects. Uses Jetpack compose when developing user-friendly interfaces.
Develops Rest API with Java Spring Boot. Usually uses Mongodb as a database in projects. Uses docker to run applications in a standalone and isolated environment.
Interested in Data Dcience with Python and also Artificial Intelligence. Researches Machine Learning algorithms. Develops projects with Python libraries.
State management in Android Jetpack Compose ensures that user interactions are managed properly and the UI is instantly updated with newly updated data ...
Android uses intent to enable components within the application to communicate with each other. It can also provide communication between two different applications. Switching between activities ...
MVVM is the architectural structure that allows to separate the data presentation logic (UI or Views) from the business logic. Model : This layer is holds the data of the application. It cannot directly talk to the ...
Before I start the topic, I want to tell you about threads. Firstly, the currently executing program is defined as a process. The structure that allow a process to do more than one job at the same time are called ...