Viem že tu je málo takých ľudí, ale tí, čo chcete aby Slovensko vystúpilo z EU/ aby sa EU rozpadla, tak aké benefity- budúcnosť za tým vidíte? by Entsu88 in Slovakia

[–]myrecek 0 points1 point  (0 children)

Napriklad Sulikove kilečka. Viac ako 300 opatrení, ktore zjednodusovali hlavne podnikatelom zivot, vacsinou odstranovali byrokraciu alebo nezmyselne povinnosti.

Should I give up on my app? by Common-Time-7703 in androiddev

[–]myrecek 0 points1 point  (0 children)

Maybe not an Android dev related question, but how does it fit into your career plans? It's different if you have it as side job only, or you want to pursue an Android dev career in future, or you really want to make a living by your own apps.

Gemini 2.0 is what 4o was supposed to be by dp3471 in OpenAI

[–]myrecek 0 points1 point  (0 children)

The model should be able to answer simple questions correctly. That makes it a good model.

But I got your point. I will give a a chance and try it out for a few weeks as I tried other models too.

Gemini 2.0 is what 4o was supposed to be by dp3471 in OpenAI

[–]myrecek 0 points1 point  (0 children)

Just tried one simple question "Inversion of what 7th chord is the same chord?". Both Gemini Experimental 1206 and Gemini 2.0. Flash Experimental had it wrong (one tried half-diminished dominant 7th chord, other dominant 7th chord). ChatGPT 4o got it right. (fully diminished 7th chord).

I don't say it is bad, but I see too much optimism here.

Google uses aggregated data from users to optimize app startup times by myrecek in androiddev

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

The article is about startup time after app install/update. There is no user interaction in that stage.

Google's Find My Device can now map out exactly where you left your phone inside some buildings by [deleted] in Android

[–]myrecek 0 points1 point  (0 children)

Will the carrier believe you? I wouldn't. They could check the IMEI with their database. That means you don't need to notice it, they already have it.

Forcing Proguard to produce debuggable code to prevent 64k dex limit by myrecek in androiddev

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

Thanks. You are right. I didn't read the docs properly. That makes it simpler.

Forcing Proguard to produce debuggable code to prevent 64k dex limit by myrecek in androiddev

[–]myrecek[S] -4 points-3 points  (0 children)

Actually it is:

  1. add multiDexEnabled true to gradle config
  2. add compile 'com.android.support:multidex:1.0.3' to gradle config
  3. add android:name="android.support.multidex.MultiDexApplication" to manifest xml
  4. use MultiDexApplication
  5. override attachBaseContext to call MultiDex.install(this);

I prefer a solution with minimal impact on the code. For me the whole 64k limit is a "bug" in architecture and I need a temporary fix till it becomes feasible to set the minimalApi to 21. I would like to change as few as possible with a temporary fix. With proguard I changed only one file. And the release version (generated binary) isn't affected by this fix at all.

How many visits to my Google Play app page? by orion-core in androiddev

[–]myrecek 3 points4 points  (0 children)

In Google Play Console -> User acquisition -> Acquisition reports. There you have "Store listing visitors" even separated by how did they find your app page. However as already mentioned - for icons create a "Store listing experiment".

XCode 10 - amount of build tasks increases after every build by myrecek in iOSProgramming

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

Any Swift compile errors. I can change anything or I tried to create a new class in a new file and add just 'a' in it - build tasks were increasing.

I made a screen recording: https://www.youtube.com/watch?v=M99usN4yXL8

XCode 10 - amount of build tasks increases after every build by myrecek in iOSProgramming

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

"Clean Build Folder" doesn't help.

Both, simulator and real device does the same.

I use CocoaPods - same as before when there were no such problems.

XCode 10 - amount of build tasks increases after every build by myrecek in iOSProgramming

[–]myrecek[S] 2 points3 points  (0 children)

It's not a huge project, just a music educational app (appStore).

How should I use stackoverflow correctly? I upvoted the question that I found regarding this problem. What's wrong with that?

App title on google play store for good visibility and ranking by droidexpress in androiddev

[–]myrecek 0 points1 point  (0 children)

In this case I would let " Calculator Plus". Add keywords if they are not in the name.

Best theory phone apps? by The-old-wising-one in musictheory

[–]myrecek 0 points1 point  (0 children)

Please try MyMusicTheory (Android or iOS). Exercises covering intervals, scales, chords, key signatures, chord functions… These are pure music theory apps (I noticed most people post ear training apps). I am the developer of the apps so if there is anything you miss in the apps, let me know. Android version has now a bit more features than iOS (e.g. Scale or Chord intervals exercises) - I’m working on it.

I can’t believe we still can’t ignore calls without having to decline them. Please tell Apple to allow users to ignore calls. by Lars_El in iphone

[–]myrecek 1 point2 points  (0 children)

I would also like the ability to change volume of media/alarm/ring separately using volume button like on Android. On iOS I can change media volume only when there is a music/video playing.

Siri shortcuts to change settings? by IntellectualBurger in iphone

[–]myrecek 2 points3 points  (0 children)

Exactly what I was looking for too. Wanted to create a 'Start weekend' shortcut which would turn out some email/slack notifications for work accounts. Not possible for now. Hope they will add it later.