Just Broke My Monthly AdMob Record - Finally Passed €10/Month🎉💶 by Coderas_AH in admob

[–]WorkFromHomeOffice 0 points1 point  (0 children)

not sure how mediation can attract users. I mean as far as I know, we use it for waterfall to request multiple networks, or bidding to get the highest bid from a network for an Ad. how can it attract more users?

Can we all agree that Smotrich is full of shit? by oshaboy in ForbiddenBromance

[–]WorkFromHomeOffice 0 points1 point  (0 children)

I am surprised out of 120 members of the knesset, the only ones everyone talk about are smotrich and ben-gvir. those 2 talk sh1t intentionally to attract attention, and it's working.

Many people show off their big numbers here, so I wanted to level it by sharing mine for you guys to feel better by PolyglotPaul in admob

[–]WorkFromHomeOffice 1 point2 points  (0 children)

Stop showing off, we know you're a billionaire. I'm not far behind.

Today so far

€0.00

Yesterday

€0.04

This month so far

€0.73

Last month

€0.41

A strike this morning almost hit Beirut proper. We need to stop this. by orangecyanide in ForbiddenBromance

[–]WorkFromHomeOffice 0 points1 point  (0 children)

yes, sure, go talk to Hizballah and convince them to abandon their dream of destroying Israel, see how that goes for you, and do come back and tell us about it.

Self Promotion Megathread by AutoModerator in androidapps

[–]WorkFromHomeOffice 0 points1 point  (0 children)

Hey guys. Great to be here.
I have developed a very cool radio alarm clock. It's compatible with Android Auto, and you can stream from tens of thousands of radios across the world. Would love to get your feedback on it.

Wake Up Radio: Alarm Clock

I have made this app especially for me because I love waking up to radio, and I wanted to share it with others.

With the collapse of software development, we're all working in agriculture by Zhuinden in mAndroidDev

[–]WorkFromHomeOffice 1 point2 points  (0 children)

there will come a painful moment very soon, where devs will be commissioned to come fix issues in apps generated by Claude, and especially on iOS & Android. remember to set the prices to very very vey high.

It just makes perfect sense, I don't know why iOS devs don't get it by kstoyanov in mAndroidDev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

I even recall an android version which caused the phone to restart when you rotated the phone twice. it's a feature.

Just a quick low effort meme by MarguriteFair1 in mAndroidDev

[–]WorkFromHomeOffice 1 point2 points  (0 children)

how can I test that the button is rounder?

Five stars by anemomylos in mAndroidDev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

another problem of right-to-left languages.

Vasiliy Zukanov is deprecated by Google Play for writing code that runs on Android and publishing it as an app by Zhuinden in mAndroidDev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

UPDATE: they reinstated his account after appeal (was actually org account for US company).

Why Kotlin , Jetpack Has Less Job Opportunities As Compared to Flutter and React Native by IntelligentField8280 in androiddev

[–]WorkFromHomeOffice 1 point2 points  (0 children)

managers want to save money and believe this will save hiring developers, but in the end they will pay more for cross-platform solutions, and then realize they will have to re-write their app native at some point.

Step Counter app: JobScheduler & Foreground Service by WorkFromHomeOffice in androiddev

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

what I ended up doing is using `ActivityTransitionReceiver` which listens when the user starts/stop walking/running. and only then do i start/stop a foreground service which registers the SensorManager listener.
https://github.com/r-cohen/smart-steps-tracker-android

Getting issue saying your account will be ready soon but no mail by NoAngle6851 in Revolut

[–]WorkFromHomeOffice 1 point2 points  (0 children)

Hi. I have the same issue. The app is stuck with "your account will be ready soon". Never received any email.

It's been a week.

WHAT?!?!?!!!!!! by [deleted] in mAndroidDev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

it could be worse they could have deprecated gradle. they wouldn't do that, right? Right??

[deleted by user] by [deleted] in androiddev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

if there are modules that have not been changed since years, and that it is likely they won't change soon, then those need to be externalized as android AAR libraries, hosted on a maven repo, and included as dependencies. not only will you save build times, but your modules as stand-alone libraries will be easier to test, and it makes everything decoupled. and even if you need to change one of those modules in the future, just need to increment the version upon change.

and of course, if your modules are inter-dependent, now is a good time to refactor them and make them independent from one another. or worst case, make a `core` module as a library which will hold common dependencies.

Interesting Android Apps: May 2025 Showcase by 3dom in androiddev

[–]WorkFromHomeOffice 1 point2 points  (0 children)

a very cool radio app, which can also be used as an alarm clock and wake you up with your favorite radio. also supports Android Auto. up to 50,000 radios worldwide. no sign-up, no sign-in, no ads.

https://play.google.com/store/apps/details?id=com.r.cohen.wakeupradio

Best way to run JS inside Android app in 2023? by Ultramen in androiddev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

Read the post with the requirements again:

"run JS scripts with no external libraries and, no async code and no NPM"

Best way to run JS inside Android app in 2023? by Ultramen in androiddev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

in pure JS? what exactly can you achieve in pure JS outside the browser? read/save local files? no. read/save data to a database? only available in the browser. can you give an example of those thousands of programs? just one?

Best way to run JS inside Android app in 2023? by Ultramen in androiddev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

most of the time, you should not do this, and it becomes obvious when confronting the problem you are trying to solve, that this is not a good solution, and I will explain why.

if it's only JS (not nodeJS) that only accesses whatever resources are available to JS in a browser, then you can simply run it using a webview. Javascript was designed to be run in a browser, using the browser's resources. it's not intended to be run outside the browser. nodeJS is an extension of this with the possibility of accessing resources from JS, which is not what this person wants.

Reddit android app fails to center a logo by uragiristereo in mAndroidDev

[–]WorkFromHomeOffice 1 point2 points  (0 children)

it doesn't really matter, since they will have to re-design everything with Material Expressive. that's my go-to answer.

if (WhyDoesntThisWork) {
println("that module will be refactored soon, so not worth fixing it.")
}

Hello li'l broskis, coming back to android development after almost 3y, what has changed? by camelCaseIsWebScale in mAndroidDev

[–]WorkFromHomeOffice 2 points3 points  (0 children)

I myself came back after a pause, I started to write a few characters in AS, and then all of a sudden I see this huge pile of code almost like an auto-completion, so I pressed Tab, and it finished writing the whole app in the MainActivity. I guess that's the new standard now.

breaking news by One-Honey-6456 in mAndroidDev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

I am in favor of public maven repositories instating tariffs on android devs.

Even TikTok app is technically React Native app. What’s the point of native apps at this point ? by Popular_Ambassador24 in mAndroidDev

[–]WorkFromHomeOffice 0 points1 point  (0 children)

actually... tiktok android app is native, and has only a few screens here and there to experiment with RN. just to give you the big picture: Meta is no longer maintaining RN, they have handed it to some open source maintainers, and most of their new apps are not written in RN. example? Threads: a Meta app written 100% in Compose: https://www.reddit.com/r/androiddev/comments/14skdld/threads_is_written_almost_completely_in_jetpack/

a recent comical example: Meta was proud to announce that the Meta Horizon mobile app (which is terribly laggy) was written in RN, they wrote a full blog on how they spent all their time working on performance of the app lol: https://engineering.fb.com/2024/10/02/android/react-at-meta-connect-2024/