Weekly "who's hiring" thread! Android Dev |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - February 26, 2018
- Why Flutter Uses Dart
- Android Architecture: Part 1 — every new beginning is hard
- Caster.io Free Course: Android Architecture Components - A Deep Dive
- Using Gradle Build Cache Server – Medium
- Does anyone still use MVP for architecting their android apps? Specifically the clean code (onion) architecture approach.
- Make your custom view 60fps in Android
- OOP Structuring Question
- replace constructor with builder
- [Elmdroid - New Elm Architecture library for Android](https://github.com/InventiDevelopment/Elmdroid)
- Any comprehensive courses/books on Android Rom Development?
- Adding Picture in Picture to your App
- Best Unit Test Example for Anroid?
- Need resources about practical and simple MVVM/MVP
- Signing Android Application(User/Platform/Vendor)
- Final year project computer - Product Discovery
- DaggerViewModelHelper - Small library to help implement Dagger and ViewModel
- Android Memory Management and Save & Restore for Developers
- Prototyping Rx - 11am IST
- [Library] Customizable Googlish Datetime Picker ViewGroup - Easy-to-use/implement
- Learning Android: Java vs Kotlin (or else?)
- How do you guys test Loading/Error states with Kotlin Coroutine?
- Dependency Injection: the pattern without the framework
- Final Keyword in JAVA Simple Explanation
Posted: 26 Feb 2018 04:46 AM PST 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 - February 26, 2018 Posted: 26 Feb 2018 02:56 AM PST This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, 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] | ||
Posted: 26 Feb 2018 01:27 PM PST
| ||
Android Architecture: Part 1 — every new beginning is hard Posted: 26 Feb 2018 07:06 AM PST
| ||
Caster.io Free Course: Android Architecture Components - A Deep Dive Posted: 26 Feb 2018 02:18 AM PST
| ||
Using Gradle Build Cache Server – Medium Posted: 26 Feb 2018 08:12 AM PST
| ||
Posted: 26 Feb 2018 12:42 PM PST
| ||
Make your custom view 60fps in Android Posted: 25 Feb 2018 10:41 PM PST
| ||
Posted: 26 Feb 2018 12:28 PM PST I have multiple activities that have similar functions; my goal is to create a superclass that my activities can extend to help reduce code duplication. We'll call my subclass activities SedansActivity and TrucksActivity, and my superclass activity VehiclesActivity. Within SedansActivity I have Then I have essentially the same code for TrucksActivity, except sedansArray<Sedan> is trucksArray<Truck>, SedanArrayAdapter is TruckArrayAdapter, within the new OnClickListener() I want to navigate to NewTruckActivity.class, and my load from db function has How much of this could I put into VehiclesActivity? And how would I go about doing that? Within VehiclesActivity how would I declare an ArrayList<> that is both <Truck> and <Sedan>? Can I put loadVehiclesFromDB() in VehiclesActivity? How would I distinguish between and Any help is appreciated. [link] [comments] | ||
replace constructor with builder Posted: 26 Feb 2018 12:51 AM PST
| ||
Posted: 26 Feb 2018 06:22 AM PST Github link: https://github.com/InventiDevelopment/Elmdroid (can't edit the screwed up title :) ) Hi guys. During the last year, me and my team did an extensive research on various unidirectional architectures and finally came to the conclusion that The Elm Architecture (TEA) with it's well defined background tasks and subscriptions is especially well suited for android development. Inspired by interesting blog series from Sergey Grekov we created a small and very focused kotlin library to help you implement TEA on android. It's intentionally very simple without any configuration change handling etc., so you can use it with your favourite solutions or use our optional ViewModel integration if you like. The view state is provided in a LiveData container in order to provide automatic lifecycle handling and your background tasks and subscriptions are integrated with RxJava. Having a hard time managing complexity in your huge form component? Elmdroid is simple and non-invasive enough so you can start using it in isolated places throughout your project. Although we already use it in production code, there is a lot of room for improvement and we still think about this as a research project so any feedback/issues/pull requests are highly appreciated! [link] [comments] | ||
Any comprehensive courses/books on Android Rom Development? Posted: 26 Feb 2018 12:24 AM PST I want to improve the general Open Source status of my android devices by building some ROMs/TWRP, but I couldn't find any centralized sources of information on the topic. Mostly just threads (likely outdated) on xda. [link] [comments] | ||
Adding Picture in Picture to your App Posted: 26 Feb 2018 03:06 PM PST
| ||
Best Unit Test Example for Anroid? Posted: 26 Feb 2018 06:17 AM PST I'm looking for most idiomatic and/or modern implementation of Unit Test techniques for Android, preferably with Kotlin. Also it would be great if it's simple, concise & easy to understand. [link] [comments] | ||
Need resources about practical and simple MVVM/MVP Posted: 26 Feb 2018 12:55 AM PST Hi guys, I've recently started to learn Android dev. So far I have made a simple app in Kotlin able to load and store a list in db using Room and show it using ListView. The next logical step for me has been to rewrite my ugly beginner code (used just for trying to put something to screen, react to button press and try some kind of persistent storage) to something like MVVM or MVP which should simplify adding more features and help making my code cleaner. But at this moment I've hit the wall. There are a lot of ways I can use these patterns (RxKotlin, architecture components), but all of them seems quite complicated for me and IMO contains a lot of bloat. So far everything looks like a too sophisticated solution for my trivial needs. Can you guys point me at some resources how to implement MVVM or MVP without much added complexity? Or am I doing something wrong and I should change my approach? [link] [comments] | ||
Signing Android Application(User/Platform/Vendor) Posted: 26 Feb 2018 12:48 PM PST
| ||
Final year project computer - Product Discovery Posted: 26 Feb 2018 12:37 PM PST I'm contemplating a final year project next year for computer science. My idea is to allow users to search for products on their phones with the results coming from nearby stores that sell that item. I'd scrape some of the more major store sites but allow smaller stores to register and upload products. Does this sound like an okay idea? Our lecturers have said not to do another shopping basket application is this sounding too much like that? What could I do to progress the idea? [link] [comments] | ||
DaggerViewModelHelper - Small library to help implement Dagger and ViewModel Posted: 26 Feb 2018 02:40 AM PST
| ||
Android Memory Management and Save & Restore for Developers Posted: 26 Feb 2018 11:56 AM PST
| ||
Posted: 26 Feb 2018 10:27 AM PST
| ||
[Library] Customizable Googlish Datetime Picker ViewGroup - Easy-to-use/implement Posted: 26 Feb 2018 10:19 AM PST
| ||
Learning Android: Java vs Kotlin (or else?) Posted: 26 Feb 2018 05:00 AM PST I'm currently learning Android Dev through Udacity free courses, but I feel frustrated because of all the options available: the course is using Java, but I hear a lot about Kotlin, React Native and recently I discovered Flutter. For now I want to stick with Android, but cross-platform is something I might need in the future. Should I proceed with Java, and then learn other options in case I need them, or drop it, and go for Kotlin/React/Flutter right away? I have basic knowledge of Java and object oriented programming (SOLID, few patterns), so I don't really have preference, just want to figure out which option is a way to go for a beginner. [link] [comments] | ||
How do you guys test Loading/Error states with Kotlin Coroutine? Posted: 25 Feb 2018 07:09 PM PST I'm trying to migrate my project from RxJava to coroutine as kind of experiment, and I haven't been able to find an equivalent function for Observable.never(). I have been browsing github repos for some example and also asked on StackOverflow but haven't got any answer yet. I'd be grateful if anyone could help me with this. [link] [comments] | ||
Dependency Injection: the pattern without the framework Posted: 25 Feb 2018 11:41 PM PST
| ||
Final Keyword in JAVA Simple Explanation Posted: 26 Feb 2018 10:44 AM PST
|
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