• Breaking News

    [Android][timeline][#f39c12]

    Saturday, February 27, 2021

    App Feedback Thread - February 27, 2021 Android Dev

    App Feedback Thread - February 27, 2021 Android Dev


    App Feedback Thread - February 27, 2021

    Posted: 27 Feb 2021 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]

    Should I start to Leetcode before applying for my next Android Dev Job?

    Posted: 27 Feb 2021 12:42 PM PST

    Few things about me for context.

    I am currently working as Senior Developer, with almost 3 years of professional experience on Java/kotlin. Besides this I am also okayish at React Native and Swift and contribute to open source passionately.

    Now I am looking for a change of job. I am looking to apply to couple of companies in Germany, UK and NL and I am sure I'd fail miserably even if they give me an easy Leet code problem .

    Till date, I actually avoided companies who had an interview based on my knowledge on Algorithms but I think I can't avoid it anymore.

    I am overwhelmed with the amount of resources on solving competitive coding problems and feel very low these days. I don't know where to start. Please recommend me a good source to begin with.

    Also I would like to know if you guys find an actual use case for these "algorithm problems" while specifically developing for android?

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

    Indie devs - How do you translate your apps?

    Posted: 27 Feb 2021 03:58 AM PST

    As indie developers, how do you translate your apps?
    Is there a free/freemium service? Have you had any luck asking top users to help translate your apps?

    Also, has anyone experienced a surge in users following localization efforts? If so, I'd love to hear your input on this.

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

    Video recording using Android phone

    Posted: 27 Feb 2021 02:33 PM PST

    I would like to know what is best way to live stream recording on Internet webserver or on cloud storage

    After recording, I would like to make viewer Android application to view from saved video (like live view to start with)

    It must be free options.

    What are my options?

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

    Cannot find "Sync Now" or "Sync project with gradle" option for android studio 4.1.2

    Posted: 27 Feb 2021 10:36 AM PST

    Best practices for using guidelines

    Posted: 27 Feb 2021 01:30 PM PST

    Hi all, I created a collage view using both horizontal and vertical guidelines and it was pretty straightforward to implement, but the xml file is pretty gnarly since I have 5 guidelines. Does anyone have any tips or tricks to make xml more readable when you're using guidelines? Here is my code: https://gist.github.com/rholmgren/13bd1d4a984fdcc0042b24a7136cf733

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

    When should you use native icons, and when should you use custom icons?

    Posted: 27 Feb 2021 01:19 PM PST

    When should you use native icons, and when should you use custom icons?

    I'm currently developing an app that will use GPS, and I've been wondering whether it's better to use the custom icon I created or to use the native android icon. This is how it would look with the native icon:

    native current location icon

    and this is how it would look with my custom icon:

    custom current location icon

    I've read somewhere that sometimes it's better to use words instead of icons because it's easier for the user to interpret, and I think that it applies here too since anyone who uses android will be familiar with the latter icon than the former.

    However, I also want the app to stand out and be memorable, and I was thinking that maybe the custom icon would help.

    What are your thoughts? Should I go native or custom?

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

    Recreating Among Us - Admin Swipe Card in React Native ⚛️

    Posted: 27 Feb 2021 12:32 PM PST

    Mardown Library?

    Posted: 27 Feb 2021 06:03 AM PST

    Hi devs, i wanted to integerate rich text to my app and i was hoping to use markdown. Is there a good open source library for viewing and editing markdown that is easy to implement?

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

    is it possible to add Adb commands on startup?/Recommendations for a novice?

    Posted: 26 Feb 2021 10:18 PM PST

    i have a phone with his screen broken,i want to use it as an "emulator" to dev apps (i've just started learning by myself) but i don't like having to connect that phone to the pc via usb and sending this command "adb tcpip 5555" to get SCRCPY / ADB to work via wifi (i like it more than the usb way,because of stability,USBs can be disconnected easily by accident).
    I want to turn on the phone,go to my pc, open CMD writing "adb connect <IP>" "scrcpy -s <IP>" And being able to control it.

    btw, is there a way of disabling the "allow this pc" for adb?
    so every pc can connect to it,i don't care of security because the phone is going to be always in my bedroom,always connected to my wifi.

    yasterday i had to connect the phone to my pc,enter in fastboot,and push the keys to the phone just to test my app :u

    ¿also which is the best way to learn android app development?
    i've tried with MIT APP inventor,its super easy, but the app desings end up looking old.
    i'm not scared of learning to code in a new language,i'm most scared of ui desing and possibilities of the app.

    i'm sorry about my probably broken english!

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

    The path to learn Kotlin and earn your official Android developer certificate

    Posted: 27 Feb 2021 09:07 AM PST

    Google Play Payments policy

    Posted: 27 Feb 2021 09:45 AM PST

    Google Play Payments policy

    My app got removed from google play today because there is a PayPal donate link.

    https://preview.redd.it/oabjx6ad42k61.png?width=726&format=png&auto=webp&s=a26abd8437fbbcecb83ad437298eef0d6dba7a43

    How is this legal, is there not some sort of antitrust law for this? Imagine if Microsoft only allowed edge as your web browser on windows.

    Edit: Never mind was not aware the users of this reddit were sponsored by google monopoly's inc.

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

    What's the correct way to Kotlinize the existing Java file?

    Posted: 27 Feb 2021 04:35 AM PST

    I notice when convert the existing Java file to Kotlin, it doesn't keep the Git log. Do you know what's the correct way for Kotlinization?

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

    Test framework quit unexpectedly - how to fix this?

    Posted: 26 Feb 2021 07:01 PM PST

    I've been struggling with creating UI tests lately. As the title says, how do you debug or fix "test framework quit unexpectedly" when running a test that makes use of FragmentScenario? No logs show up whatsoever in Android Studio (version 4.1.2, in a macOS 10.15.7).

    Tried invalidating caches and restarting, to no avail. Also, if it helps I'm aware of https://issuetracker.google.com/issues/128612536 so this is how I add fragment-testing to my project, and I still can't get UI tests to work.

     debugImplementation(deps.test.fragmentTesting) { exclude group: 'androidx.test', module: 'core' } 
    submitted by /u/campid0ctor
    [link] [comments]

    Google to developers: Our Kotlin-based Jetpack Compose will let you build Android apps faster | ZDNet

    Posted: 26 Feb 2021 06:39 PM PST

    Why would a company take old code bases/apps and convert them into new code with no deprecated APIs?

    Posted: 27 Feb 2021 07:55 AM PST

    Just landed an internship at a small startup as my first gig into the industry.

    The work which I have to do is in the title. Why would any company do this? Can't figure out.

    Maybe you guys in the professional Android industry can help me out.

    Thanks :)

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

    How does android app development work

    Posted: 27 Feb 2021 08:51 AM PST

    Hi all, im currently planning to make a trading bot, with python getting the data from some api and processing the data by using some data analysis / machine learning stuff, then store them in a db for each user acocunt? is this how it should work?

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

    Shop, Cart, and Payment system in app?

    Posted: 26 Feb 2021 11:37 PM PST

    Hi all,

    I'm looking for API's where I can implement a cart and payment system into an Android App. Do y'all know if such API's exist? I also want people to be able to add items to sell, and for others to be able to sell items. Will that require additional development/things to keep track of on my end? Bonus points if this API works with IOS.

    The only alternative I know of is making my app a channel for Shopify merchants, but I am not the biggest fan of that.

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

    Android RecyclerView Tutorial Series Collection

    Posted: 26 Feb 2021 11:14 AM PST

    Android RecyclerView Tutorial Series Collection

    https://www.tutorialsbuzz.com/2020/09/android-all-recyclerview-example-code-tutorial.html

    1. Sample RecyclerView Example
    2. RecyclerView Item Click Ripple Effect
    3. RecyclerView Item Divider
    4. RecyclerView With CardView
    5. RecyclerView GridLayout
    6. RecyclerView StaggeredgridLayout
    7. RecyclerView Swipe to delete
    8. RecyclerView Swipe to delete With Undo
    9. RecyclerView Interactive Swipe Like Gmail
    10. Android RecyclerView Buttons Under Swipe
    11. RecyclerView MultiViewType
    12. RecyclerView Item Drag and Drop
    13. RecyclerView GridLayout Drag and Drop
    14. Filter RecyclerView Using SearchView In Java
    15. RecyclerView Filter Animation
    16. RecyclerView Filter Using Filterable

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

    I this a good game for Android or should I start new one

    Posted: 26 Feb 2021 05:04 PM PST

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel