Android Dev - Weekly Who's Hiring Thread - October 11, 2021 |
- Weekly Who's Hiring Thread - October 11, 2021
- Common Android Interview Questions & Answers
- What are your favourite shortcuts or features in Android Studio?
- This video is about Square Logcat open source Library and how it works more efficient than Timber. No hard feelings toward Jake Wharton!
- How do big corporations like Zynga, Ketchapp etc handle developer accounts (appstore, gpd) I mean are the founders only with root account access, while rest of the employees have admin access?
- Do you use espresso or just test your ui?
- looking for solutions
- Here is the list of the first available custom ROMs based on Android 12
- Android — Basic Hilt setup with viewmodel & fragment
- Should each UI module have its own domain/data layers?
- Is Jetpack Compose actually stable if it is still missing important functionalities? Is XML actually more reliable when using features such as navigation animation?
- Help with Sceneform Maintained SDK for Android and question about unity
- Room & Kotlin Symbol Processing
- Play Store Developer Mode?
- Is it fine to assume all Android devices in this world are using "\n" as line separator character?
- Jetpack Compose - Login Keyboard Actions (Build a Login Screen Part 3)
- Neat Trick to Automate App Versioning & Build Numbering from AppCenter Without Shell Scripting
- How do I make a new google play console developer account?
- Suggestions on developing a Health Application
- Apps Removed Due to Lack of IARC content rating - Penalty Against Account?
- Static context in a failsafe situation?
Weekly Who's Hiring Thread - October 11, 2021 Posted: 11 Oct 2021 06:00 AM PDT Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
Common Android Interview Questions & Answers Posted: 11 Oct 2021 01:48 AM PDT With Android's popularity skyrocketing by the second, Android developers are in high demand. Therefore, I have compiled a list of some common Android interview questions. I hope they prove helpful. [link] [comments] | ||
What are your favourite shortcuts or features in Android Studio? Posted: 11 Oct 2021 04:07 AM PDT Let's have a knowledge-sharing post for this Monday where we can collect some tips & tricks around Android Studio - given that most of us use it all day long. Whether it's a useful shortcut, a setting, a plugin, feel free to share something that you use a lot in your day-to-day work to increase your productivity! Let me start this off with two shortcuts:
PS. My ulterior motive is that I'll be giving a talk on this topic at Droidcon Berlin, so I'm still looking for additional things to include in that! [link] [comments] | ||
Posted: 10 Oct 2021 11:44 PM PDT
| ||
Posted: 10 Oct 2021 12:53 PM PDT | ||
Do you use espresso or just test your ui? Posted: 11 Oct 2021 04:03 AM PDT | ||
Posted: 11 Oct 2021 07:13 AM PDT So I have this app on which I want to receive broadcast for phone call states, I can get all states for incoming call I can't figure out how to check if my outgoing call is answered, I know there is a permission called precise_callstate, but third party apps can't use that, so please help me figure this one out, my job kinda depends on it [link] [comments] | ||
Here is the list of the first available custom ROMs based on Android 12 Posted: 11 Oct 2021 03:22 AM PDT
| ||
Android — Basic Hilt setup with viewmodel & fragment Posted: 11 Oct 2021 03:11 AM PDT
| ||
Should each UI module have its own domain/data layers? Posted: 10 Oct 2021 08:03 PM PDT
UI module 1 (depend on domain) UI module 2 UI module n Domain module (depend on nobody) Data module (depend on domain) The problem is that any change inside domain module would causes all UI modules and data module to rebuild.
UI module 1 (depend on domain module 1) Domain module 1 (depend on nobody) Data module 1 (depend on domain module 1) UI module 2 Domain module 2 Data module 2 UI module n Domain module n Data module n [link] [comments] | ||
Posted: 10 Oct 2021 12:24 PM PDT Some important features like navigation animation are not official in jetpack compose, although they can be achieved through libraries such as Google Accompanist. If it is still missing such features, shouldn't it still be in a beta version? Is XML still more reliable? [link] [comments] | ||
Help with Sceneform Maintained SDK for Android and question about unity Posted: 11 Oct 2021 02:52 AM PDT Hello I am still new to android studio and I tried to use sceneform from google but then read it is not supported anymore so I tried to use sceneform maintained SDK but I dont know where to start to implement it, is there a clearer guide other than the one on github? also is there a way to build a simple AR app with unity and android studio combined ? [link] [comments] | ||
Room & Kotlin Symbol Processing Posted: 10 Oct 2021 02:08 PM PDT
| ||
Posted: 11 Oct 2021 12:41 AM PDT In Google Play Store About section clicking on version number shows toast same like clicking on device Build Number to enable developer mode. I didn't noticed anything diffrent after enabling play store developer mode. Anybody have any idea? [link] [comments] | ||
Is it fine to assume all Android devices in this world are using "\n" as line separator character? Posted: 10 Oct 2021 11:48 PM PDT I know that Android is built on Linux kernel and Linux is using "\n" as line separator character. Is it Ok to assume hold true for all all Android devices in this world? Will there ever be any edge case where "\n" is not used as line separator character in some rare Android device? Reason I am asking so because our one sharable data need to be shared across many Android devices. I need to ensure data, which uses "\n" as its line separator character, can be recognized by all Android devices. Thanks. [link] [comments] | ||
Jetpack Compose - Login Keyboard Actions (Build a Login Screen Part 3) Posted: 10 Oct 2021 10:36 PM PDT
| ||
Neat Trick to Automate App Versioning & Build Numbering from AppCenter Without Shell Scripting Posted: 10 Oct 2021 09:38 PM PDT
| ||
How do I make a new google play console developer account? Posted: 10 Oct 2021 03:24 PM PDT Hiya so a few months ago google decided to terminate all google play console developer accounts that have been inactive for a while. Mine was one of em but I have been working on a project for some time now and I'd like to work on it again. Unfortunately in the google play console itself it says that my account has been closed and there is no way to open it again, also the money I spent to open the account in the first place is non-refundable. I've been trying to find a way to open a different account at least and pay that amount again, however when I try to find how to open a new developer google console account I end up either in 403 pages or I just get stuck. My old account is still there taking up empty space since I can't use it even though google said that it will be deleted shortly (that was in July). I haven't been able to find where I can create a new developer account with the same email?? I understand that I could probably create a new e-mail and associate it with a new developer account but I just want to keep my e-mail. Has anyone been in the same situation or does anyone know of a workaround? To be a bit more detailed the e-mail they sent me sends me here in case I want to create a new developer account with the first step being to Sign up for a developer account which leads to a 403 page... TL;DR I am stuck trying to create a new google play console developer account after my first one was terminated due to inactivity and google isn't really helping. [link] [comments] | ||
Suggestions on developing a Health Application Posted: 10 Oct 2021 08:41 PM PDT Hey, I thought of developing a Health-tracking application for my final project. I'm just extracting related suggestions and opinions. I'm planning to focus on around 5 common functions and 1 complex function. I'd really appreciate if you could spare some time to discuss thoughts like; - What common features you expect in a health app - What complex/unique feature you'd want - How you'd expect the coding architecture to be [link] [comments] | ||
Apps Removed Due to Lack of IARC content rating - Penalty Against Account? Posted: 10 Oct 2021 10:26 AM PDT I had three apps on the play store back in 2014. They were removed in 2018. I paid absolutely no attention to them during this time. Over three years later, I'm finding out why they were removed:
My only concern is: does this count as a penalty, or "strike", against my Google Play Account? I'm releasing a closed alpha app on the play store for a college-related project and don't want any trouble with Google due to this. Thanks Note: I'm not venting, nor complaining, about the removal. I only want to know if this counts against my account. [link] [comments] | ||
Static context in a failsafe situation? Posted: 10 Oct 2021 10:26 AM PDT Yes, static context is a memory leak. But what if you used a static context purely as a failsafe, never intended to actually be used? It's only assigned once, thus no leak. For...well, context, here's what I'm talking about specifically: failsafeContext would only be accessed in case of catastrophic failure upon a getInstance() call. It's probably unnecessary, since if an app is in that bad of a state recovery is generally unlikely, but technically speaking it shouldn't hurt, right? [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