• Breaking News

    Monday, June 21, 2021

    Android Dev - Weekly Who's Hiring Thread - June 21, 2021

    Android Dev - Weekly Who's Hiring Thread - June 21, 2021


    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:

    Company: <Best Company Ever>
    Job: [<Title>](https://example.com/job)
    Location: <City, State, Country>
    Allows remote: <Yes/No>
    Visa: <Yes/No>

    Feel free to include any other information about the job.

    submitted by /u/AutoModerator
    [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:

    Repo 2: AppDevAssist/AndroidNavigation-part-2: Android Navigation drawer example with Navigation Component (github.com)

    Part 7: Navigation Drawer:

    Part 8: Tablayout + ViewPager2:

    Part 9: BottomNavigation:

    submitted by /u/ndkm
    [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!

    submitted by /u/cynical_bibliophile
    [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

    submitted by /u/acedelaf
    [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() })
    Any suggestions where I don't have to switch everything to fragments?

    Thanks,

    submitted by /u/No-Championship2288
    [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!

    submitted by /u/supersayanftw
    [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.

    https://forms.gle/BhBkUKi3WCGE5VS78

    submitted by /u/felipeflorencio
    [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?

    ld: error: undefined symbol: ACE_Time_Value::ACE_Time_Value(long, long) >>> referenced by VrCubeWorld_Framework.cpp:241 (jni/../../../Src/VrCubeWorld_Framework.cpp:241) >>> /home/smiller/Development/Vandy/Term3/VR/ovr_strip1/VrSamples/VrCubeWorld_Framework/Projects/Android/build/intermediates/ndkBuild/release/obj/local/arm64-v8a/objs/vrcubeworldfw/__/__/__/Src/VrCubeWorld_Framework.o:(OVRFW::VrCubeWorld::AppInit(OVRFW::ovrAppContext const*)) >>> did you mean: ACE_Time_Value::ACE_Time_Value(long, long) >>> defined in: /home/smiller/Development/Vandy/Term3/VR/ovr_strip1/VrSamples/VrCubeWorld_Framework/Projects/Android/jni/../../../../../3rdParty/ACE_wrappers/build/target/lib/libTAO.a(ORB_Core.o) clang++: error: linker command failed with exit code 1 (use -v to see invocation) make: *** [/home/smiller/Android/Sdk/ndk/22.0.7026061/build/core/build-binary.mk:728: /home/smiller/Development/Vandy/Term3/VR/ovr_strip1/VrSamples/VrCubeWorld_Framework/Projects/Android/build/intermediates/ndkBuild/release/obj/local/arm64-v8a/libvrcubeworldfw.so] Error 1 

    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

    submitted by /u/free-puppies
    [link] [comments]

    Effective Kotlin Item 42: Respect the contract of equals

    Posted: 21 Jun 2021 12:08 AM PDT

    SachinKasaraddi/Hotkeys This simple Android Studio plugin includes keyboard shortcuts for many common actions.

    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?

    submitted by /u/yoitsappy
    [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?

    submitted by /u/techsavvynerd91
    [link] [comments]

    Android Development: Android App Development From Scratch - free course from udemy

    Posted: 20 Jun 2021 02:02 PM PDT

    Learn keyboard shortcuts using this plugin HOTKEYS | Jetbrains Link | https://plugins.jetbrains.com/plugin/17027-hotkeys | Open Source | https://github.com/SachinKasaraddi/Hotkeys

    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.

    https://anchor.fm/reactivity

    Google Podcasts: https://www.google.com/podcasts?feed=aHR0cHM6Ly9hbmNob3IuZm0vcy81Zjg1ZmVhOC9wb2RjYXN0L3Jzcw==

    Apple Podcasts: https://podcasts.apple.com/us/podcast/reactivity-android-developer-podcast/id1572180337

    submitted by /u/kalyandechiraju
    [link] [comments]

    No comments:

    Post a Comment