• Breaking News

    Wednesday, February 12, 2020

    Android Dev - Using Gesture Recognition AI (MiVRy) to detect drawing characters in the space.

    Android Dev - Using Gesture Recognition AI (MiVRy) to detect drawing characters in the space.


    Using Gesture Recognition AI (MiVRy) to detect drawing characters in the space.

    Posted: 11 Feb 2020 09:49 PM PST

    2 suspended apps, what to do next?

    Posted: 12 Feb 2020 03:05 AM PST

    I have a google developer account with 2 suspended apps (got both suspensions in my first month (and same day) ~2015..), so i assume that a third suspension means my account termination.
    I plan to upload some real games, but I'm afraid making a mistake leading to my third suspension and hence banned for life.. is it possible to make a second account (with same admob and same credit card?) and upload some new apps? or the strikes count will be counted as a "3rd strike" and ban my accounts?

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

    Android Styling: Common Theme Attributes

    Posted: 12 Feb 2020 05:59 AM PST

    Currently developing a community Android ad network and looking to partner up with other app developers

    Posted: 11 Feb 2020 12:42 PM PST

    Evening all,

    I've been working on a community ad network for Android. The basic gist is that you show banner ads for other apps in the network in exchange for being shown in other apps.

    I'm trying to solve the exposure on a zero budget issue and also show something when other ads fail to fill.

    Currently I have a very simple SDK live that's showing ads in Sync for reddit.

    Would really love to work with other developers on this.

    Cheers,

    Laurence

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

    AppBar(Toolbar) hide animation

    Posted: 12 Feb 2020 07:20 AM PST

    anyone know how to get this popup/popdown animation for the toolbar? https://imgur.com/a/rmFLYq6

    so that it matches the same animation as the navBar has when using "com.google.android.material.behavior.HideBottomViewOnScrollBehavior"

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

    Why Rewarded Ads CTR is so Low? Is this Normal?

    Posted: 12 Feb 2020 12:03 AM PST

    Feedback for Buffer's "Clean Architecture" template?

    Posted: 12 Feb 2020 08:19 AM PST

    There is this "clean architecture" template by Buffer from 2-3 years ago. It has quite a bit of starts on GitHub.

    I wonder whether anyone here actually used it in real production app and how it performed for you.

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

    Zero-cost* abstractions in Kotlin

    Posted: 12 Feb 2020 07:48 AM PST

    Looking for a way to render a full game map from an isometric scroller.

    Posted: 12 Feb 2020 07:36 AM PST

    Webdriver and web automation on android

    Posted: 12 Feb 2020 07:18 AM PST

    Hi!

    I am used to do a lot of automation with python and selenium using what they call a webdriver (loading a page, interacting with it, ...)

    I can't seem to find any equivalent for android dev?

    Any suggestion would help thanks!

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

    How we fought bad apps and malicious developers in 2019

    Posted: 11 Feb 2020 09:30 PM PST

    Guide to host app-ads.txt on Github Pages (fast and free)

    Posted: 11 Feb 2020 11:25 PM PST

    // NOTE: Because the old guide says nothing about the Github Pages I decided to make my guide. Based on my previous post.

    1. Register your personal page on Github Pages: https://pages.github.com/ (TL;DR - just create a repository with name "your-github-username.github.io" and push everything only into the master branch)
    2. Create your app-ads.txt.
      Long official version: https://support.google.com/admob/answer/9363762
      Short: https://apps.admob.com/v2/apps/appadstxt (press the "How to set up app-ads.txt" button at the top right)
    3. Put app-ads.txt in the root of your Github website repository into master branch.Check availability by link https://your-github-username.github.io/app-ads.txt (update may take a couple of minutes).
      NOTE: Your repository should be public. If you switched it to private and revert back - try to push any commit. There is such a bug on Github Pages right now: Github pages isn't working after switching from public to private and then back to public (please write to Github team about it, maybe then they will fix it faster)
    4. Set your website url (https://your-github-username.github.io/) on the page of each app page (App control panel -> App page -> App description -> Website).
      NOTE: The website specified in the main settings in Google Dev Console (Main page with apps list -> Settings -> Developer account -> Account details -> Website) is not used for app-ads.txt detection.
      NOTE: Make sure you set your website url with https.
    5. [Optional] Recheck the specified website. After you receive a notification about updating the app page go to the page of your app in Google Play (https://play.google.com/store/apps/details?id=your.app.id) and view the html code. You should see the meta tag with name "appstore:developer_url" and "content" with url of your site. These specifications are described in https://iabtechlab.com/wp-content/uploads/2019/03/app-ads.txt-v1.0-final-.pdf the link to which is indicated in the official help https://support.google.com/admob/answer/9363762
    6. After a few days (five in my case) you should see a successful status in https://apps.admob.com/v2/apps/appadstxt

    You are breathtaking!

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

    What is value of Google's Associate Android Developer Certification over Internship in any IT Firm or Company??

    Posted: 12 Feb 2020 06:25 AM PST

    Hi All,

    I am currently a grad student in any Engineering Institute, in CSE Branch. I started android development over a year ago and i know, i still have alot to discover and learn. My institute is giving opportunity to go for any 6 months long internship in IT firms or industries, but i want to focus that period of time in my android development and want to aim for google's associate android developer certification, which is quite a worth, i guess. So, I can't decide which one to choose. Please Help me, If you have some insights to share......

    https://developers.google.com/certification

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

    Is there a way to test the Google Play Install Referrer?

    Posted: 12 Feb 2020 02:13 AM PST

    I recently was trying out the "Play Install Referrer Library" (the latest one), but i couldn't find a way to test my code if it works or not, any known way to test this library?

    For reference https://developer.android.com/google/play/installreferrer/library.html

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

    EventBus 3.2 release: AndroidX and incremental annotation processing

    Posted: 12 Feb 2020 05:20 AM PST

    Mutli-Selection Recycler View

    Posted: 12 Feb 2020 12:42 AM PST

    What are the best common ways to select multiple items in a Recycler View, I tried the androidx selection library. But I'd like to hear from you guys, cause I found there are many ways to do it and I don't know which way to go or should I just implement my own version and what works best for my app?

    Edit - Typo

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

    getting into android

    Posted: 12 Feb 2020 04:05 AM PST

    hi, im a comp sci grad with some experience in programming, just wondering how long it would take to self teach myself android development, to an industry standard, also if someone can reference some things to help will be great!

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

    How to show a portfolio when applying?

    Posted: 12 Feb 2020 03:41 AM PST

    If I have apps published to play store that I want to show when applying for a job, what is the best to show this to the potential employer?

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

    Which is better Unity ads or Admob for shooting game?

    Posted: 12 Feb 2020 02:59 AM PST

    Currently I am using only unity ads in my games. But ads doesn't server after 5,6 times showing up per device. So, i was wonder if i should use both admob and unity? Like if unity ad is not showing up then show admob, if admob is not showing then show unity ads. First preference would be unity ads.

    What do you think?

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

    Best practices and alternatives

    Posted: 12 Feb 2020 01:18 AM PST

    I'm trying to get automatic once a day backup of a folder to server, (can contain multiple types of files)

    What I have done so far is using AlarmManager class which passes a broadcast to a receiver class which then in turn starts a service in the background which traverses folder and passes paths to an asyncTask uploader class connecting to a php script through "httpURLConnection" once all paths are passed(traversal complete) service dies

    I'm facing issues like,

    OutOfMemory in async in case of many files,

    Php timeouts,

    Size > 2 mb just not working

    // Last two are php server config based I think

    It got me thinking whether what I'm doing is the right way to approach this What would the best approach for such problem, should I be using some alternative components from above

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

    Instagram dark mode only while using Android auto.

    Posted: 11 Feb 2020 11:32 PM PST

    I just noticed when I was connected to Android auto my instagram was in dark mode and as soon as I disconnected it it went back to normal. But yet I can't get dark mode by itself...

    This was using an LG V40 running Android 9.0.

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

    GitHub - runningcode/gradle-doctor: The right prescription for your Gradle build.

    Posted: 11 Feb 2020 12:14 PM PST

    No comments:

    Post a Comment