Skip Navigation
Amazon Returns
  • Man the title threw me into another one of those enshitifications that you just found out.

  • What was the last song you had to press repeat on?
  • Emeli sandé - KungFu

    The ending harmonies reminds me how we trully are on our own, despite some of our friends saying "I got you"

  • What movie would have ended at the beginning if the people in it acted like normal people?
  • Pffft got a pen?

    Series:

    Sons of anarchy

    Heroes

    13 reasons why

    Terra nova

    The 100

    Mr. & Mrs Smith

    -> pretty much almost every series I've watched

    Movies:

    All transformers

    Almost all FFurious

    Definitely all jack sparrows

    Even the orig Mr. & Mrs Smith

    -> the more I think, the more the list grows

    Movies are all about those few moments that throw characters off the "right way," spinning up bunch of placebos with consequences and how characters emerge through all those stronger.

  • What's a handy terminal command you use often?
  • SED combinator, you win 🙌

  • What's your right place at the right time moment?
  • You definitely are that one superhero

  • What nonmurder crime would you commit if all crime was legal for a day?
  • Quick question: How does it reach this figure?

  • I was gifted an unopened pack of 3.5" floppy disks. What should I do with them? (wrong answers only)
  • Yap, watched all 8 minutes. Flopptron 'tamed a tornato'

  • Deleted
    *Permanently Deleted*
  • "Stuck on boot loop"

  • Deleted
    *Permanently Deleted*
  • This touched me deep

  • What languages do you speak?
  • Swahili (native, from Arusha), English (fluent), and Flutter on a good day

  • What languages do you speak?
  • Into mixing different elixirs lately

  • What's your favourite country and why?
  • Denmark? Anyone?

  • What's your country's "your barking at the wrong tree"

    My $10 says there will be variants of this catchy phrase. (Help me win this)

    31
    Developers on Lemmy, where can I get spicy projects?

    Currently fluent with c++, not-java, spackles of rust, stilllearning golang.

    Backend amateur, who believes there's more to life than EsEsHeching to servers.

    I can spare some time to undertake moderate project (or major, we'll see)

    Share your source, even if it's java-related, I won't judge, pinky swear.

    13
    The multi-platform frameworks (dart-flutter, react-native, etc), are they effective? To what extent?
    lemmy.world The multi-platform frameworks (dart-flutter, react-native, etc), are they effective? To what extent? - Lemmy.world

    Been looking at dart-flutter relationship recently… seen what it can do… pretty amaizing! Two birds with one stone is real! Before jumping to it, i soldem wonder; - what are the compromises that one would face upon embarking this? - can these comporises be that bad? (compared to native ios/android a...

    Before judging ( which i knw you will 🤣), I'm new to mobile dev. Sooo "handle with care"?

    10
    The multi-platform frameworks (dart-flutter, react-native, etc), are they effective? To what extent?
    lemmy.world The multi-platform frameworks (dart-flutter, react-native, etc), are they effective? To what extent? - Lemmy.world

    Been looking at dart-flutter relationship recently… seen what it can do… pretty amaizing! Two birds with one stone is real! Before jumping to it, i soldem wonder; - what are the compromises that one would face upon embarking this? - can these comporises be that bad? (compared to native ios/android a...

    Any insight will be highly appreciated 🙂

    3
    The multi-platform frameworks (dart-flutter, react-native, etc), are they effective? To what extent?

    Been looking at dart-flutter relationship recently... seen what it can do... pretty amaizing! Two birds with one stone is real!

    Before jumping to it, i soldem wonder;

    • what are the compromises that one would face upon embarking this?
    • can these comporises be that bad? (compared to native ios/android app dev)
    • how bad are the work-arounds (if they exist) to these compromises?

    PS: any extra information would be highly appretiated 😊

    0
    What human power-ups/power-downs would you choose? Why?

    Just got an audience with the creator, gave you an opportunity to choose one organ to enhance/reduce its functionality; Cause apparently the creator can "grant your wish"

    • what organ would you choose?
    • what functionalities would you add/deduct?
    • why such?
    46
    Let your weired flag fly!

    What do you secretly, and weiredly enjoy doing? We will not judge 😊

    107
    is it OSS? how can developers contribute to your project?

    wondering on ways the community can contribute to help get this project up and running.

    5
    The dependency hell? maybe theme issues? IDK

    Ladies and Gentlemen, this is it.

    i have given this project 2 weeks of my precious life, and even now the project spits on my face. Got less than 24 hrs to get his thing working!

    Background:

    let it be known on the get-go that i have zero experience on android development. i just started 2 weeks ago... So, like a good folk, i jumped into YouTube, looking for a playlist that could assist me on the project build, and found this. the old "monkey see monkey do" went well, until the 5th video, where he ran his application, and mine couldn't.

    Maaan dependency hell is REAL!, and the tutor playlist was a year old. (a lot has changed since then?, maybe) fought that battle the whole week, until i got Gradle smiling again (My God! pheeeeew!) so the project should run now right?... WRONG!

    Every time the app starts on my phone, it crashes IMMEDIATELY!

    • clear project cache and restart? Nothing!
    • dependency version change? Gradle doesn't build!

    I'm in the middle of yanking my hair off my fiery head.

    here is my logcat:

    ! this one above says InflateException... jumped to the file that causes this (line 16): ! and here is my introduction_register_login_graph: ! and below is the fragment that is called first from the graph above: !

    with my inexperienced eyes, everything looks okay... but again, i'm 2 weeks old in android dev... HELP?

    below are the dependencies:

    dependencies {

    implementation("androidx.core:core-ktx:1.12.0")

    implementation("androidx.lifecycle:lifecycle-runtime-ktx:2.6.1")

    implementation("androidx.activity:activity-compose:1.7.2")

    implementation(platform("androidx.compose:compose-bom:2023.03.00"))

    implementation("androidx.compose.ui:ui")

    implementation("androidx.compose.ui:ui-graphics")

    implementation("androidx.compose.ui:ui-tooling-preview")

    implementation("androidx.compose.material3:material3")

    implementation("androidx.constraintlayout:constraintlayout:2.1.4")

    implementation("com.google.firebase:firebase-firestore-ktx:24.7.1")

    testImplementation("junit:junit:4.13.2")

    androidTestImplementation("androidx.test.ext:junit:1.1.5")

    androidTestImplementation("androidx.test.espresso:espresso-core:3.5.1")

    androidTestImplementation(platform("androidx.compose:compose-bom:2023.03.00"))

    androidTestImplementation("androidx.compose.ui:ui-test-junit4")

    debugImplementation("androidx.compose.ui:ui-tooling")

    debugImplementation("androidx.compose.ui:ui-test-manifest")

    apply (plugin ="kotlin-kapt")

    //loading button

    implementation("br.com.simplepass:loading-button-android:2.2.0")

    //Glide

    implementation("com.github.bumptech.glide:glide:4.13.0")

    //circular image

    implementation("de.hdodenhof:circleimageview:3.1.0")

    //viewpager2 indicatior implementation("io.github.vejei.viewpagerindicator:viewpagerindicator:1.0.0-alpha.1")

    //stepView

    implementation("com.shuhart.stepview:stepview:1.5.1")

    //Android Ktx

    implementation("androidx.navigation:navigation-fragment-ktx:2.7.2")

    // Dagger Core

    implementation("com.google.dagger:dagger:2.44")

    kapt("com.google.dagger:dagger-compiler:2.44")

    //Dagger hilt

    implementation("com.google.dagger:hilt-android:2.44")

    kapt("com.google.dagger:hilt-compiler:2.44")

    kapt("org.jetbrains.kotlinx:kotlinx-metadata-jvm:0.5.0")

    // Import the BoM for the Firebase platform

    implementation(platform("com.google.firebase:firebase-bom:32.2.3"))

    // Add the dependency for the Firebase Authentication library

    `// When using the BoM, you don't specify versions in Firebase library dependencies

    implementation("com.google.firebase:firebase-auth-ktx")

    // Also add the dependency for the Google Play services library and specify its version

    implementation("com.google.android.gms:play-services-auth:20.7.0")

    }

    0
    0_0j wellDuuh @lemmy.world

    Busy conquering

    Posts 14
    Comments 416