• Breaking News

    Monday, July 5, 2021

    Android Dev - Weekly Who's Hiring Thread - July 05, 2021

    Android Dev - Weekly Who's Hiring Thread - July 05, 2021


    Weekly Who's Hiring Thread - July 05, 2021

    Posted: 05 Jul 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]

    I've been working on this Lottie animation editor to edit and export Lottie animations (supported by Android) without After Effects! A lot of people on here have given super useful feedback so far and here's the UI update I'm implementing based on it. Feel free to sign up on lottielab.io. Thanks!

    Posted: 04 Jul 2021 03:40 PM PDT

    Material Components 1.4.0 is now stable with NavigationRailView, centered titles in MaterialToolbar

    Posted: 04 Jul 2021 08:09 PM PDT

    Apple M1 is Just Not Ready for Mobile Development Yet

    Posted: 05 Jul 2021 02:36 AM PDT

    From Zero To Hero Series - Kotlin Flows, Channels, Sequences - medium article - with examples

    Posted: 05 Jul 2021 04:06 AM PDT

    From Zero To Hero Series - Kotlin Flows, Channels, Sequences - medium article - with examples submitted by /u/oiyio
    [link] [comments]

    Compose architecture: MVVM or MVI with Flow?

    Posted: 05 Jul 2021 07:22 AM PDT

    First android app

    Posted: 05 Jul 2021 07:15 AM PDT

    I just created my first android app in Android studio . And it took 2 minutes to build . Is this a typical time ? If it's slow then how can I speed up ?

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

    Recyclerview empty even if list isn´t

    Posted: 05 Jul 2021 07:09 AM PDT

    Hi. I´m having some problems with a recyclerview and I´m so lost. Even if I send an array with 500 items to the adapter, getItemCount shows that it has 0 items. Has anyone run in to this problem before?

    This is how I add things to the recyclerview array

    fun createToplist(toplistItems: ArrayList<Toplist>?, isEditing: Boolean) {
    this.isEditing = isEditing

    this.toplistItems?.apply {
    clear()
    addAll(toplistItems?.sortedBy { it.market_cap_rank ?: 9999 } ?: listOf())
    }
    }

    And this is the getItemCount method:

    override fun getItemCount(): Int = (toplistItems?.size ?: 0) + shouldDownloadMore()

    Afterr adding everything to the adapter I call notifyDataSetChanged()

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

    What Do you think about Modular Phones and It's future.

    Posted: 05 Jul 2021 06:23 AM PDT

    Would you buy or try it.

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

    Issue : Office-365-SDK-for-Android - SignOut feature

    Posted: 05 Jul 2021 04:51 AM PDT

    I followed this tutorial for the microsoft login Office-365-SDK-for-Android-1,

    Login done successfully. But do not know How to apply sign-out feature in the same sample, I searched everywhere for this sign-out feature, but no luck

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

    Phone as webcam app - Is it really difficult to make?

    Posted: 05 Jul 2021 03:56 AM PDT

    If so, where does the difficulty lie? I have not found any open source one. I assumed, there would be many.

    submitted by /u/loser-two-point-o
    [link] [comments]

    Google's Associate Android Developer Certification vs Udacity's Android Developer Nanodegree

    Posted: 04 Jul 2021 12:04 PM PDT

    Which looks better on a resume for an entry-level position?

    1. Google's Associate Android Developer Certification or
    2. Udacity's Android Developer Nanodegree

    Does it make sense to get both?

    For some background, I'm a 27 year old from a 3rd world country that is aiming to migrate to the US to pursue a career in Android Development. I have an IT degree.

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

    Effective Kotlin Item 44: Respect the contract of compareTo

    Posted: 05 Jul 2021 12:48 AM PDT

    From your work experience, which one is better paid AndroidDev(Kotlin) or iOSDev(Swift)

    Posted: 04 Jul 2021 11:41 PM PDT

    From the point of view of someone with less than 1-3 years of experience in mobile development. Not counting the need to have a Mac to use Xcode

    Which of the two would be better paid for someone just starting out?

    If you feel comfortable, please share your age, country, and years of experience. Also the labor field that occupies

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

    I created an app where you could store and share your favorite life-memories

    Posted: 04 Jul 2021 10:26 AM PDT

    Reminiscence

    I taught myself how to program in java and learned the basics of app development in two months by reading books and using the internet to create this app. If this goes well, I plan to include connecting and chatting with those you have shared memories.

    I do not have a degree nor work experience in computers, it would be really appreciated if you could give constructive feedback. Thanks :)

    Here is my source code

    submitted by /u/Hour-Employee9716
    [link] [comments]

    Building AOSP error

    Posted: 04 Jul 2021 08:56 PM PDT

    I know this subreddit is more for app development but figured someone here might be able to help with running the AOSP project.

    I'm getting this error when running 'emulator'. This file doesn't exist either. Can anyone assist me with this error?

    qemu-system-x86_64: Could not open '<path>/android/out/target/product/generic_x86_64/userdata-qemu.img': No such file or directory 
    submitted by /u/AphrxWasHere
    [link] [comments]

    Gradle peace in multi module projects

    Posted: 04 Jul 2021 11:40 AM PDT

    I decided to write another article that is a spin off my previous article, inspired by a person I helped and thought it might help more people if it was in it's on article.

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

    Intercept splash screen API

    Posted: 04 Jul 2021 12:27 PM PDT

    I'm wondering: Can a launcher intercept the new splash screen API from Android 12? Let's say I'm using a custom icon pack, will a launcher like Nova or Lawnchair be able to inject the custom icon into that splash screen?

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

    How do i achieve this animation in native android (kotlin) ??

    Posted: 04 Jul 2021 12:26 PM PDT

    No comments:

    Post a Comment