Android Dev - Weekly Who's Hiring Thread - June 21, 2021 |
- Weekly Who's Hiring Thread - June 21, 2021
- Created a simple HTML to PDF library for Android. Feel free to check and contribute.
- I made these 9 tutorials on Android Navigation component for beginners (Kotlin)
- Is there any good tutorial for paging using the Jetpack library in Java?
- Looking for a plugin to organize my global variables
- Using constructor RxController I can't use coroutine nor view model
- Is there a better image color palette API?
- A simple app showing how to make a YouTube Shorts/TikTok style video pager
- How much do you believe your app changed in the last year?
- Linking static libraries to Android.mk - ld undefined symbol is found in the static lib?
- Effective Kotlin Item 42: Respect the contract of equals
- SachinKasaraddi/Hotkeys This simple Android Studio plugin includes keyboard shortcuts for many common actions.
- What concepts should I know to qualify as an beginner level android developer?
- Is there a good JSON to Gson converter for Kotlin?
- Android Development: Android App Development From Scratch - free course from udemy
- Learn keyboard shortcuts using this plugin HOTKEYS | Jetbrains Link | https://plugins.jetbrains.com/plugin/17027-hotkeys | Open Source | https://github.com/SachinKasaraddi/Hotkeys
- Sharing my podcast with fellow android devs
Weekly Who's Hiring Thread - June 21, 2021 Posted: 21 Jun 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] | ||
Created a simple HTML to PDF library for Android. Feel free to check and contribute. Posted: 21 Jun 2021 03:43 AM PDT
| ||
I made these 9 tutorials on Android Navigation component for beginners (Kotlin) Posted: 20 Jun 2021 07:59 PM PDT Repo 1: AppDevAssist/AndroidNavigation-part-1: Basics of Navigation : setup, toolbar, safeargs,and animation (github.com)Part 1: Introduction to Navigation Component:Part 2: How to use safe-args in Navigation Component:Part 3: How to use animations in Navigation Component:Part 4: How to add a toolbar in Navigation Component:Part 5: How to add a collapsing toolbar in Navigation Component:Part 6: Add Toolbar and CollapsingToolBar with Navigation component: Part 7: Navigation Drawer:Part 8: Tablayout + ViewPager2:Part 9: BottomNavigation:[link] [comments] | ||
Is there any good tutorial for paging using the Jetpack library in Java? Posted: 21 Jun 2021 07:44 AM PDT Hi r/androiddev I am an indie developer, and use Java in my project. Recently, my DB used for listing a recycler view has grown a lot, and it has a lot of latency on loading the view. I was thinking of implementing paging, and stumbled on the paging3 library provided by Jetpack. But, I couldn't find any good tutorials to implement the same in Java (only room, no network involved). I tried to hack together from what was available from Google, but that doesn't seem to be working. Is there no hope for Java here? Would appreciate any help here! [link] [comments] | ||
Looking for a plugin to organize my global variables Posted: 21 Jun 2021 06:50 AM PDT I have a lot of globally declared variables, is there a plugin out there to organize them alphabetically? Also, curious to hear what plugins you find useful? Thanks [link] [comments] | ||
Using constructor RxController I can't use coroutine nor view model Posted: 21 Jun 2021 08:06 AM PDT I got to a project where they use RxController on the library "com.bluelinelabs.conductor" I want to do the MVVM architecture, but using RxController doesn't have the "viewLifecycleOwner", so I cannot use this on my code. viewModel.employee!!.observe(viewLifecycleOwner,{ mAdapter.notifyDataSetChanged() }) Thanks, [link] [comments] | ||
Is there a better image color palette API? Posted: 21 Jun 2021 06:19 AM PDT I've been inspired by the new material you designs I've seen, and at the same time am learning android development with compose. One of the big things I'm looking to do is to dynamically theme my app based on user supplied images, aiming for something along the lines of this. I've been using the native google image palette API, but to be honest the colors it generates are very limited and bland. Does anyone know of a better palette generating API, not necessarily first party? Thanks! [link] [comments] | ||
A simple app showing how to make a YouTube Shorts/TikTok style video pager Posted: 20 Jun 2021 04:49 PM PDT
| ||
How much do you believe your app changed in the last year? Posted: 21 Jun 2021 02:59 AM PDT I'm making research to check how much an app changed in the last year, to help developers and managers better understand how the decisions that you make today will or not impact the future. I will be also sharing the results if you can just spend 1 minute and choose some options. No personal data is mandatory and I will put back here the result. [link] [comments] | ||
Linking static libraries to Android.mk - ld undefined symbol is found in the static lib? Posted: 20 Jun 2021 02:56 PM PDT Getting a weird error. It seems like the `undefined symbol` is actually found in the static library? Why is it not recognizing this? I've posted my Android.mk and some other things at StackOverflow. Any help appreciated!! https://stackoverflow.com/questions/68060324/oculus-sdk-android-ndk-linking-error-1-did-you-mean-same-as-used-symbol [link] [comments] | ||
Effective Kotlin Item 42: Respect the contract of equals Posted: 21 Jun 2021 12:08 AM PDT
| ||
Posted: 20 Jun 2021 11:43 PM PDT
| ||
What concepts should I know to qualify as an beginner level android developer? Posted: 20 Jun 2021 09:45 AM PDT I'm learning Android developer for a few months. I've made apps using retrofit, Room Database, Fragments,Firebase storage, Firestore database, image loading like Picasso and glide. I'm learning MVVM and jet pack right now I'm a btech graduate of 2021 and looking for jobs as a android developer. But I don't know what's my level of development. Can you tell what are some concepts I should know to qualify as a beginner level android developer? [link] [comments] | ||
Is there a good JSON to Gson converter for Kotlin? Posted: 20 Jun 2021 08:23 PM PDT I found a Json to Gson converter in Java that works really well, but I want one that creates classes in Kotlin. Any suggestions? [link] [comments] | ||
Android Development: Android App Development From Scratch - free course from udemy Posted: 20 Jun 2021 02:02 PM PDT
| ||
Posted: 20 Jun 2021 01:15 PM PDT
| ||
Sharing my podcast with fellow android devs Posted: 20 Jun 2021 09:46 AM PDT Hello, devs! Just wanted to share my podcast and hear your feedback for improvement. Please let me know what you think. Hope you like it. Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9hbmNob3IuZm0vcy81Zjg1ZmVhOC9wb2RjYXN0L3Jzcw== Apple Podcasts: https://podcasts.apple.com/us/podcast/reactivity-android-developer-podcast/id1572180337 [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