Android Dev - “Postmortem: How I got banned from /r/androiddev for being ‘too’ active as a member of the Community” by Gabor Varadi |
- “Postmortem: How I got banned from /r/androiddev for being ‘too’ active as a member of the Community” by Gabor Varadi
- Introducing Gryphon, the Swift to Kotlin translator
- Kotlin Extension function to chain ConstraintLayout animations with TransitionManager
- Multiple navigation graphs (with bottom navigation bar)
- Coroutines & Patterns for work that shouldn’t be cancelled
- How important is familiarity with Gradle as a skill for an Android developer?
- DO Android Jobs pay well?
- Which programming language to choose from Java and Kotlin for Android Application Development?
- Shard your Android Espresso tests for faster execution in parallel
Posted: 21 May 2020 04:33 AM PDT | ||
Introducing Gryphon, the Swift to Kotlin translator Posted: 20 May 2020 05:01 PM PDT Hi all, I've just published the first full version Gryphon, a program that translates Swift code into Kotlin code. It is meant to let developers share their iOS app's code with Android. I encourage anyone interested to check out the video and the website. This is the first version where all features are working:
This list of features isn't to say there aren't any bugs, of course - I'm doing my best to keep track of them and fix them on a daily basis. Any questions, comments, or feedback in general is welcome! [link] [comments] | ||
Kotlin Extension function to chain ConstraintLayout animations with TransitionManager Posted: 21 May 2020 03:18 AM PDT So this basically just runs one Transition after the previous one ends, useful where you want to chain several ConstraintLayout Transitions one after another. As there was no "true" built-in method to do this, I decided to create a small extension function for it. PS: TransitionSet with the SEQUENTIAL option didn't work for me https://gist.github.com/DDihanov/6624925ced3b4db6f4ce6cbe1704a891 [link] [comments] | ||
Multiple navigation graphs (with bottom navigation bar) Posted: 20 May 2020 01:02 PM PDT
| ||
Coroutines & Patterns for work that shouldn’t be cancelled Posted: 21 May 2020 02:34 AM PDT
| ||
How important is familiarity with Gradle as a skill for an Android developer? Posted: 20 May 2020 05:01 PM PDT I understand that Gradle helps automate dependency management, task automation, and other things, but I can't find anything online that discusses its importance in the daily use by Android developers. Do you use the features with Gradle a lot in your work? As a beginner learning it in Udacity, I'm just being introduced to it. How important is this skill? When you're hiring someone, is this something you'd value in them? [link] [comments] | ||
Posted: 20 May 2020 01:47 PM PDT I feel like everyone wants to get into Android and so there is a lot of competition and it keeps the pay down. Kinda like the gaming industry? [link] [comments] | ||
Which programming language to choose from Java and Kotlin for Android Application Development? Posted: 20 May 2020 10:49 PM PDT
| ||
Shard your Android Espresso tests for faster execution in parallel Posted: 19 May 2020 01:41 PM PDT
|
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