• Breaking News

    [Android][timeline][#f39c12]

    Saturday, September 22, 2018

    App Feedback Thread - September 22, 2018 Android Dev

    App Feedback Thread - September 22, 2018 Android Dev


    App Feedback Thread - September 22, 2018

    Posted: 22 Sep 2018 05:30 AM PDT

    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 top level comment
    • must make effort to respond to questions and feedback from commenters
    • 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.

    - Da Mods

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

    [MEME] How it feels to use nullable objects in Kotlin

    Posted: 22 Sep 2018 09:51 AM PDT

    MaterialDrawerKt 2.0.0 release - now with AndroidX!

    Posted: 22 Sep 2018 10:59 AM PDT

    Support Library 28.0.0 released

    Posted: 21 Sep 2018 11:27 PM PDT

    After I refunded an IAP, It still appears when querying the list of purchases.

    Posted: 22 Sep 2018 03:08 PM PDT

    So lets say I have an IAP to remove ads, you buy it, I remove the ads, you ask for a refund, google gives it to you, now when I query the list of active purchases it should not return the IAP. I have tried 5 different devices, and all of them still return the item in the list, so it appears like there was no refund.

    mBillingClient.queryPurchaseHistoryAsync(BillingClient.SkuType.INAPP, new PurchaseHistoryResponseListener() { @Override public void onPurchaseHistoryResponse(int responseCode, List<Purchase> purchasesList) { if (responseCode == BillingClient.BillingResponse.OK && purchasesList != null) { for (Purchase purchase : purchasesList) { if (purchase.getSku().equals("remove_ads")) { show_ads = false; // item already in the list } } } } }); 

    any idea?

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

    My App removed from playstore because of Crashlytics using admob.

    Posted: 22 Sep 2018 04:03 PM PDT

    In the email they said that i can stop using the admob collected data or let the user know about it , so I removed Crashlytics , wasn't even needing it , but what do i do now , do i have to let the user know that i'm using admob too ?

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

    The AndroidX namespace for Jetpack libraries is now stable!

    Posted: 21 Sep 2018 06:28 PM PDT

    Created a Circular Progress View while learning the Canvas

    Posted: 22 Sep 2018 07:47 AM PDT

    Decided to learn Canvas over the past and this weekend and end up with this. With this being my first custom view using canvas, I'm pretty sure I must have made some mistakes so please do let me know.

    https://github.com/VaibhavLakhera/Circular-Progress-View

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

    Android devs with 5+ years of experience, what are your plans for the future?

    Posted: 21 Sep 2018 07:00 PM PDT

    • What all have you accomplished in your 5+ years?
    • Have you learned some other stack to supplement your skills? iOS? Front end? Back end? Machine learning? Something else? If not, do you have any plans to do so?
    • Where do you see yourself in 5 years?
    • Do you want to continue being a programmer for the foreseeable future? If so, Android only? Android plus something else? Or something else entirely?
    • If not, then what do you wish to do? Move into product management? Engineering management? Go indie? Start your your start-up/side-hustle?
    • What advice can you give to beginners? And to other experienced devs?

    Edit: ITT: People not answering all the questions, individually.

    submitted by /u/ulterior-motives
    [link] [comments]

    Reach the Sun, Mobile Game Project

    Posted: 22 Sep 2018 01:39 PM PDT

    Hey, I am a graphic designer and I am looking for a programmer that can make a simple tap game for mobile, I have the concept, the designs and I will provide you the vectors and sprites. The game has a really simple but fun idea behind, so I will only leave the icon of the game here, you will have to contact me if you are interested in partnering up for this project. Image - http://prntscr.com/kximq8

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

    Alternatives to FinestWebView?

    Posted: 22 Sep 2018 11:14 AM PDT

    Hello everyone.

    I'm trying to open an url in my app, I found the library FinestWebView but it's no longer developed and it offers no listener for the onClose event.

    Is there any alternative?

    Thank you :)

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

    Recommended books and resources for learning Android development

    Posted: 22 Sep 2018 07:06 AM PDT

    Hello, I am a computer student and I want to learn android development. I have already installed and configured Android Studio, created some basic apps using drag and drop menus(developer.android.com is a great site). But I want to be a developer so I want to know which books are recommended for beginners. I am somewhat familiar with Java as we have it this semester. Also, I want to learn Kotlin, as I have heard it's somewhat similar to Swift, which is used by IOS developers.

    Any guidance and info will be greatly appreciated. Thank you!

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

    I want Developer suggestion

    Posted: 22 Sep 2018 11:24 AM PDT

    I develop app where user can use mobile by using voice commands. It Perform all functions successfully. There is Isshue in Accepting a Call from user. Rejecting is working fine. It says you need system permissions for this can any one guide how can i get these Permissions.

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

    Is the domain convention with "com." necessary to use If you don't actually have a domain?

    Posted: 22 Sep 2018 07:24 AM PDT

    We do it all the time without thinking about it in both packages name and applicationID.

    Why do we use .com (com.organisation.appname) If an app or library creator don't have a website (organisation.com)?

    Shouldn't organisation/name.appname be used then?

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

    Building a app

    Posted: 22 Sep 2018 07:23 AM PDT

    How do I build a simple video streaming site with no login/registering system.

    What I mean is that I plan to embed bunch of YouTube videos, categorize them in the app like Netflix/Hulu etc, and users can play it by clicking on its image and "play" like in other popular video streaming websites. I plan to use almost all YouTube videos, if that makes any difference. Is there already a framework or something I can use? Looking forward to hear back anything that could guide me in the right direction.

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

    Should I create privacy policy for a paid app which doesn't use special permissions?

    Posted: 22 Sep 2018 02:37 AM PDT

    I have paid versions of apps which are live wallpapers, and they don't have any special permissions and don't use any 3rd party libraries like Crashlytics.

    Is it compulsory to add privacy policy for these apps too?

    I've recently got some ad-supported apps removed for missing privacy policy so I'd like to be 100% sure that all my apps are GDPR compliant.

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

    CustomRangeSeekBar possible to be implemented?

    Posted: 22 Sep 2018 05:19 AM PDT

    Display Objects of Different Types in a RecyclerView

    Posted: 22 Sep 2018 03:51 AM PDT

    App suspended but I cant seem to update it to fix the problem

    Posted: 21 Sep 2018 09:18 PM PDT

    I didn't realize that one of my apps was named like another big app that has millions of downloads compared to mine and Google suspended it so I decided to change the name of it but it won't let me update it on the Google play console according to the email I can " submit the policy compliant app using a new package name and a new app name" Can someone help me out please ?

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

    5 Ways to Use Music in Your Game

    Posted: 22 Sep 2018 02:25 AM PDT

    Android Playstore Console Removed

    Posted: 21 Sep 2018 09:32 PM PDT

    In Morning when i wakeup and i checked my console was removed by Google.

    Anyone happened it?

    I found that near by date of payment they will do it.

    So, How to come out of it and how to manage more account of console ?

    And error is

    and may span multiple account registrations (It's termination)

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel