reddit_androiddev | Unsorted

Telegram-канал reddit_androiddev - AndroidDev - Reddit

-

Stay up-to-date with latest news on Android Development! Content directly fetched from the subreddit just for you. Powered by : @r_channels

Subscribe to a channel

AndroidDev - Reddit

Android Studio Jellyfish | 2023.3.1 Canary 1 now available
https://androidstudio.googleblog.com/2023/12/android-studio-jellyfish-202331-canary.html

https://redd.it/18t1jo0
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Whats your average build time?

I have an i7 8GB ram laptop. My average build time is:

- around 1-2 mins if we're talking about minor changes only.

- major changes on the code makes it go for about 5 mins.

- release build with R8 is where my depressing pit is. Usually around 9-12 mins.

Genuinely curious if these are normal build times....

https://redd.it/18szhsa
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

App seems to be downloaded many times from Russia

I have just got my app on the play store. instantly the numbers flew from about 20 downloads (closed testing) to about 180. the strangest thing is that almost 50% of these are from Russia (even though my app is not at all specifically targeted at them)

anyone had a similar experience, or know any explanation? i am kind of confused

if anyone were wondering this is my app: https://github.com/bmaroti9/Overmorrow

https://redd.it/18txoa5">countries
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Have any of you in Wayland Fedora 39 had issues with Android Studio simulator crashing?

I can run it on a physical Pixel device. But when I try to run it on a simulator it crashes with qemu-system-x86_64 quit unexpectedly. I haven't worked in Android Studio for a while, but in Fedora 38, also Wayland, this was not an issue. Have any of you experienced this and do any of you have any idea how to fix it?

Update:

It is not Wayland or Gnome releated. I installed XFCE and KDE xorg, same issue....

https://redd.it/18tjtq4
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Why is the Compose Compiler so far behind?

The latest Kotlin release (version 1.9.22) was released on 21st of December and they still haven't released a compatible Compose Compiler? Wtf Google!...

https://redd.it/18wapjd
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

New Android TV Launcher Alpha

For my own purposes I made this little thing: https://github.com/lonelytransistor/LauncherAndroidTV
It's a launcher for Android TV aiming to be as lightweight a I can make it while still having it focused on movie/series selection.

I'm not gonna lie, this was made with only myself in mind, but it seems functional enough to maybe be useful to someone? So this is first and foremost an ad to measure the demand. Screenshots:

https://preview.redd.it/4mlee5frh39c1.png?width=1280&format=png&auto=webp...

https://redd.it/18uee2l
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Help please - my app not visible in searches after 2 months and 1200+ downloads

Play Console shows that the store listing has had 22,905 visitors, of which only 1 (one!) came from a Play Store Search.

I've researched this extensively and most comments say 'it takes time' and 'your app must have more downloads and ratings than competitors'. However, it's been nearly two months since I first published it and there are between 5 and 15 apps with zero reviews and fewer downloads in all the relevant searches, so it would be reasonable to expect it to appear above at least one ...

https://redd.it/18ui6qp
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

IAP help

I’m developing a android/ios mobile game app. So far so good I know how and what to do but the main question is all my apps I normally monitize with ads.
But for this app I will include a couple of small micro-transaction IAP. But I’m not using a server the game will be a “local storage” game I’m not scared of people hacking the game because I know the target audience I’m chasing are not the kind to “cheat”. But let’s say someone buys IAP and they don’t receive the item am I responsible for it o...

https://redd.it/18vx9nq
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Google Payments

Hello, I recently noticed an invoice on my payments profile that only shows $0.90 (attached below). Throughout the month I made a little above $144 and was wondering why only 0.90 is being sent.

https://preview.redd.it/hcup965viu9c1.png?width=2054&format=png&auto=webp&s=833a145455ce24d1cb101f41ff5e831231be3814

https://preview.redd.it/724du9lwiu9c1.png?width=2170&format=png&auto=webp&s=f91d67ae9f1decce14127e23d0f840b08cce744e...

https://redd.it/18vyt7k
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Weekly discussion, code review, and feedback thread - January 01, 2024

This weekly thread is for the following purposes but is not limited to.

1. Simple questions that don't warrant their own thread.
2. Code reviews.
3. Share and seek feedback on personal projects (closed source), articles, videos, etc. Rule 3 (promoting your apps without source code) and rule no 6 (self-promotion) are not applied to this thread.

Please check sidebar before posting for the wiki, our Discord, and Stack Over...

[
https://redd.it/18vwa3n
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Can my wife receive payment instead of me?

Both for Google Play Earnings and Google Admob earnings I want my wife to be get paid instead of me would there be any problem with that? We are legally married and surnames are same. Also is it possible if I give my wife's tax info? We are living in Turkey and because I'm a government worker here I can't receive international money and can't be a taxpayer.  ...

https://redd.it/18uox5e
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Creating a service without any interface to the user

Hey, I'm trying to program a service that's being triggered by a receiver that called on phone boot. Unfortunately, I'm getting an error from the IDE that says "unable to determine activity name", as far as I know I've set up correctly the AndroidMenifest.xml, and I cannot find any solution to the problem on the web...

Here is a link for a Stack Overflow problem at the same thing:
https://stackoverflow.com/questions/77739118/error-running-myapplication-unable-to-determine-activity-name

Would l...

https://redd.it/18vg97r
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Android Emulator with Bluetooth Support? 12/2023

Are there any android emulators that support Bluetooth yet?

Trying to connect an emulator to a Samsung Wear device via Bluetooth....

https://redd.it/18vffrj
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

uninstalling Android Studio side effects

I need to uninstall Android Studio to see if that fixes a problem but I wonder what happens if I remove settings too? I exported them to eventually reload them but upon uninstalling confirmation it says it can potentially delete keystore files, but mine are saved in individual projects directories, i guess they should not be touched by uninstallation right?...

https://redd.it/18rivc3
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

is there any way to delete or replace a file from assets folder?

is there any way to delete or replace a file from assets folder ?
when I trying to replace an image than it says App not installed as package appears to be invalid....

https://redd.it/18s4pwn
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Compose (Jetpack & Multiplatform) Drag And Drop Library

Hi folks, I just released compose-dnd a Compose Multiplatform library that allows you to easily add drag and drop functionalities to your projects 🚀
.
The library supports simple drag and drop operations as well as complex ones such as dragging items between different lists ✅
The main goal now is to reduce boilerplate code especially for complex cases and provide more support for animations! ⌛️
.
Github source code: https://redd.it/18sw8uw">https://github.com/MohamedRejeb/compose-dnd
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

App developer perspective: Apple and Google's anti-tracking practices actually force the use of privacy-invasive tech

Since the start of the App Stores, Apple/Google have set up a strong wall between the web and apps. For example, if you tap a link that looks like reddit.com/?trackid=123 on your phone that redirects you to the App Store and then download the app, Apple/Google make it essentially impossible for the app's code to know that it was downloaded from that link.

The problem is this tracking is incredibly important for developers (and also provides benefit to users). If we're running a referral campai...

https://redd.it/18txz8x
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Background Location Limits

I'm currently developing an app where it is necessary to access the users location around every 5 seconds (max. 30 seconds), no matter if the app runs in foreground or background. I’ve read this article and it looks like I could run into the issue of not being able to get users location that often: "In an effort to reduce power consumption, Android 8.0 (API level 26) limits how frequently an app can retrieve the user's current location while the app is running in the background. Under these cond...

https://redd.it/18tkrmd
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

App suddenly much slower after a system update

I've been developing an app for Android for a few years (but haven't released it yet). It was running just fine on all of my devices, really fast even on my old phones.

In October 2023, my latest phone, a Google Pixel 5, which was running Android 13, received a system update (still Android 13). All of a sudden, the app suddenly started running really slowly on that phone. All taps, actions and reactions now take noticeably longer, on all activities within the app. All other apps on the phone ar...

https://redd.it/18uhfqg
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Modular Architecture for Apps
https://jacobbartlett.substack.com/p/modular-architecture-for-apps

https://redd.it/18w86e7
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

What's something you'd like to see a video tutorial about in Android Development?

I wonder, nowadays, what is the part of Android Development that people struggle with the most about learning, due to incomplete documentation, out of date documentation (versions, etc), or simply because the official documentation is not clear enough, and they would prefer some other form-factor to learn from.

Would it be Compose? Or something more specific like navigation in compose, animations, etc... Or maybe it is related to some other libraries, like Bluetooth, Camera, D.I. with HILT, DB ...

https://redd.it/18ua5el
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Module dependency graph for big project

Hello everyone,

Is there a plugin or gradle script that can generate a module dependency graph for big project (project contains +100 modules)

I already tried Jake Wharton's projectDependencyGraph script but it's not so helfull when the project is so big, because it generates a super complexe graph and not easy to understand

So I'm wondering if there is a solution for this use case ? ...

https://redd.it/18ufesp
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Why do I require 20 people to test a game

It's unfair for single devs...

https://redd.it/18vylyw
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Weekly Who's Hiring Thread - January 01, 2024

Looking for Android developers? Heard about a cool job posting? Let people know!

Here is a suggested posting template:

> Company: <Best Company Ever>
> Job: <Title>\(https://example.com/job)
> Location: <City, State, Country>
> Allows remote: <Yes/No>
> Visa: <Yes/No>

Feel free to include any other information about the job....

https://redd.it/18vxauo
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

The golden age of Kotlin and its uncertain future
https://shiftmag.dev/kotlin-vs-java-2392/

https://redd.it/18vif6e
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Are there any downsides of Network Inspector in Android Studio?

I've used Proximan at work for all things related to network requests but I'm thinking of starting to use the network inspection in Android Studio since it allows me to have more than 1 mock simultaneously, which Proximan doesn't. Are there any differences between the two that I should be aware of? Are there any downsides for using network inspector?...

https://redd.it/18v9lmk
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Background Noise Removal in realtime

Hello,
Can anyone suggest what techniques are used to remove background noise (like traffic, chattering, other city noises) from a microphone input and isolate human speech?
I'm aware of various python libraries that can do that but I'm wondering if there's something that can be done in Kotlin itself to reduce latency in the Android app.

My use case is like this:
Record audio -> Isolate human speech -> Amplify the isolated speech -> Deliver it with minimum latency...

https://redd.it/18vj8pu
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

What are the exact criteria for choosing between ViewModel and plain class for a state holder?

I was reading through Android architecture documentation and this. Two main benefits provided for ViewModels are:

It allows you to persist UI state
It provides access to business logic

I'm not saying 100% but most of the UI state can be saved using rememberSaveable and most cases like Activity recreation an...

https://redd.it/18vikf0
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Android Studio Iguana | 2023.2.1 Beta 1 now available
https://androidstudio.googleblog.com/2023/12/android-studio-iguana-202321-beta-1-now.html

https://redd.it/18rfc3a
@reddit_androiddev

Читать полностью…

AndroidDev - Reddit

Gravity Destruction, my new Angry Birds like gravity simulation game. Link and details in comments... What do you think?

https://redd.it/18s4ze1
@reddit_androiddev

Читать полностью…
Subscribe to a channel