0_0j

joined 2 years ago
[–] 0_0j@lemmy.world 2 points 3 months ago* (last edited 3 months ago) (3 children)

We used to believe that Earth was the center of the solar system (everything revolves around it) until concrete evidence proved otherwise.

Facts are Facts despite where they come from.

[–] 0_0j@lemmy.world 1 points 3 months ago

"HEY POLLY, QUIT SQWACKING!"

[–] 0_0j@lemmy.world 6 points 3 months ago (2 children)

Smacked the shit out of our old CRT TV, worked!

[–] 0_0j@lemmy.world 6 points 4 months ago
[–] 0_0j@lemmy.world 6 points 4 months ago

If it wasn't, it wouldn't be sold, moron.

😂 More people should be aware of this.

[–] 0_0j@lemmy.world 8 points 4 months ago* (last edited 4 months ago) (1 children)

People all over the world are generally delighted that you bothered at all, and are eager to teach you more.

Agreed. All you need is how to say hi/hello, thanks, am sorry/excuse me and goodbye (bonus: "not very fluent with that-language").

body language is pretty standard all over the world these days; globalization and the internet may have contributed to this (unless people there have been living under a rock for over half a century)

For Eg, acting "drinking from an imaginary bottle" signals as you are thirsty, requesting water.

You will be amazed with your brain capacity to sock up more of that language while in that country.

[–] 0_0j@lemmy.world -1 points 4 months ago
[–] 0_0j@lemmy.world 4 points 4 months ago

No single person

High 5 maybe?

[–] 0_0j@lemmy.world 6 points 5 months ago* (last edited 5 months ago)
[–] 0_0j@lemmy.world 15 points 5 months ago* (last edited 5 months ago)

Pick up any trash that I touch/step on/kick and dispose of it into the nearest bin.

This started from the bottles and soda cans kicking, I just loved how they sound when kicked to the max. I still do to this day :)

My dad hated it so much. He probably smacked my young tush once or twice for that. So i would pick the dirty bottles and cans (filthy and dusty at this point) if he's in the vicinity and kick them hard out far back. Yap, I know how silly this is. He still heard the kick sounds, tho LoL

So he came with a truce: "You wanna kick bottles? Fine. You kick a bottle, you ensure a proper disposal of it on the bin."

He even gave me a tactic to kick them higher up that day LoL

[–] 0_0j@lemmy.world -2 points 5 months ago* (last edited 5 months ago)

Good Lord, zero akaash Singh mention. Lemme fix that.

Here's a Teaser for you.

And yes, he's racist AF, and I'm here for it.

 

IMO, there is an imaginary line btn practicality and functionality of a build.

Further more, van lifestyle is all about compromises, make due with the space you have, avoiding clattery.

This is ticking all the boxes 😊

 

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

 

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")`

}

view more: ‹ prev next ›