Weekly "who's hiring" thread! Android Dev |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - June 29, 2020
- Flutter vs Native vs React Native: Deep Performance Comparison
- Android 12 exposure: Google wants to abandon 32-bit support
- Introducing RainbowCake, a modern Android architecture framework
- Custom Views: Drag and Drop functionality in Kotlin
- Make your Android code healthier: Static code analysis tools for Kotlin
- Faster testing on Android with Mobile Test Orchestrator
- My 2020 New Years Resolution was to Make a New Android App Every Month. This is a Reflection of my Last Six Months!
- Looks like Google is using BOT testing on updated APK releases
- Keyboard shortcuts for a Developer
- Your awesome/quick/simple way for automation (One commit to distribution)
- Enhanced Android Security: Build Integrity Verification
- A small take into clean architecture
- What you guys think about New Google Play Console Layout?
Posted: 29 Jun 2020 05:45 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] | ||
Weekly Questions Thread - June 29, 2020 Posted: 29 Jun 2020 03:56 AM PDT This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
Flutter vs Native vs React Native: Deep Performance Comparison Posted: 29 Jun 2020 11:26 AM PDT
| ||
Android 12 exposure: Google wants to abandon 32-bit support Posted: 29 Jun 2020 02:30 AM PDT
| ||
Introducing RainbowCake, a modern Android architecture framework Posted: 29 Jun 2020 08:07 AM PDT | ||
Custom Views: Drag and Drop functionality in Kotlin Posted: 29 Jun 2020 03:06 PM PDT
| ||
Make your Android code healthier: Static code analysis tools for Kotlin Posted: 29 Jun 2020 03:21 PM PDT
| ||
Faster testing on Android with Mobile Test Orchestrator Posted: 29 Jun 2020 06:26 AM PDT
| ||
Posted: 28 Jun 2020 07:36 PM PDT
| ||
Looks like Google is using BOT testing on updated APK releases Posted: 29 Jun 2020 06:55 AM PDT Came in this morning to see a number of crashes all from a 6.0 device with no funnel data on how they got to the screen. All in Activities all new crashes. Our activities require data in the intent to be passed to them. Of course we always pass it so we have poor to no error testing here. This is inherited code on top of all this fun. What the BOT does it look in Manifest and fires up each Activity individually. So most of them crash. I had this happen at a previous job using Microsoft's Hockey App so once I figured out what happened with the build I released Sunday afternoon I exited panic mode. Put a new ticket on the board to gracefully exit Activity if it is missing required data instead of crashing so we don't see this with every release. Really wish the app was single Activity + Fragment manager. Would have avoided this plus it would help with deep linking which is on our to do board as well. [link] [comments] | ||
Keyboard shortcuts for a Developer Posted: 29 Jun 2020 02:44 PM PDT | ||
Your awesome/quick/simple way for automation (One commit to distribution) Posted: 29 Jun 2020 02:01 AM PDT Hola Subredditroids ! Hope you are all having a great Monday, I introduce to a quick recipe to automation, it can save you a lot of time searching, and implementing, it is a recipe that I have been improving for sometimes, but it have proved reliable for us in the Android team for the past 1.5 years, in a large old codebase. This recipe is a combination of two configuration files, for CircleCI and Fastlane, I have provided comments over the commands that I think could be a tricky a bit and not straightforward (Like how to manage files necessary for providing new builds that are not tracked in your VCS). Let me know in the comments if you need help or further clarification. Also I haven't added the testing execution commands, but the idea here is to give the fundamentals needed for a proper kickoff. I might update this configuration in the long term with more useful commands that can aid with the whole automation script (Publishing to google play, running unit/instrumentation tests, release notes management). If this seems beneficial to you, a star would be appreciated. CircleCI configuration: https://gist.github.com/OmarKRostom/cf15de83c41582f95814484984e2b440 Fastlane configuration: https://gist.github.com/OmarKRostom/52fe6aae3a8cd26a28c93b21c763bde7 [link] [comments] | ||
Enhanced Android Security: Build Integrity Verification Posted: 29 Jun 2020 05:19 AM PDT
| ||
A small take into clean architecture Posted: 29 Jun 2020 01:14 AM PDT After spending multiple years on a legacy project, now i got some free time to work more with the new android components and architectures. I'm looking for some feedback, because i would like to present this to my colleagues in order to start migrating slowly to view models, live data, a proper repository for data instead of a huge "manager", and other new android "goodies". As i mentioned, feedback is much appreciated. Thanks in advance :) edit: forgot to post the link (dumb): https://github.com/daroltidan/clean-architecture [link] [comments] | ||
What you guys think about New Google Play Console Layout? Posted: 28 Jun 2020 10:59 PM PDT I guess it's more detailed and helpful for better insight. Checkout and share your reviews. [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