Android Dev - User Messaging Platform and AdMob |
- User Messaging Platform and AdMob
- Introduction to Dagger dependency injection [Free course]
- Jetpack Compose: Where is the Documentation?
- Showing the toast message in the proper language from resources.
- As an app developer, what's the one thing you have the most difficulty with?
- Hello Guys, I want some Information I have transfer my Application Revenue and app sales to to my bank account but my payment not receive to me 1 month 22 days ago. I am living in India can anyone help me how much time they take to transfer my revenue and app sales o my bank account 20k
- Stop other media players like music player, spotify or youtube, etc
- What's the difference between a normal view and an AppCompat view?
- Custom generated keystore file and sensitive keys included
- Opensource Education Augmented Reality App | HucreAR
- Check out my first 3D mobile game, Paddle Pong! I'd appreciate any feedback for improvement.
- Upload Android Bundle now users cannot update
- App flagged for Ads
- Rekeying for app that’s already deployed
- Camera Library
- What is considered as a "compact" phone today?
- [Question] Getting started with Android for experienced front end engineers?
User Messaging Platform and AdMob Posted: 01 Aug 2021 12:57 AM PDT Greetings, I have a question. I'm trying to integrate AdMob in my app, using User Messaging Platform to get user consent, but feel the documentation is a bit lacking. I'm not really sure what I'm supposed to do with the result of the consent form that pops up. As far as I can tell, previous incarnations of Google's consent APIs stated that you'd pass a "npa=0" parameter to AdMob when requested non-personalized ads, if user didn't consent. I can't find anyhing about this in newer documentation. How do I pass all this consent information to AdMob? How do I even access it? (Since now it's a lot more complex than just consent or no consent) Hope someone can give me some pointers. [link] [comments] | ||
Introduction to Dagger dependency injection [Free course] Posted: 01 Aug 2021 07:49 AM PDT Hi everyone and welcome to my new course Android Dependency Injection using Dagger 2 with Kotlin This course is designed for an Android Developer who has no background in using Dagger 2 for Dependency injection. Dagger is one of the most popular frameworks for Dependency injection in Android Development. It is developed by Google as a forked project from Dagger 1 which is developed by Square. Dagger 2 is one of the skills that you should have for your career as an Android Developer because a lot of companies use it nowadays because it is fast, reliable and it makes the code more testable and clean because of separation of concerns. After this course, you will be able to Understand the following
[link] [comments] | ||
Jetpack Compose: Where is the Documentation? Posted: 01 Aug 2021 05:10 AM PDT I'm trying to learn Jetpack Compose now that it has a stable release. But, I can't find any official documentation of compose components like Row, Column, Button etc. Coming from a full-stack background, I'm used to component libraries having a list of all the components available with docs. Is it being worked on or am I missing something? I know that there are books/articles on Compose which can help but I wanted 1st party documentation that won't become obsolete after a few updates. Edit: typo [link] [comments] | ||
Showing the toast message in the proper language from resources. Posted: 01 Aug 2021 01:39 AM PDT Hello devs, some info before the problem: - I have "change language" feature in my app so the user can change the app language from settings. - as you know when changing the app language programmatically you really don't change the whole app language you just change the activity language(the root of my problem) problem description: Sometimes I need to show a toast message from res/string in ViewModel so I use the application context but the problem appears when the device language is EN and the app language is AR for example and I already using the app context in ViewModel therefore the message will appear in EN even though the app language is AR. problem-solve(currently): I created two functions in my Application class, Are there any concerns about this solution(performance, crashes...etc)? Is there a better solution for this problem? Any suggestion will be appreciated :) [link] [comments] | ||
As an app developer, what's the one thing you have the most difficulty with? Posted: 01 Aug 2021 08:40 AM PDT I personally feels that app seo is the hardest thing, but I'm pretty new to this. Anyone else feels this way? [link] [comments] | ||
Posted: 01 Aug 2021 07:05 AM PDT | ||
Stop other media players like music player, spotify or youtube, etc Posted: 01 Aug 2021 06:59 AM PDT Hi, how can stop the playing music or any background sound from my? I just able to mute the song but the player is still playing. [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] | ||
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] | ||
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] | ||
Check out my first 3D mobile game, Paddle Pong! I'd appreciate any feedback for improvement. Posted: 31 Jul 2021 05:21 PM PDT
| ||
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] | ||
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] | ||
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] | ||
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] |
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