• Breaking News

    Friday, January 14, 2022

    Android Dev - App Feedback Thread - January 14, 2022

    Android Dev - App Feedback Thread - January 14, 2022


    App Feedback Thread - January 14, 2022

    Posted: 14 Jan 2022 06:00 AM PST

    This thread is for getting feedback on your own apps.

    Developers:

    • must provide feedback for others
    • must include Play Store, GitHub, or BitBucket link
    • must make a top level comment
    • must make an effort to respond to questions and feedback from commenters
    • app may be open or closed source

    Commenters:

    • must give constructive feedback in replies to top level comments
    • must not include links to other apps

    To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback.

    As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you.

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

    Open source - Android animations library

    Posted: 14 Jan 2022 08:05 AM PST

    Hi,
    I recently joined this sub and I would like to share my open source (free to use ) android animations library. This library is based on RX and it offers a simple API to chain animations.

    Lets say we want to make some views enter from the right side and only after the animation finish we want to fade in some other views.

    The library offers some basic animations like:

    • Enter screen from any side
    • Fade in / out
    • Shake
    • Scale
    • Progress loading
    • Move
    • Custom animation - create your own animation

    In any situation it also possible to run an extra code between the animations using the "side effect" block.

    I would really appreciate your feedback,stars and pull requests :)

    https://github.com/Zachinio/Choreographer

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

    Job Interview Questions (VMWare Android Developer)

    Posted: 14 Jan 2022 09:39 AM PST

    Hi,

    I am preparing for an Android Developer role interview at VMWare and want to know what kind of questions they will ask? Has anyone gone through the process recently?

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

    change value of a variable of a activity passed to a fragment

    Posted: 14 Jan 2022 08:12 AM PST

    I have a problem, can I change the value of a variable of a activity passed like a argument to a fragment with a new value of the fragment?

    submitted by /u/REY-ghost-6
    [link] [comments]

    I got passed over for the next step of interview because I haven't interfaced with a UX Designer or Product Manager. Is this normal?

    Posted: 14 Jan 2022 08:08 AM PST

    3 year of Android & React Native Experience. Recruiter said I haven't interfaced with a UX designer or Product Manager, so I wouldn't be able to move forward. Sorry, I found this strange. I thought for soft skills, this is an odd strict requirement. Maybe there was other experience I was lacking. I genuinely am curious what type of experience this is? Do you agree with the recruiter here? Typically, I have customized and developed apps directly with clients, but again because the client is taking the role of designer or what the end product looks like, apparently I have no experience?

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

    How to update only necessary views in RecyclerView Adapter when using firebase database

    Posted: 14 Jan 2022 07:40 AM PST

    I have recyclerview for displaying feeds in a social media app. A feed contains multiple images. So I have itemview for displaying feed data (description, creator image,name, date, like count, comment count etc) with a recyclerview in this itemview for showing images. I am setting the adapter for images in onBindViewHolder of feeds adapter. The problem is that when like count changes (which I call notifydatasetchanged or notifyItemChanged, the images are set again & suppose I am viewing 4th image for e.g It again goes to 1st Image, & also the recyclerview scrolls to some random position if the itemview height is higher than screen

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

    Does Android Studio run smoothly on the late 2012 Macbook Pro (non retina)?

    Posted: 14 Jan 2022 06:37 AM PST

    I just started grad school and for my Android Dvpt. course I was wondering if I can use this Mac w upgraded specs? Or I'll need to buy another laptop?

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

    BottomNavigationView shows wrong selection when I try to switch fragment too frequently

    Posted: 14 Jan 2022 06:08 AM PST

    Android 12 overlay problem ?

    Posted: 14 Jan 2022 05:23 AM PST

    On my S8(android 9) I use "Screen Overlays", its an apk that lets me create a custom overlay with different size and color shapes. I use it to block static images to prevent screen burning. On my S21(android 12), whenever I try to use it, the middle part of my screen is not working, only top and bottom part (like a header and footer), but when I enter back in the apk, the screen is working normally. Any way to make it work ? Thank you !

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

    No comments:

    Post a Comment