• Breaking News

    Sunday, January 12, 2020

    Android Dev - I run a browser application and don't really know how to deal with this kind of reviews -_-

    Android Dev - I run a browser application and don't really know how to deal with this kind of reviews -_-


    I run a browser application and don't really know how to deal with this kind of reviews -_-

    Posted: 11 Jan 2020 12:56 PM PST

    Release official app for a sports club from private account

    Posted: 12 Jan 2020 03:09 AM PST

    Hey yo,

    I created an app for a professional sports club from my home town where I grew up. I have a written agreement/contract with them, that allows me to use the name and the logo while publishing the app on my private dev account. Now I am wondering how I can best submit (together with the contract?!). Cause I expect when I just submit the app, it will not be allowed and I am afraid to get my account closed or sth. like that.

    I am quite sure there must be a way to publish these kind of apps and send a contract to Google, to prove that I am allowed to use the logo and the name of the club. I just cannot find it in the Google Play Console. Any ideas?

    Thanks!

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

    Implementing dark theme the correct way from Android 10!

    Posted: 12 Jan 2020 02:11 AM PST

    Arabic think 1-Star means good!

    Posted: 11 Jan 2020 01:23 PM PST

    I was just going through all the ratings with reviews of my app and came across many reviews saying good or excellent but given one-star only. Upon close observation I realized that almost all of them are Arabic.

    As Arabic is an RTL Language so Arabic people think that 1-Star indicates something really good and 5-star indicates worst. This is what I concluded based on my observation. Google needs to do something in this regard.

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

    How to notify when user reached certain location in real-time?

    Posted: 12 Jan 2020 06:23 AM PST

    I'm currently building an application where user can receive a notification when they reached a particular location. Ex - Park or metro stations so that I can show offers near the park or metro stations. Now I have tried Google awareness API for this to create a fence. But it isn't realtime. I want realtime tracking & I want to track the user in the background also with their permission. Is there any method to approach this or improve this fence API.

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

    Need help in creating a wireless bluetooth tracker app

    Posted: 12 Jan 2020 04:10 AM PST

    Had an idea recently for a wireless bluetooth tracker in which the app would let you connect to a small bluetooth chip and you would essentially stick this chip to an item and would play a sound to help you locate set lost item. Multiple chips could be connected to the app. However I was wondering, for someone with little programming or engineering skills, how feasible this would be. Like what exactly would I need to make this work effectively or is it a demanding project. Was thinking of using arduinos but want to mass produce them.

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

    getPackageManager() without extending something?

    Posted: 11 Jan 2020 06:54 PM PST

    I need to use PackageManager in a RecyclerView adapter. The adapter already extends another class. How do I do this if it is possible? Thanks in advance.

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

    Janky animation when setting bottom text view to VIEW.VISIBLE. Last row always animates smoothly though. Any idea why this is happening? animateLayoutChanges=true in the rows xml file. Using a recycled view. Thanks in Advanced!

    Posted: 11 Jan 2020 05:28 PM PST

    Standard way of showing inline help?

    Posted: 11 Jan 2020 02:51 PM PST

    A Bottom-Up View of Kotlin Coroutines

    Posted: 11 Jan 2020 01:19 PM PST

    Programmer needed for a simple app

    Posted: 12 Jan 2020 05:03 AM PST

    Ads For Australia. The idea is to make an app where the only thing you can do is watch a 30 seconds ad. All the revenues go directly to a fundraiser/the local fire services. I'd need a programmer for this, but of course every help is appreciated.

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

    Does anyone the date line to migrate billing library from 1.2.2 to 2.1.0

    Posted: 11 Jan 2020 05:45 PM PST

    When we want to migrate to 2.1.0, from 1.2.2 for billing library, we notice there are significant API change, and some requirement changes which can lead to bad work flow (Thanks Google!)

    For instead, BillingFlowParams doesn't accept application hard-coded sku string anymore. It needs additional flow. It needs to do a fresh querySkuDetailsAsync, to obtain latest skuDetails

    The previously-deprecated BillingFlowParams#setSku() method has been removed in this release. Before rendering products in a purchase flow, you must now call BillingClient.querySkuDetailsAsync(), passing the resulting SkuDetails object to BillingFlowParams.Builder.setSkuDetails().

    Note: Caching SkuDetails between user sessions is not recommended, as SkuDetails objects are valid only for a limited time before you must refresh them again by calling querySkuDetailsAsync().

    This has a huge disadvantage. What if querySkuDetailsAsync can fail sometimes? Then user can no longer purchase? We are gonna to lost a customer? What's wrong with an offline, unique and static sku string?

    Ok. Enough of mumbling and complains.

    Does anyone have idea, what is the date line to migrate billing library from 1.2.2 to 2.1.0?

    Thanks.

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

    Changing screen resolution?

    Posted: 11 Jan 2020 09:02 PM PST

    Know how on so many desktop games you can change your screen resolution setting for a game? Is that possible for my android game? Cause low res is cool!

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

    In a crusade for paying the Google Console Developer Fee from Mexico.

    Posted: 11 Jan 2020 08:44 PM PST

    Any experiences of foreigners paying those 25 damn dollars?

    At this point is a joke that this can't be payed via PayPal

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

    A couple of days ago, I posted a general question about my inability to design good-looking UI. And boy oh' boy, you assholes roasted the fuck outta me with your comments. So thank you, you assholes, I was able to make this UI today because of you guys.

    Posted: 11 Jan 2020 11:44 PM PST

    Re-skin an app

    Posted: 11 Jan 2020 08:32 PM PST

    So.. i just want to know, it is allowed to reskin an app from github and post it to play store ?

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

    Android-Arsenal

    Posted: 11 Jan 2020 11:40 AM PST

    Is this site still online? I'm being redirected to a russian site.

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

    Looking for advice

    Posted: 11 Jan 2020 10:21 AM PST

    Hi all, I'm working on a project for a non-android app-related bootcamp and was wondering how possible it is to create an app to do the following:

    1. Take a picture and save it to a specific location
    2. Run a py file for image classification/detection
    3. Use the results to make an api call
    4. Display results in the app or on a webpage

    Steps 2-4 have been coded and running on my local machine, so I would like to use this app to bring it all together for easy demonstration purposes.

    I have no Android dev experience, but familiar enough with basic programming. If this is more complicated than I think, which I'm sure it is, I will just run it all on my laptop for the presentation. But, I'm hoping there's a chance to bring all this together by Tuesday.

    I know this is a ridiculous ask, but any advice on how to start this would be appreciated!

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

    Listen for media buttons in service?

    Posted: 11 Jan 2020 09:25 AM PST

    I have an app that currently runs as a service. I would like to be able to add the function to listen for media button events (pause/stop and play media button events) and perform an action based on if these buttons are triggered. Looking for a way to accomplish this with screen on AND off up to latest version of Android. Can this be accomplished and if so, how?

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

    No comments:

    Post a Comment