• Breaking News

    Wednesday, December 11, 2019

    Android Dev - Google Play indexing, Round 2 : After a fix the 11/11/2019, the indexing issue is back.

    Android Dev - Google Play indexing, Round 2 : After a fix the 11/11/2019, the indexing issue is back.


    Google Play indexing, Round 2 : After a fix the 11/11/2019, the indexing issue is back.

    Posted: 11 Dec 2019 01:26 AM PST

    They fixed it yesterday, and our apps were indexed and could be found with many keywords, but it lasted only a few hours and then disappeared again. The only change is that my app can now be found with the name of the app without underscore. For example If I search for "My App Name" it works, but if I do "My App Name + Developer Name" (or any other keywords) it doesn't work anymore.
    https://support.google.com/googleplay/thread/15162444
    https://issuetracker.google.com/issues/145040410
    https://issuetracker.google.com/issues/145310152

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

    Code Search for Android AOSP

    Posted: 10 Dec 2019 02:07 PM PST

    How to build secure Mobile Apps: the tough job everybody ignores

    Posted: 11 Dec 2019 07:43 AM PST

    How to Implement Android Navigation Component in Your App

    Posted: 11 Dec 2019 04:15 AM PST

    Play Store isn’t indexing apps again?

    Posted: 10 Dec 2019 09:27 PM PST

    Yesterday Play Store began to index the new apps correctly, but today again it seems that the new apps are not being indexed. 😰

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

    Google Play Indexing Issue, a few questions for developers about the app quality of the apps you are uploading.

    Posted: 11 Dec 2019 07:52 AM PST

    Google Play Store has had a "Indexing Issue" for a 60+ day period. This not only effects new submissions but for some developers this also effects older apps as well. Now I would like to gather some information if you have the time I thank you in advance.

    1) Are your apps source code write by you or a template brought online?

    2) Do your apps have organic or paid reviews?

    3) Do you use Admob or did you choose another AD network?

    4) Do you make more than 4 apps a year?

    Thanks for the information in advance it will be a great help!! I am pretty confident the indexing issue will be resolved after google removes apps that do not comply with the new terms and conditions.

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

    Email from Google Play : "[Action Required] Switch to the Play Referrer API by March 1, 2020 "

    Posted: 10 Dec 2019 04:23 PM PST

    Email from Google Play : "[Action Required] Switch to the Play Referrer API by March 1, 2020 "

    I got this message saying I should update it for all of my spare time apps, but I don't even use it. Maybe it's used by Analytics? It has a link to here and here

    https://preview.redd.it/2hv5c3qcew341.png?width=1415&format=png&auto=webp&s=4f367c521ee2bd4c4007a160f23568f6916c96aa

    submitted by /u/AD-LB
    [link] [comments]

    Create MQTT user from application

    Posted: 11 Dec 2019 07:10 AM PST

    Hello,

    I'm using `Paho` library to connect to `MQTT` server in my Android application. I need to register new device from my application. For this reason I suppose I need to create new user in `MQTT` service. How to achieve that?

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

    Anyone know a library that I can use to recognize previously saved objects (or a few pictures of those)?

    Posted: 11 Dec 2019 06:57 AM PST

    So by using the camera the library should be able to tell if what it sees matches pictures or objects it has saved previously.

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

    Developer union

    Posted: 10 Dec 2019 12:12 PM PST

    I know developers tend to be introverts and avoid confrontation but Epic's stance on the Play Store fee got me thinking. I'm with Epic in that 30% is too much for what you get from Google. 30% was arbitrarily decided on by Apple and Google just copied it then called it an "industry standard".

    Ideally, I would like to see a tiered fee. For myself, I probably only use a fraction of what the developer console offers. I don't care about all the analytics and optimizations and translations features but I'm sure other devs do. A tiered fee with 10% for basic hosting, analytics and crash reporting and 30% for the full blown features would be more fair.

    Of course, Google is not just going to do this on their own. They want everyone to pay 30%, so they only way is through some sort of union or strike by developers.

    If developers could come together and unpublish their apps for a day, I think that would send a message to Google. Developer support makes or breaks an OS. There's a reason Ballmer chanted, "Developers! Developers! Developer!" because he knew how important developers are to Windows. Lack of apps is a big reason no one used the Windows Phone and a big reason people stick with Wear OS over Samsung even though Samsung's watches are much much better.

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

    �� ViewBinding provides type & null safety, findViewBy doesn't!

    Posted: 11 Dec 2019 12:36 AM PST

    APKUpdater 2.0.0 Stable Released

    Posted: 11 Dec 2019 01:34 AM PST

    Are you allowed to distribute your app on app stores other than Google Play?

    Posted: 11 Dec 2019 05:11 AM PST

    How to setup CI/CD for Flutter apps with GitHub Actions

    Posted: 11 Dec 2019 04:30 AM PST

    I've been dealing with this for days. I speak only English. I'm simply trying to release an update but it keeps getting rejected for no given reason.

    Posted: 10 Dec 2019 05:04 PM PST

    Huawei Ark Compiler

    Posted: 11 Dec 2019 03:08 AM PST

    Hi, does anyone have some more detailed info/documentation about ark compiler and if it's thing worth putting interest in and trying out? All I manage to find was some irrelevant mainstream media news taking it from political point of view.

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

    Android Studio 4.0 Canary 6 available

    Posted: 10 Dec 2019 10:37 AM PST

    Autoselect file with filename

    Posted: 10 Dec 2019 10:31 PM PST

    I am implementing file chooser in my app. I need to scan a particular directory and if a hardcoded file name is present in directory then my function should automatically pick the file. How can we implement this function.

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

    Question: Is it possible to somehow convert RemoteViews into real views ?

    Posted: 10 Dec 2019 10:26 PM PST

    Suppose you want to create a very customized widget which shows a preview of itself right inside your app, or you want to monitor notifications and check what's inside the RemoteViews that you get there, even without having a UI.

    Is it possible to get the views from the RemoteViews ?

    If so, how do I do that?

    I ask this because of this comment by Google :

    " You shall apply the RemoteViews to a ViewGroup and work with that."

    submitted by /u/AD-LB
    [link] [comments]

    An automated interaction testing approach by Airbnb

    Posted: 10 Dec 2019 09:50 AM PST

    Frequent Android Studio crashes on Ubuntu 18.04.3

    Posted: 10 Dec 2019 08:48 PM PST

    Hi,

    Android Studio on my Ubuntu 18.04.3 is crashing consistently. I tried deleting all mentioned folders in some forums, but it isn't helping my case. Also I tried IBUS_ENABLE_SYNC_MODE=1 ibus-daemon -xrd which didn't help either.

    Now, when I open the android studio, UI doesn't come up (gradle doesn't stop compiling and so the UI Layout won't show) and if I run the virtual device when this happens, I can see about 10-20 adb processes and android studio completely freezes. Only way is to hard reboot.

    My desktop is i7-5930K CPU 6-core, 64GB RAM, GeForce RTX 2060 SUPER, 1TB NVMe m.2 drive.

    Android studio version: 3.5.3

    One of the error message I saw on the java log is:

    Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again

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

    No comments:

    Post a Comment