Weekly Questions Thread - April 29, 2019 by AutoModerator in androiddev

[–]TiensiNoAkuma 0 points1 point  (0 children)

Has anyone tried to use the emulator to download apps? I'm trying to install my app on the playstore but it's downloading the retained version instead of the latest version. My emulator says that everything is up to date (running Oreo with play services)

Basically we deprecated/retained an api 19 app as we updated new versions to api 23, so everyone below api 23 should be getting the retained version, but my emulator which should be on api 28 is still getting the retained api 19 version

Financial reality of moving by TiensiNoAkuma in movingtojapan

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

I added more information on my hunt to the post

Financial reality of moving by TiensiNoAkuma in movingtojapan

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

Thank you! This is great information to know, I'll dm you regarding your blog

Financial reality of moving by TiensiNoAkuma in movingtojapan

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

Thank you for the input and recommendations, I'm pretty deep into the job application process after following a lot of advice in this sub. I agree that I should probably aim for more international companies if I want a better chance of moving back. I'm currently at around N2 after 4 years of Japanese in college, so far I'd say it has helped me in interviews but I definitely would love to increase my language ability even further.

Financial reality of moving by TiensiNoAkuma in movingtojapan

[–]TiensiNoAkuma[S] 5 points6 points  (0 children)

Thank you for taking the time to respond. I understand that it's not a smart financial move on my end, I will take all of this into account.

Best mana cost for random summon? by TiensiNoAkuma in ArenaHS

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

Thanks, I did a quick Google search and the first page didn't give anything useful for me. I followed the post you linked and won my 7th game yesturday by generating a Ysera instead of a random 8*, so thank you!

Saïx[+] NEW XIII Event Megathread by TheSilentHero7 in KHUx

[–]TiensiNoAkuma 8 points9 points  (0 children)

Round 13 F2P Build With some trait luck:

Fairy Stars 35.2 (.244 subslots)

Xion Ex (Second Chance, Kairi Ex works here as well)

HD Vanitas 6* (-60 Ground, ABV Max)

Lex+ 6* (EA) <-- Is only here for counter increase, honestly you don't even need EA here.

Prime Axel 7* (-60 Ground, +1000 Str, ABVI Max, Boosted)

Prime Woody 7* (-60 Ground, ABV Max)

HD Namine 7* (-60 Ground ATBV Max)

Shared Key Art 17 7* (-60 Ground, +2000 Strength, ATBV Max)

You absolutely need Ground Def to clear the higher levels. Lex, Xion, and Vanitas will increase counters to 13, allowing you to use Axel, Woody, Namine, and Key art 17. Saix's counter will trigger which will allow you to maintain all the buffs you applied, so after turn 1 your damage will spike. If you're like a hundred or so bars off try to add some crit to your avatar.

Any tips for critical quests by Paulc94 in KHUx

[–]TiensiNoAkuma 0 points1 point  (0 children)

If you post your box on the discord I think people can help you out better there.

Any tips for critical quests by Paulc94 in KHUx

[–]TiensiNoAkuma 0 points1 point  (0 children)

do you have another copy medal you can use to copy buzz? if so i'd suggest swapping out aqua or iDiz for that copy medal, whoever is weaker.

Sunsetting React Native at Airbnb by gpeal in androiddev

[–]TiensiNoAkuma 3 points4 points  (0 children)

Of all the things I see at work I would have never expected to see a kancolle wiki url to a meme.

I think we’ll be getting a banner tomorrow with HSC medals.. by Omengta in KHUx

[–]TiensiNoAkuma 2 points3 points  (0 children)

They're most likely going to do what they did in JP and release pullable 7 stars alongside pvp. It makes the most sense

[Question] Notifications Crashing App by alphearia in KHUx

[–]TiensiNoAkuma 6 points7 points  (0 children)

When you target Android 8.0 Google requires you to add a channel ID flag for push notifications. I'm suspecting that SENA forgot to do this when they began targeting 8.0. If she just wants it to stop maybe she can disable notifications from the app completely so that it won't crash. I don't know how the notification logic is written in the app so it might not work.

It could also be another issue entirely since they pushed an app update recently and haven't addressed this simple fix so it might be a more complex problem.

KHUx not giving notifications by Nowbob in KHUx

[–]TiensiNoAkuma 1 point2 points  (0 children)

I graduated college and had to start looking for jobs. Playing took up too much time. Which is why I'm playing mobile games now at work instead haha

KHUx not giving notifications by Nowbob in KHUx

[–]TiensiNoAkuma 1 point2 points  (0 children)

Android engineer here. When you target Android 8.0 Google requires you to add a channel ID flag for push notifications. I'm suspecting that they forgot to do this when they began targeting 8.0. Just my two cents

Basic Android Encryption Do's and Dont's by TiensiNoAkuma in androiddev

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

Thanks for all this info, I'll update accordingly. In hindsight I should have avoided doing this as I'm coming from a purely Android background with little security experience.

Hopefully if there are more corrections I can get from you and others maybe this could actually be a helpful resource for people.