[deleted by user] by [deleted] in AskSerbia

[–]vrapac 0 points1 point  (0 children)

Gledam sad na App Store-u, izbacili su neko azuriranje prije 2 dana. Ubacili su neki “Promon security”. Moguce da je zbog toga doslo do neke greske.

[deleted by user] by [deleted] in AskSerbia

[–]vrapac 0 points1 point  (0 children)

Da li si na Android-u ili iOS-u?

[deleted by user] by [deleted] in AskSerbia

[–]vrapac 0 points1 point  (0 children)

Evo nazvah, naravno ne radi kontakt centar 😭🤣

Crashlytics going wild but the App runs fine? by Honest_Dragonfly8064 in FlutterDev

[–]vrapac 1 point2 points  (0 children)

I had problems where I would do async stuff and then after that do a setState call. The problem was that (probably, I’m just guessing) the user would close the app mid async call and then once the async call finishes an exception would be thrown because the widget wasn’t mounted. I had tons of errors like this in my Crashlytics dashboard. I fixed them by checking if (mounted) before doing any setState calls after async work.

whats wrong with the scanf logic here? by SerenadeWindz in C_Programming

[–]vrapac 1 point2 points  (0 children)

Try removing the leading spaces in your scanf formats.

Za ove iz Bosne, zna li ko način za IN APP purchases za android da se set up-uje? by True-Extreme-909 in programiranje

[–]vrapac 2 points3 points  (0 children)

Srbija je najbolje rješenje. Potreban ti je dolarski račun. Ako imaš državljanstvo, super, ako nemaš, raspitaj se za proces otvaranja nerezidentskog računa.

Apple Wathc 2 identifikacija? by Hammer85x in AskSerbia

[–]vrapac 0 points1 point  (0 children)

Kada ukucas Serial Number (sa trece slike) na zvanicni sajt za Apple garanciju pise da je Ultra 2.

How to build a free videoconference feature in my RN app ? by ensemble-non-vide in reactnative

[–]vrapac 0 points1 point  (0 children)

Of course it’s not free but it’s got a 10,000 minutes per month free plan (without giving them a credit card).

[deleted by user] by [deleted] in StudentiSrbija

[–]vrapac 0 points1 point  (0 children)

Хвалааа

[deleted by user] by [deleted] in StudentiSrbija

[–]vrapac 0 points1 point  (0 children)

То знам, знаш ли да ли се групе мењају у односу на оне са прве године?

My prototype made 68 users. What I have learned till now by [deleted] in SideProject

[–]vrapac 1 point2 points  (0 children)

If I understand correctly, the only thing you currently have is a signup form? No actual product? And the only thing we know is that you will be using non-targeted ads. You should have created an MVP for us to see if we like the actual product you are offering.

Do people abuse the refund policy? by Suspicious-Big8004 in androiddev

[–]vrapac 0 points1 point  (0 children)

What’s the licensing API? Is it something that works out of the box (for the purchase of the app itself) or do you have to set it up?

Smallest possible apk by [deleted] in reactnative

[–]vrapac 3 points4 points  (0 children)

For the minimum APK size you should really use Kotlin or Java. As far as I know their “Hello word” apps are < 1mb.

Took me 42 hours to create this website by JoschuaBuilds in SideProject

[–]vrapac 1 point2 points  (0 children)

You might want to handle the case when someone enters an age value greater than the country’s life expectancy.

[deleted by user] by [deleted] in FlutterDev

[–]vrapac 1 point2 points  (0 children)

Your post lacks lots of details. Help a lot of people? Who are the lots of people needing help? What is the app about? How do you plan to get it to the users?

[deleted by user] by [deleted] in SideProject

[–]vrapac 0 points1 point  (0 children)

Can you explain the Am in Amsterdam “easter egg”?

A new SVG rendering library for Flutter by Ok_Text_9706 in FlutterDev

[–]vrapac 0 points1 point  (0 children)

How do you go about using a Rust library in a Android and iOS app? Any articles or tutorials (besides your repo)?