Android Dev - How do I become an employable Android Dev again? |
- How do I become an employable Android Dev again?
- Does anyone else face this problem with compose app: The pre-launch report runner in Play store is not able to click any buttons!
- Google Play taking apps down for Metadata links
- How do you Opt-In to certain functions? [Koin]
- Why am I always getting null in Retrofit in Android?
- ARCore Question
How do I become an employable Android Dev again? Posted: 08 Jan 2022 03:41 PM PST I got my first co-op as an Android Dev back in 2018 after I had learned some basics of activity lifecycles, fragments, recycler view, layouts and just fundamentals in general. I have not touched Android since then. I'm looking some of these jobs postings, and my god, the requirements! RxJava 2, Retrofit, Dagger, Glide, Kotlin, MVVM, MVP, etc. How the hell do I even begin to tackle this new learning process? Android Dev Seems like a completely different beast compared to what it used to be back then. And now there is Compose? Should I learn Kotlin + XML, Java + XML? Or Compose? What frameworks should I focus on to become employable? Sorry if too many questions, I just don't know where to start anymore. I can't cram Android knowledge 2 weeks before job interviews like I used to. [link] [comments] |
Posted: 08 Jan 2022 06:23 PM PST After switching to Jetpack Compose, my apps don't produce meaningful pre-launch reports anymore. The robot runner simply starts the app and doesn't click anything. Very rarely it clicks one button and then gives up. The accessibility report seems to consider the entire activity as one touch area. I don't have any custom test scripts or Firebase configurations, just the defaults. At first I thought it is because Compose is new, and that eventually the test runner will catch up. But the problem is still present even after 6 months, so I wonder whether I am missing something, or is everyone else facing the same problem? [link] [comments] |
Google Play taking apps down for Metadata links Posted: 08 Jan 2022 05:15 PM PST Google Play last night took down 4 of my apps for Metadata links.... There are zero links in the apps. So I have zero idea on how to fix what they want me to fix? Has anyone else ever came across this issue and how to solve it. There are G rated Admob adverts within the apps (the only thing that could constitute a link). There is no instance of the word "link" in any of the titles or description of any of the apps. I appealed on one app and they took down another 4 apps.. so completely lost atm and no one at Google seems to know. [link] [comments] |
How do you Opt-In to certain functions? [Koin] Posted: 08 Jan 2022 03:13 PM PST Been bugging me ever since updating to Koin 3.1.4 but a specific `getViewModel()` function seems no longer accessible, but was in 3.1.2. It's located in the `KoinExt.kt` file and has an OptIn annotation for the KoinInternalApi::class. Hw can I: A) Access a function that is clearly there but no longer findable (?), and Thanks. [link] [comments] |
Why am I always getting null in Retrofit in Android? Posted: 08 Jan 2022 02:08 PM PST I was using Volley to process the json data.. they said I should use a retrofit instead. They said it would be easier. I tried but I am not getting any value. Can you help me? I created a simple project, you can review it if you want. https://github.com/theoyuncu8/data My JSON Data; [link] [comments] |
Posted: 08 Jan 2022 01:55 PM PST Is there a way to show only the 3d object without the background? I want to use a model of an interior of a room, I want the user to be able to move inside it with the help of ARCore. But, as soon as they find a floor and place the model, I'd like the background to disappear. Is that possible? [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