• Breaking News

    [Android][timeline][#f39c12]

    Friday, June 26, 2020

    Weekly "anything goes" thread! Android Dev

    Weekly "anything goes" thread! Android Dev


    Weekly "anything goes" thread!

    Posted: 26 Jun 2020 05:40 AM PDT

    Here's your chance to talk about whatever!

    Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread.

    Remember that while you can talk about any topic, being a jerk is still not allowed.

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

    Hi guys! I've made a simple android game, where you need to identify characters based on their visual clues (they are randomly generated). Github link: https://github.com/rosspetukhov/SuspectMatch. Let me know your thoughts :)

    Posted: 26 Jun 2020 08:59 AM PDT

    Android Studio 4.0 removed the option to disable "Include fragment factory methods" and "Include interface callbacks"

    Posted: 25 Jun 2020 07:37 PM PDT

    Android Context Full Guide

    Posted: 26 Jun 2020 08:52 AM PDT

    We have different types of Android Context, and sometimes developers get confused about which Context to use 🤷‍♂️
    More than that, wrong context usage can lead to problems, for example, memory leaks 😕

    Master the Android Context and use it correctly.
    https://vladsonkin.com/android-context-full-guide/

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

    Emulator 30.0.19 Canary

    Posted: 26 Jun 2020 12:04 PM PDT

    Has anyone noticed that Firebase Authentication doesn't even follow Google's one activity guideline. Does it matter?

    Posted: 26 Jun 2020 04:30 PM PDT

    If you go to the Firebase Authentication guide it directly contradicts having one activity. It uses PhoneAuthentication as it's own activity? Is this recommended or just outdated, and on top of that they write all their business logic in the Activity. So what's the deal? Auth Management is tricky as hell to manage the "right way" did they also just say screw it throw it all in the activity?

    https://github.com/firebase/quickstart-android/blob/09b3db061c66499ff8a48d5a1f3d84acf6f56bed/auth/app/src/main/java/com/google/firebase/quickstart/auth/java/PhoneAuthActivity.java#L191-L191

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

    Migrating from legacy code - Kotlin Flow

    Posted: 26 Jun 2020 04:08 PM PDT

    Is there a curated list of all COVID19 android apps on GitHub by countries?

    Posted: 26 Jun 2020 10:10 AM PDT

    Why Android Gradle documentation sucks and feels like it is not updated frequently?

    Posted: 26 Jun 2020 03:53 PM PDT

    I don't know much about Gradle for Android

    I am really trying to learn something from this documentation https://developer.android.com/studio/build but I feel it is just an unordered piece of **** that just mention some "tips" put in some legacy type of documentation

    I thought that it can be some just ordered type of documentation when you learn stuff incrementally. But in this type of documentation it is really hard to understand some topic, when it includes several types of information (considered even advanced) from other topic.

    What is more I feel that this documentation is not updated frequently

    For example:

    - here https://developer.android.com/studio/build/dependencies not mention anything about kapt which is required for Kotlin code

    - here https://developer.android.com/studio/build/optimize-your-build#optimize mentioning something about Android Studio 2.3 (really?)

    It is really totally pushing me away when try to learn something from it and I give up

    Do you guys know some good source from which I can learn Gradle for Android?

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

    Should I continue to learn native development with kotlin

    Posted: 26 Jun 2020 10:54 AM PDT

    I am quite new to android development and have beem developing apps with kotlin for a 6 moths now. But I am concerned that when Fuchsia arrives, all the things I have learnt will go useless. Moreover there's is always a chance that with tools like react native, native app development may not be required. What are your views regarding the demand of native app development in the future?

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

    I'm going crazy. I've tried 3 times to upload an update for my app and I keep getting rejected.

    Posted: 26 Jun 2020 10:52 AM PDT

    Hi!

    This is my first time uploading an app to Google Play. Everything has been a bit confusing so far, but I've managed to at least publish the first .apk.

    But now, I'm finding that it's a nightmare to update the app. For the last 4 days I've tried to upload a new version of the .apk and I'm getting this message

    I'm making sure that the Version Code is higher every time...but that doesn't work. And I don't know what else could be wrong...

    Can someone please help me?

    Thanks!

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

    Best Alternative to UpLabs?

    Posted: 26 Jun 2020 01:50 PM PDT

    They've got great templates and icons, but who's idea was it to make basic search functionality exclusive to premium users? Like seriously I can't even filter by platforms unless I have premium. Any other alternatives out there?

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

    AWS launches Amazon Honeycode, a no-code app building service

    Posted: 26 Jun 2020 06:04 AM PDT

    Building an Android Month Picker

    Posted: 26 Jun 2020 11:16 AM PDT

    I wrote about my experience building an Android Month Picker UI Component, using the Material Component Library.

    I wanted a way to allow a user to select a month, instead of a specific date, but found there was nothing out of the box to do so.

    For ex: May 2020 vs May 5th 2020.

    https://sproutsocial.com/insights/building-android-month-picker/

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

    Using Kotlin’s Delegation to Add Superpowers to a Data Class

    Posted: 25 Jun 2020 06:41 PM PDT

    Kotlin Flows and Channels for Android

    Posted: 26 Jun 2020 05:02 AM PDT

    Where should I get free to use graphic elements and designs?

    Posted: 26 Jun 2020 12:06 AM PDT

    Hi all!

    I used to develop android applications in the past but the last few years I mostly worked as a backend developer. Time to time some smaller app idea came into my mind so I decided it to implement some of those in my free time to up to date my android skills. The problem is that I have 0 UI/UX skills. I mean at my workplace were UI plans to implement so it was way easier. But now I'm alone and I can't implement anything that would be as ugly as hell. So here is my question. Is there any place where talented peoples share their designs for free so I can search for something that I like and I can implement the design?

    I really like the light, flat stylized designs like this.

    I found dribbble but it is paid and maybe too good. I mean I just wanna polish my skills with some hobby project. I don't want to pay a professional designer to create a 10/10 design for me. A free kinda good template is ok for me.

    Thanks for help!

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

    Looking for feedback on my proof of concept regarding Hilt (MVVM, UseCases, Repositories, Coroutines Flow,..)

    Posted: 26 Jun 2020 06:30 AM PDT

    Hey everyone!

    I'm looking for a feedback on a simple app i created as a proof of concept regarding the Hilt library. I wonder what improvements would you make regarding the architecture design or any notes that i should keep in mind while working on my next project.

    Any comment will be greatly appreciated.

    Github -> https://github.com/stanej14/Quotes-Hilt

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

    Migrating to the new ML Kit SDK

    Posted: 25 Jun 2020 06:05 PM PDT

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel