Android Dev - App Feedback Thread - October 15, 2021 |
- App Feedback Thread - October 15, 2021
- I am building a tool to showcase apps with custom device shots - which Android devices do you need?
- Add Voice Calling to Your App [Testing Help]
- calling an api multiple times using WorkManager in android
- RxJava - flatmap maxConcurrency
- Thoughts on using SafetyNet APIs?
- Is the Android job market dead in Europe?
- Is it possible to fake the feed to whatever's going to the rear camera of an Android (Samsung) phone?
- Anyone changed their app name from previously +30 characters to 30 or less? What was the impact on your new installs?
- Which architectures/practices I should follow while developing large scale android applications?
- Has Google Play stopped serving 32-bit apps to 64-bit devices?
- How do some developers get limited time events on Google Play? Is there a beta program for this? (any useful info gets Reddit gold)
- Android Studio Bumblebee Beta 1 available
- Repeated Error: "Could not resolve all files for configuration ':app:debugRuntimeClasspath'."
- hi everyone. recently android phone roms have deleted the ethernet item. is there any way to enable this feature or is there any software that supports this feature i need to set a static ip on the phone. when using use typec to rj45 . cable
- Android Studio Chipmunk Canary 1 available
- How relevant would be our Android development knowledge once Fuchsia becomes more widespread?
- Google releases Android 12 compatibility definition file highlighting requirements for hardware devices
- How to detect if your website is being scraped by someone' app using JSOUP
- Best way to boost your app, get installs from a direct link, or make users search on it on Google Play?
- Is there anyone here who use IntelliJ for Android development? What is your reason?
- Apptentive- pop up for "Love this app" Comes up but doesn't send user to Real time survey
- Possible to push Google Maps map updates to BT AVRCP?
- Injecting objects into composables with Hilt
App Feedback Thread - October 15, 2021 Posted: 15 Oct 2021 06:00 AM PDT This thread is for getting feedback on your own apps. Developers:
Commenters:
To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback. As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you. [link] [comments] | ||
I am building a tool to showcase apps with custom device shots - which Android devices do you need? Posted: 15 Oct 2021 03:18 AM PDT
| ||
Add Voice Calling to Your App [Testing Help] Posted: 15 Oct 2021 01:15 AM PDT Hi all, We are in the midst of developing some APIs and integrating with an SDK that would enable app users to make voice calls directly to each other (from within your app) using their data connection. We are looking to test following features:
Has anyone done this? Would some devs like to participate? Pls DM me. [link] [comments] | ||
calling an api multiple times using WorkManager in android Posted: 15 Oct 2021 09:00 AM PDT where idsArrayList is a list of ids. I send each id in the api as Path to get response and similarly for other ids. I want the workManager to return success after it has called api for all ids. But the problem is WorkManager only returns SUCCESS for one id from the list. This is the first time I'm using WorkManager and I tried starting work manager for every id too by iterating over idsList one by one and making instance of workManger for every id in the for loop. But I thought sending the idsList as data in the workmanager and then itering over ids from inside doWork() would be better, but it's not working like I want and I don't understand why. Here's my code: And this is the code where I'm starting the WorkManager: Any suggestions on what I might be doing wrong or any other alternative to performing the same? I chose work manager basically to perform this task even when the app is closed and for learning purposes as I haven't used WorkManager before. But would switch to other options if this doesn't work. [link] [comments] | ||
RxJava - flatmap maxConcurrency Posted: 14 Oct 2021 10:29 PM PDT What's a good value to use? Is the default value ok? If I fire up 1000 request what will happen? Scheduler io most likely use thread pools so even if they fire up 1m request, the scheduler probably will only use a limited number of real thread. Though I have no idea if this will use up some underlying system resources [link] [comments] | ||
Thoughts on using SafetyNet APIs? Posted: 15 Oct 2021 07:48 AM PDT I haven't really seen much of a discussion for SafetyNet APIs on YouTube or Reddit, which is odd since the Android Developers documentation recommends using it as it considers it a best practice for security. For those that have used it, what are your thoughts on the SafetyNet API? Is it worth implementing? How stable and reliable is it? [link] [comments] | ||
Is the Android job market dead in Europe? Posted: 15 Oct 2021 07:09 AM PDT It is me, or is the European market dry? I'm detecting very few positions as compared to pretty much any other technology, and some are even requiring iOS experience as well... Remote positions seem really scarce and contested. Or maybe I'm not searching well? I don't think so but the possibility exists. [link] [comments] | ||
Posted: 15 Oct 2021 06:50 AM PDT So I've got a broken rear camera and so I can't scan the WhatsApp web QR code. I wanna know if it's possible to fake the feed so that it's the QR code and so it would scan it properly. [link] [comments] | ||
Posted: 14 Oct 2021 12:31 PM PDT | ||
Which architectures/practices I should follow while developing large scale android applications? Posted: 14 Oct 2021 08:51 PM PDT As a solo developer , sometime it's become difficult to handle big projects. I want to know what type of practices pro devs uses to develop large scale applications so that they can add and remove features easily. [link] [comments] | ||
Has Google Play stopped serving 32-bit apps to 64-bit devices? Posted: 15 Oct 2021 05:12 AM PDT In 2019, Google announced:
Did this happen? I don't see any mention of it on the 64-bit information page, or the Google Play policy deadline page. I have a 32-bit-only app on Google Play (last updated in 2018), and I was able to install it on a 64-bit device just now with no problem. Can anyone else confirm? [link] [comments] | ||
Posted: 14 Oct 2021 09:06 AM PDT
| ||
Android Studio Bumblebee Beta 1 available Posted: 14 Oct 2021 11:58 AM PDT | ||
Repeated Error: "Could not resolve all files for configuration ':app:debugRuntimeClasspath'." Posted: 15 Oct 2021 04:18 AM PDT I am a new android developer and am having issues with the very basic app I am trying to build from a course. This is what my gradle.build (app) looks like: And this is what my gradle.build (project) looks like I have looked through many forums and could not find anything specific enough to my error and this is the full thing The above-stated repeats itself 17 times with an slightly different task each time Thanks in advance [link] [comments] | ||
Posted: 15 Oct 2021 03:05 AM PDT
| ||
Android Studio Chipmunk Canary 1 available Posted: 14 Oct 2021 11:58 AM PDT | ||
How relevant would be our Android development knowledge once Fuchsia becomes more widespread? Posted: 15 Oct 2021 06:35 AM PDT I have just begun to pick up Android app development, but Google's (apparently) impending switch to Fuchsia has me worried. How relevant would be our Android app development skills on Fuchsia? Is development on Fuchsia going to be very different from that on Android? At least at first sight, the place of Fuchsia vis-a-vis Android in the near future (say 2 years) seems unclear to me. I'd appreciate if more experienced hands on this sub could comment on the place of Android and Fuchsia in Google's plans for the future. [link] [comments] | ||
Posted: 14 Oct 2021 10:08 PM PDT
| ||
How to detect if your website is being scraped by someone' app using JSOUP Posted: 14 Oct 2021 09:31 AM PDT Hi, How do website owners detect if someone using the Jsoup library to scrape some information from their website? [link] [comments] | ||
Posted: 14 Oct 2021 04:35 PM PDT | ||
Is there anyone here who use IntelliJ for Android development? What is your reason? Posted: 14 Oct 2021 04:31 PM PDT | ||
Apptentive- pop up for "Love this app" Comes up but doesn't send user to Real time survey Posted: 14 Oct 2021 03:11 PM PDT | ||
Possible to push Google Maps map updates to BT AVRCP? Posted: 14 Oct 2021 09:10 AM PDT Just got a civic and where it shows music metadata is a prime place to get nav updates as well. I'm a developer by trade, although no Android experience. I want to know if this is possible before I'm embark on this pet project. I did find Botifier which is the same concept of what I want to do, it hasn't been updated in a long time so I just want to make sure those type of APIs are still available. Also it works by starting another media session, would this interrupt a currently playing music stream? Thanks! [link] [comments] | ||
Injecting objects into composables with Hilt Posted: 14 Oct 2021 10:08 AM PDT Am I wrong or is a viewModel the only thing you can inject into a composable? I'd like to be able to inject an instance of Player but for now I'm having to have a PlayerViewModel [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment