Hey everyone 👋 It's #Day30 of my #100daysofcodechallenge. Today, I worked on: - Creating dialogs - Creating the process for Camera/Gallery images for latest Android APIs. I also worked on creating a model for a complex screen, which involved merging data from several sources into a usecase to populate the screen. I'm not done yet, but I'm making progress. That's basically what I achieved today. What were you able to achieve today? See you tomorrow 😌 #android #kotlin #datamodel #image #screens #dialogs #usecase
Eunice Bakare’s Post
More Relevant Posts
-
What if we want to show picked date data on a text field by tapping on that specific input field? Without disabling the input field, the gesture will not be detected by onTap callback method. There is a better way without disabling the input field to wrap the widget with "AbsorbPointer" that absorbs pointers during hit testing. Let us know if you know any other way to handle this case. #flutter #dart #mobileAppDeveloper #android #textField #AbsorbPointer
To view or add a comment, sign in
-
I would like to share a problem with the #Android #emulator, which is the cutting of screen pixels. It was solved by stopping the update for the emulator and replacing the emulator version with an old version from the website https://lnkd.in/d36yfzrx Thanks #android_studio #FlutterAppDevelopment #FlutterDev #flutter #dart #FlutterMobileApp #MVVM
To view or add a comment, sign in
-
Old -> When using Compose Navigation, clicking the button multiple times was causing navigation problems. For example, opening the page more than once. We can solve this with the code snippet on the left. New -> Now, with the 2.8.0-alpha02 version of Lifecycle, we can solve this problem more easily. Let me introduce you to "dropUnlessResumed". #Android #Kotlin #JetpackCompose #Compose #AndroidDevs
To view or add a comment, sign in
-
ICYMI: Threads now supports predictive back gestures on Android
Threads now supports predictive back gestures on Android
https://9to5google.com
To view or add a comment, sign in
-
Finally created the modular design for my version of Twitch's mod view on Android. Gives moderators the ability to have full screen chat #androiddev #twitch buildspace
To view or add a comment, sign in
-
Hey there! 😊 Are you using Compose Navigation and struggling with managing route string patterns and navigation arguments? I've got great news for you! 🎉 The latest release of Navigation 2.8.0-alpha08 has made things a lot easier. Now, you don't have to worry about managing them and their types because Compose Navigation is now completely type-safe! 🔒 Check it out in the release reference: https://lnkd.in/dYQhH9An #Stand_with_Gaza 🇵🇸 #JetBrains #IntelliJ #AndroidStudio #Android #Jetpack #Compose #Jetpack_Compose #Compose_Navigation #Type_safety #Navigation_Compose
To view or add a comment, sign in
-
I am loading pictures in listview taken from camera and directly from gallery. On emulator images f Check it out: https://lnkd.in/dHyQbngd Join the conversation! #android #gallery #listview
application crashes when load picture in listview from gallery in android
https://querifyquestion.com
To view or add a comment, sign in
-
MY FIRST DESIGN RESULTS USING ANDROID USING THE PIXELLAB APPLICATION
To view or add a comment, sign in
-
Compose Multiplatform achieves cross-platform functionality by leveraging Kotlin Multiplatform Mobile (KMM) and Skia. Here's a simplified breakdown: a) KMM: Enables code sharing between Android, iOS, and other platforms. The common codebase handles core functionalities like data logic and networking. b) Skia: A powerful 2D graphics library by Google. It acts as the rendering engine, translating your UI code into visuals across different platforms. Each platform has a Skia implementation (Skia for Android and Skiko for others) ensuring a consistent look and feel.
To view or add a comment, sign in