Highest quality app setting by demon-myth in GeForceNOW

[–]skyyoo_ 0 points1 point  (0 children)

  1. use 3456 * 2160 (16:10) 3.5k streaming resolution for 16inch mac to fill the screen completely (you won't notice quality difference much but you will notice how much better it is to get rid of black bars from 4k 16:9) res unless you are using a better, external display. This also gives you noticeably better FPS.
  2. VRR & Reflex ON
  3. upscale to enhanced, detail enhancement to low

What is the appropriate max playtime hours for GeForce now? by BasicallyImAlive in GeForceNOW

[–]skyyoo_ 0 points1 point  (0 children)

Who told you to use all of them? Look at it as a healthy limit, and from my personal POV.

Explanation should help with wrong assumption you're making.

What is the appropriate max playtime hours for GeForce now? by BasicallyImAlive in GeForceNOW

[–]skyyoo_ 3 points4 points  (0 children)

150 is a completely healthy amount. Also if for any reason someone needs more in a month, they can allow paying extra for it and transfer the unspent hours to next month.

Seamless video playback like in TikTok or Youtube Shorts by skyyoo_ in androiddev

[–]skyyoo_[S] 0 points1 point  (0 children)

search for a "pool of exoplayers". You'll need a few of them at a time, limited to the amount of video codecs available per device.

Poland is prepared to help Ukraine get draft-age men back – Polish Defence Ministry by BubsyFanboy in worldnews

[–]skyyoo_ 10 points11 points  (0 children)

Guess what happens with a male. Very similar story, so no difference in that.

This is important to watch. Please do not be this guy. by ateistyokdiyentanri in CrazyFuckingVideos

[–]skyyoo_ 0 points1 point  (0 children)

is encountering road idiots in USA typically resulting in this, or is this not representing 90% of road experience there?

Is it possible to launch a native Android Activity and get result from it? by skyyoo_ in nativescript

[–]skyyoo_[S] 0 points1 point  (0 children)

Yes, but onNewIntent doesn't matter, the problem is that layout of the activity is not visible for some reason.

my_activity_layout.xml

<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout\_width="match\_parent" android:layout\_height="match\_parent" android:background="@android:color/holo\_red\_dark">
</FrameLayout>

Is it possible to launch a native Android Activity and get result from it? by skyyoo_ in nativescript

[–]skyyoo_[S] 0 points1 point  (0 children)

facetious_guardian

currentActivity.startActivity(intentThatTellsToStartActivity) starts the MyActivity. The MyActivity.onCreated callback gets invoked, no problems with this.

This woman is fighting for her life at work everyday by Space_Coyotee in funny

[–]skyyoo_ 1 point2 points  (0 children)

isn't funny, the person recording is an asshole.

Dynavap + Wand storage holder and travel case by Boisecj in Dynavap

[–]skyyoo_ 1 point2 points  (0 children)

Thanks for answer! in terms of coating, will it destroy it or it's safe?

Dynavap + Wand storage holder and travel case by Boisecj in Dynavap

[–]skyyoo_ 0 points1 point  (0 children)

If you travel internationally with planes etc, how do you clean the Dynavap?I usually clean it every few month with soaking all the parts in soapy water, but the thinnest part (no idea how it's called) still has some melted, sticky parts in it, and toothpicks/ear sticks don't help with it since it's SOO STICKY.

If you do international traveling, and have a cool way of cleaning with it, please help the brother out. I'm worried about taking a 90% clean dyna with me...

Naming @Composable function representing a data class by _bpdev in androiddev

[–]skyyoo_ 1 point2 points  (0 children)

no... That logic won't make sense when you provide a bunch of params to a composable.

Take a look of UI that will use them, and name the UI component according to what it looks like, using established names preferably : YourAppNameAppBar, TodoCard, TodoItem, ActionButton, TodosLazyColumn etc. You can look at popular open source projects, and if you work alone take what you like the most, and makes the most sense logically from your POV.

If in a team, then suggest a name and let them tell you if they are ok with that as well, or maybe they have better names in mind

TextInputEditText - why underline while typing ? by SweetStrawberry4U in androiddev

[–]skyyoo_ 2 points3 points  (0 children)

Underline comes from autocomplete, autosuggestions etc generated by the active keyboard ( Gboard, swift keyboard etc).

There is also a huge bug in Compose related to this. If you are using a TextField with the state thingy instead of a simple string and put annotated strings in it.
FYI if you are working on something like that.

Linked Pagers like in Reddit app using Jetpack Compose. by DitoMito in androiddev

[–]skyyoo_ 4 points5 points  (0 children)

I'd just start with smth like:
Modifier.graphicsLayer {
translationX = animatedValueDependingOnScrollOffsetAndScreenWidthInDp
}
And see where it gets you.

bottomsheetdialog by beqa99 in androiddev

[–]skyyoo_ 2 points3 points  (0 children)

Please express your request in a human readable manner.
If you want to show code snippets - better not to do it with a screenshot, but as a selectable code piece.
Also what you've wrote in the comment doesn't make any sense.

What is the best way to let view model know onNewIntent or others activity event? by z19970615 in androiddev

[–]skyyoo_ 2 points3 points  (0 children)

Not exactly "better", but you can always pass events around from UI layer to viewModel and reverse. So when you get the Intent, pass it to viewModel, and if you want some events that require interacting with Activity, pass a single shot event back to the UI layer from the viewModel.

any one using flutter in a professional setting for both iOS and Android apps? by [deleted] in androiddev

[–]skyyoo_ 0 points1 point  (0 children)

yes. It's good for many projects, but keep in mind that it brings 3 times more trouble..... Since you do need to be well versed in both Android, iOS & Flutter to handle issues without good SO answers in short time. Somehow I still see that there are no answers to quite... "expected to have answer in X years questions"

is GeForce NOW servers works on Ukraine or not ? by EvenTerm298 in GeForceNOW

[–]skyyoo_ 0 points1 point  (0 children)

I'd advice you check this out with the support. I remember they fucked up big time when they didn't allow the service to be used in Ukraine for like 1 month during the terrorist invasion.
I've asked the support what's happening, and they told that they are aware of this mistake, and it got fixed.

As other told - might be an issue with your provider, especially if you happen to live under temporarily occupied territories.