App Feedback Thread - July 31, 2021 Android Dev |
- App Feedback Thread - July 31, 2021
- This is why your subclassed Application isn't always instantiated
- A Vocabulary of Jetpack Compose Terms
- Opensource Education Augmented Reality App | HucreAR
- Rekeying for app that’s already deployed
- Custom generated keystore file and sensitive keys included
- What's the difference between a normal view and an AppCompat view?
- Handling fake IAP - Android billing library 3
- July 28 Policy: You can't request location permissions for the sole purpose of advertising or analytics.
- Upload Android Bundle now users cannot update
- App flagged for Ads
- Camera Library
- Wallpaper App's wallpaper
- ConstraintLayout 2.1.0 & ConstraintLayout-compose 1.0 beta 2
- Hands on with Jetpack's Security new App Authenticator Library
- What is considered as a "compact" phone today?
- [Question] Getting started with Android for experienced front end engineers?
- Two Api requests with paging library
- Speedup your CI with BatchRunner
- Does Google Admob ban your app ads based on your Youtube channel?
- What would be the modern implementation of expandablelistview?
- Documentation issue
- Managing state with RxJava - Jake Whaton
App Feedback Thread - July 31, 2021 Posted: 31 Jul 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] | ||
This is why your subclassed Application isn't always instantiated Posted: 30 Jul 2021 10:05 PM PDT
| ||
A Vocabulary of Jetpack Compose Terms Posted: 31 Jul 2021 06:22 AM PDT
| ||
Opensource Education Augmented Reality App | HucreAR Posted: 31 Jul 2021 01:31 PM PDT https://www.youtube.com/watch?v=S03jgYp7dv8 Github link: https://github.com/yessGlory17/HucreAR IF YOU LIKE THE PROJECT, YOU CAN SUPPORT BY GIVING STARS! [link] [comments] | ||
Rekeying for app that’s already deployed Posted: 31 Jul 2021 03:46 PM PDT We have an app in the marketplace and are making a hard exit with the current developer. Our new apps are complied outside of Android Studio, and I'm trying to understand the process for rekeying to deploy these apps into production. Do I still create a new key in Android Studio (even though our app isn't built there)? And how do I register a new key with Google Play? Thanks for any advice, I'm getting a little overwhelmed with this last mile and lost documentation are about submitting new apps. [link] [comments] | ||
Custom generated keystore file and sensitive keys included Posted: 31 Jul 2021 03:08 PM PDT Is it possible to include a custom generated keystore file with an apk that includes sensitive info like api keys? This would obviously require generating a keystore file outside of Android Studio's generator [link] [comments] | ||
What's the difference between a normal view and an AppCompat view? Posted: 31 Jul 2021 11:08 AM PDT Is one better than the other performance wise? Which one should developers pick? Ex. [link] [comments] | ||
Handling fake IAP - Android billing library 3 Posted: 31 Jul 2021 02:46 AM PDT Hi I've Implemented In App purchase in my Android App Starting with billing library 3 it was new released at the time so I didn't think to do any purchase verification from my side. I just relied on it. However, I've noticed a lot of fake purchases and someone actually did a YouTube video on my app mentioning that he did a fake purchase. I know there is a lot of threads about this matter but I didn't see any new ones so I think maybe there is something new about it. - Do you guys think I should do my sever side verification every time after querySkuDetails response ? . if yes. is there any negative impacts on the users who did a real purchase (Assuming the server verification is fine) ? or maybe this is not the right way to do it ? Please any idea on how you guys handling it. - IAP library 4 is available now. Did Google fix this ? I mean this BS should be taken care of by Google. They take the purchase percentage from us and not doing anything about this. For God sake I want to concentrate on improving my app not dealing with this. I need your experience guys Thanks in advance [link] [comments] | ||
Posted: 31 Jul 2021 02:36 AM PDT
Source: https://support.google.com/googleplay/android-developer/answer/10808976 I'm not sure what to make of it. It seems like we can't ask for this type of data if the only point of it is advertisement or analytics. I'm pretty much sure personalized ads do access users' location to display more accurate ads. Then there's this second part that states it's ok to access it to display ads as long as they comply with the ad policy. Edit: Here's more info:
My admob plugin requires ACCESS_FINE_LOCATION. Has anyone uploaded or updated an app with ads and this permission recently? How did it go? [link] [comments] | ||
Upload Android Bundle now users cannot update Posted: 31 Jul 2021 08:34 AM PDT Hello I need help! My users can't update my app but on the Google Play Console my app was successfully rolled out. Does anyone has a similar experience? This is my first time uploading Android Bundle file instead of apk. [link] [comments] | ||
Posted: 31 Jul 2021 10:05 AM PDT Just kind of venting. I use Crashlytics to keep an eye on trending issues in my APK, but because the SDK also has the AdMob libraries in it my APK gets flagged as having ads. I'm already talking with them about it, but god damn is it frustrating. [link] [comments] | ||
Posted: 31 Jul 2021 01:02 PM PDT I want to integrate a basic camera view into my app. Is CameraX is the recommended solution by veteran android developers? I know Google at least is definitely recommending this route: https://developer.android.com/jetpack/androidx/releases/camera [link] [comments] | ||
Posted: 31 Jul 2021 04:59 AM PDT I am just curious and wanted to know, where do wallpaper apps get their wallpapers? But there are many popular & successful apps, with their own styles/categories of images and this is different for each app. Do those apps, have a separate team of third-party/external photographers who submit their photos? [link] [comments] | ||
ConstraintLayout 2.1.0 & ConstraintLayout-compose 1.0 beta 2 Posted: 30 Jul 2021 05:58 PM PDT | ||
Hands on with Jetpack's Security new App Authenticator Library Posted: 30 Jul 2021 11:52 PM PDT
| ||
What is considered as a "compact" phone today? Posted: 31 Jul 2021 08:14 AM PDT | ||
[Question] Getting started with Android for experienced front end engineers? Posted: 31 Jul 2021 08:08 AM PDT The codelabs were very basic. Android dev landing page is pretty confusing though, at least to me. Kotlin / Jetpack compose or the old JAVA xml way. Not sure what the industry standard is. Still dont feel confident. Are there any quality resources to strengthen my Android dev skills, especially if I'm an experienced programmer coming from React Native and JS land? I know JAVA pretty well though. Can pickup Kotlin in a day or two. Any good resources to learn the tricks of the trade? At least a roadmap or something of getting familiar with the entire ecosystem since everything's pretty overwhelming in general due to too many options. Like i want to gain the level of expertise wherein I can clone the front end of any application that I want. I can do that in RN but having native skills is always appreciated. That'll provide me the skill set to build RN libs and what not. Thanks! [link] [comments] | ||
Two Api requests with paging library Posted: 31 Jul 2021 06:18 AM PDT Hey everyone, I'm currently writing an app that displays a list of movies. I want the main fragment to display the list of trending movies with the user being able to search for movies. However, I'm struggling to handle two api requests. The code is in the link. Any help is greatly appreciated. Thank you [link] [comments] | ||
Speedup your CI with BatchRunner Posted: 31 Jul 2021 01:52 AM PDT Here is a module that can bring parallelism to your unit tests(Android). Batch-Runner is a Junit4 plugin that uses Coroutines under the hood to spin off the maximum available threads while running the unit tests. This plugin also allows the developer to run the Test-Suits in parallel. Batch-Runner presently supports Mokito out of the box and exposes certain classes that help developers create custom Runner implementations that can leverage Batch-Runner's Parallel test running capability. [link] [comments] | ||
Does Google Admob ban your app ads based on your Youtube channel? Posted: 30 Jul 2021 04:45 PM PDT Hey, I have a brand youtube account linked to my email address i used to sign up to admobs and the channel is based on cybersecurity and ethical hacking (i don't have any ads on this youtube channel). My admob account was approved and i had ads running on an app but then now my account has been banned with the following: ...... Enables dishonest behaviour: We do not allow content that: helps users to mislead others. promotes any form of hacking or cracking and/or provides users with instructions or equipment that tampers with or provides unauthorised access to software, servers or websites. ..... I only have ads running on my app, basically a Flappy Bird clone haha (I know). But the only thing i could think of is they looked at my cybersecurity channel and didn't like what they saw? I don't have any ads running on my youtube only the app. I'm just trying to figure out where i went wrong. [link] [comments] | ||
What would be the modern implementation of expandablelistview? Posted: 30 Jul 2021 10:43 PM PDT Is there any? or is it still the most/best method out there? Thank you. [link] [comments] | ||
Posted: 31 Jul 2021 02:23 AM PDT Hello dear android community, I'd like to ask where I can find out where I can check the compatability of my app, that I programmed for a class. I will send in the documentation today, and I am unsure how I can check the device compatability for the app. Can someone guide me here in this process ? [link] [comments] | ||
Managing state with RxJava - Jake Whaton Posted: 30 Jul 2021 08:16 PM PDT Is this how tech companies write reactive UI? I have seen ton of RX code and familiar with patterns, but this video just spins my head around. If I were to conduct interviews to hire RXJava developer, I doubt much or any of them could write code this way. (Btw, any high school student can write the exact functionality with stupid/easy RX code or just imperative) Do I need to be writing RXJava at this level to be competent enough to work in the valley? [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