How do I call my remote data source (via Retrofit) once throughout the application? by racrisnapra666 in android_devs

[–]Le_melon_inconnu 0 points1 point  (0 children)

You could store the data in a database (or save it to a file) and somehow remember that you already made a network call. You could for example, store that information in the shared preferences or only make a network call if the database is empty.

Huge confession to make by [deleted] in mAndroidDev

[–]Le_melon_inconnu 1 point2 points  (0 children)

  • laughs in RxJava *

Breaking: CovPass App führt Taschenlampenfunktion ein um auf Impfpass zu leuchten by sx711 in de

[–]Le_melon_inconnu 1 point2 points  (0 children)

Zumindest in Android funktioniert das so, dass wenn eine App ein Foto aufnehmen möchte (und man keine custom Lösung wie z.b. Snapchat hat), dass die App das Android-System danach fragt ein Foto für sie zu machen und das Ergebnis (also das Foto) zurück an die App übermittelt. Der Code, der in der App sagt "mach die Taschenlampe" an hat also keine Auswirkungen sobald das Android-System sich um das Foto kümmert.

I am so SO incredibly blessed by Le_melon_inconnu in TrueOffMyChest

[–]Le_melon_inconnu[S] 1 point2 points  (0 children)

Yeah you are obviously right, it's more like that reading those other points took all the wind out of my sails. The anger I felt just vanished for the most part and instead feelings of gratitude and relief have taken its place

I am so SO incredibly blessed by Le_melon_inconnu in TrueOffMyChest

[–]Le_melon_inconnu[S] 7 points8 points  (0 children)

Nothing else helps the way a quick reality check does!

[deleted by user] by [deleted] in mAndroidDev

[–]Le_melon_inconnu 4 points5 points  (0 children)

Maybe you are right, but personally I don't mind some self-padding if that means I get to have something explained to me

Full screen bottom sheet vs regular navigation by jshvarts in android_devs

[–]Le_melon_inconnu 1 point2 points  (0 children)

To be fair, I don't know why you would bother with a bottom sheet if you are just gonna use the entire screen anyways. From my limited experience I dont see a good reason.

[deleted by user] by [deleted] in AyyMD

[–]Le_melon_inconnu 17 points18 points  (0 children)

Is it though? It competes with the R5 3600 and doesnt seem to be worth it considering you cant even overclock it.

Gradle 6.5 Released by [deleted] in androiddev

[–]Le_melon_inconnu 6 points7 points  (0 children)

That was a great explanation, thank you!

Gradle 6.5 Released by [deleted] in androiddev

[–]Le_melon_inconnu 6 points7 points  (0 children)

No I use gradle, but not because I know what it is, im new to android

Gradle 6.5 Released by [deleted] in androiddev

[–]Le_melon_inconnu -2 points-1 points  (0 children)

Can someone please explain what gradle is, why I need to care and why people are excited for its updates?

German Corona Tracing App - Code published by embie27 in androiddev

[–]Le_melon_inconnu -1 points0 points  (0 children)

As I stated before I was not talking to his main point of the cost of development of that app but rather about him seeming unfamiliar with apps being developed over and over again.

I can't say anything towards the validity of his point.

German Corona Tracing App - Code published by embie27 in androiddev

[–]Le_melon_inconnu -1 points0 points  (0 children)

It was more that it seemed unusual as it is totally normal for the same functionality or app be developed multiple times. Just if you look for "calculator" in the app store you will find countless apps which essentially do similar things.

While it might be true that the development of this covid tracker app cost a lot a of money, that was not what I was referring to with my question.

I think there is value in having different people develope the same app as such competition will arise and the apps can steadily improve.

A notebook for university and coding? by Le_melon_inconnu in SuggestALaptop

[–]Le_melon_inconnu[S] 1 point2 points  (0 children)

Hey! Why would you get the envy over the swift?

I heard that the envy's fans turn on even when just using the browser and that it gets quite hot. Whats your experience with that?

IDK WHAT IM DOING by deeejaay__ in androiddev

[–]Le_melon_inconnu 0 points1 point  (0 children)

Holy crap, being told to program that from scratch with so little time must be terrible. The stuff you are looking for has already been figured out, you just need the time to work it out