• Breaking News

    Wednesday, October 13, 2021

    Android Dev - Got 1 star from an app user because my app was made for kids and the user is not a kid 🤦‍♂️

    Android Dev - Got 1 star from an app user because my app was made for kids and the user is not a kid ��‍♂️


    Got 1 star from an app user because my app was made for kids and the user is not a kid ��‍♂️

    Posted: 12 Oct 2021 09:18 PM PDT

    Template repository: fragment based & full compose

    Posted: 13 Oct 2021 07:57 AM PDT

    Wanted to share a template repository which I've been using extensively for past year or so. Who doesn't know how what's the benefit of a template project - you can find the description here.
    It's opinionated, but is very flexible I believe. It contains a bunch of branches for bottomNavigation, protoStore etc. It has CI setup using GitHub actions.
    Also there's some opinionated code style guides, and general code advices, mostly those which are really easy to miss unless you had recent experience with them, great memory or already have your checklist.
    Recently I've completely ditched the Groupie and started using compose inside fragments.
    Repository link:
    https://github.com/Skyyo/android-template

    The second one is +- the same one, just without Fragments. I'm not planning to use it very soon, since Fragments provide me with what I need for now, and I just don't want to risk so early. I believe many will find navigation related things interesting there. Inside the MainActivity.kt, there are 3 navigation cores. Simple one, BottomBar one & NavigationDrawer one.
    Repository link:
    https://github.com/Skyyo/android-compose-template

    Hope this will be useful for someone.

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

    A Comprehensive Guide to Android 12’s Splash Screen API

    Posted: 12 Oct 2021 12:34 PM PDT

    What companies give take home projects as an interview option?

    Posted: 13 Oct 2021 07:07 AM PDT

    Looking to make a move before the end of the year but not interested in Leetcode style questions.

    What companies give Android take home projects as an interview option?

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

    Is it possible to connect to a WPS *push button* enabled AP in any way possible?

    Posted: 13 Oct 2021 06:41 AM PDT

    Obviously not in settings, haven't found any app that'd to do this (only WPS key, no WPS push button).

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

    JitPack Down?

    Posted: 13 Oct 2021 01:18 AM PDT

    Hey, currently jitpack has down, is there any offical announced information ?

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

    Regional/Country ratings are great for small and new developers?

    Posted: 13 Oct 2021 04:01 AM PDT

    thousands of app reviews were removed, anyway to get them back??

    Posted: 13 Oct 2021 03:15 AM PDT

    Our app reviews were deleted by google play in one night, ratings dropped from 4.6 to 3.1!!

    Anyone ever had the issue and get them back successfully?

    Thanks

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

    Development help is needed for the Android 12 migration of GrapheneOS

    Posted: 12 Oct 2021 07:26 PM PDT

    GrapheneOS is seeking assistance from those experienced with building Android apps or AOSP.

    Posted by @strcat:grapheneos.org on the Matrix chat room:

    development help is needed for the Android 12 migration, if people have experience working with AOSP or Android app development

    there's currently a serious issue involved dexpreopt that needs to be resolved in order to continue work on the migration to Android 12

    we expected to have more developers working on the migration than we do

    In reply to someone asking what the issue is:

    there are multiple issues, it's fairly obviously broken atm after being built

    we need help with figuring out what's wrong and resolving it or the migration can't continue

    Further:

    continued support for any of the currently supported devices depends on the Android 12 migration

    Android 11 GrapheneOS won't have any further releases and isn't actively developed anymore

    we've done a lot of work on the Android 12 migration already but most is still remaining and some serious problems have come up blocking any progress

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

    Android App Design

    Posted: 13 Oct 2021 05:11 AM PDT

    where should getting data from another fragment happen onCreate or onCreateView ?

    Posted: 12 Oct 2021 08:27 PM PDT

    suppose you are sending data from fragment 1 to fragment 2 where should i get that data

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

    How to render SurfaceView cropped to a circle?

    Posted: 12 Oct 2021 02:42 PM PDT

    What is a good uninstalls ratio for a new Android app?

    Posted: 12 Oct 2021 02:02 PM PDT

    I published my first app about 2 weeks ago and with some social media marketing, I managed to get 340 installs and 4.9 rating out of 50 users.

    But out of those installs I got 96 uninstalls which few of them are mine as I was trying some things while some are due to some bugs I "hopefully" fixed so I'm a little frustrated

    Is this a good ratio? My app niche is Entertainment

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

    Developer Options (Default Settings)

    Posted: 12 Oct 2021 06:10 PM PDT

    On my old phone when enabling Developer Options > On. They were all off by default.

    On my new phone when I enable Developer Options these are already turned on.

    Verify bytecode of debuggable apps. Wi-Fi scan throttling Mobile data always active 

    Are these the new default settings for Developer Options?

    While Developer Options > On I can slide them to the left so they are off.

    While Developer Options > Off They slide to the right and remain greyed out.

    Does that mean these 3 settings are always running by default even when the settings are Developer Options > Off.

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

    Editing an XML in Android Studio wont save

    Posted: 12 Oct 2021 04:41 PM PDT

    [If this breaks the sub rules, no need to read the rest. Send me a comment and i'll take it down. I wasnt sure]

    Alright im having an issue. Whenever i edit an xml, it doesnt save. As you can see, when i edit the xml and then click onto another file, and go back, my changes are reverted, and didnt save. Why would this be? How can i make it save? I am new to all of this so i apologize.

    This is an APK if that helps. I am trying to change the icon, for my own personal use. thank you

    Heres a video of it not saving when i click away, if it helps
    [https://youtu.be/v0qdsMx5v6A]

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

    Image recognition API Questions

    Posted: 12 Oct 2021 11:04 AM PDT

    Hi!

    Wondering if someone could point me in the right direction. I'm looking to have a database with a bunch of "source of truth" images. Then I want the user to be able to take picture of stickers with their phone and have it the program try and match the picture with the images from the database.

    I'm sure something like this exists, but I'm having a hell of a time trying to find it. Does anyone know of something I can use? I'll build it myself if I have to but I'd rather save some time and support someone else who has

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

    I'm getting this error, when trying to publish a app

    Posted: 12 Oct 2021 11:01 AM PDT

    I'm getting this error, when trying to publish a app. "This release does not add or remove any app bundles".

    I can't seem to find any information on this issue. Does anyone know how to resolve this? This is my first time publishing anything, in the past 8 years.

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

    HELP PLEASE: Calling experienced developers. Any App developers here experiencing visibility issues with any of their apps?

    Posted: 12 Oct 2021 11:52 AM PDT

    "Ongoing technical bug that our technical team is working on" That was google response to an issue that I have been experiencing for weeks now. I search in Google Play Store for my app name and even app package name and the app does not appear!! It even suggests other apps instead. My doesn't have a generic name, it's a very specific name. Anyone experiencing the same issue? My app has not been removed from the store. When I search for it using a laptop it does appear, but from mobile, nothing. Please I need help on this 🙏

    submitted by /u/Gloomy-Dirt-8293
    [link] [comments]

    No comments:

    Post a Comment