• Breaking News

    [Android][timeline][#f39c12]

    Tuesday, May 14, 2019

    Introducing RxDogTag - Automatic tagging of RxJava 2 originating subscribe points for onError() investigation. Android Dev

    Introducing RxDogTag - Automatic tagging of RxJava 2 originating subscribe points for onError() investigation. Android Dev


    Introducing RxDogTag - Automatic tagging of RxJava 2 originating subscribe points for onError() investigation.

    Posted: 14 May 2019 12:49 PM PDT

    Help me get this straight about Kotlin Native

    Posted: 14 May 2019 08:44 AM PDT

    ...or any other x-platform technology that lets me share my "business logic" between various platforms.

    Most of the apps I've written don't have much "business logic" to them. They usually just get JSON data from web APIs, display them to the user and allow the user to send back requests to the server. There's usually a model layer to persist stuff on, and maybe features that require on-device capabilities like camera, microphone etc.

    I'm not sure how KN's approach will help do those, since each platform has their way of doing those things anyway.

    There doesn't seem to be a lot of "business logic" to be shared between platforms.

    How often do you find yourselves in projects that have a lot of logic that will benefit from the Kotlin Native approach to multi-platform?

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

    Building the Monzo Plus card selection animation with MotionLayout

    Posted: 14 May 2019 12:27 PM PDT

    The Death of External Storage: The Beta 3 Status [The CommonsBlog]

    Posted: 14 May 2019 03:24 AM PDT

    Apps can add android:allowExternalStorageSandbox="false" to the <application> element to opt out of the sandbox, ideally only while the app's developers are making changes to deal with the sandbox (note: this attribute name might change in Q Beta 4)

    https://commonsware.com/blog/2019/05/13/death-external-storage-beta-3.html

    EDIT

    You have to target Q in order to use the above in the manifest. Otherwise, you'll get an error:

    Android resource linking failed

    ...\AndroidManifest.xml:27: error: attribute android:allowExternalStorageSandbox not found.

    error: failed processing manifest.

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

    Android library designed to greatly simplify the implementation process of an MVVM-based application by providing all the means necessary to solve the common problems and avoid the annoying boilerplate code.

    Posted: 14 May 2019 02:09 PM PDT

    SQLite - DB Browser for sqlite database

    Posted: 14 May 2019 08:03 AM PDT

    Solve WordSearch games with Android and ML Kit

    Posted: 14 May 2019 03:58 AM PDT

    Kotlin Coroutine Job Hierarchy Finish, Cancel, and Fail

    Posted: 14 May 2019 06:05 AM PDT

    Android “Q” logo concept I made. Thoughts? (I don’t know if this is allowed on this subreddit)

    Posted: 14 May 2019 01:29 PM PDT

    Usage of the ViewModelScope

    Posted: 14 May 2019 06:29 AM PDT

    How to stop app from being killed in background?

    Posted: 14 May 2019 01:15 PM PDT

    Hi guys,
    I'm working on an app which tracks my workouts.

    In the latest version of android - whenever I go to use it and background the app, after some time the system kills the running activity.

    How do I prevent this?
    Is simply adding a notification enough? (https://developer.android.com/training/notify-user/build-notification.html)
    Or do I have to learn about services and run it as that?

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

    Codeless Automated Testing for Mobile Apps

    Posted: 14 May 2019 12:42 PM PDT

    ((AppCompatActivity) getActivity()).getSupportActionBar().hide(); in Kotlin?

    Posted: 14 May 2019 03:42 PM PDT

    I'm new to Kotlin, what is the Kotlin equivalent of this Java code? Thanks in advance.

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

    any idea how to my a simple IR Remote app?

    Posted: 14 May 2019 09:44 AM PDT

    i have to this ac brand which is not listed on any other apps out there since it's news.

    so i want to make an app about it. but the problem is how can i know signal code of that remote?

    any idea how they make it?

    thank you

    edit: ignore my typo

    submitted by /u/10100011a10100011a
    [link] [comments]

    HDMI-CEC support Android boxes

    Posted: 14 May 2019 03:34 PM PDT

    Hi guys. I'm testing an android box from Minix, model X10.

    They claim that they have HDMI-CEC support enabled but I'm struggling to make it work. I added LIBCEC to the device but it says that the device does not respond.

    I need to turn off/on the display via CEC command.

    I've seen that other brands are turning blank the display (to fake the turn off).

    Anyone here got CEC working? Any Advice?

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

    How to Service on Android — part 3

    Posted: 14 May 2019 03:18 PM PDT

    What font (UI and Code) do you use for Android Studio?

    Posted: 14 May 2019 04:45 AM PDT

    I use Google Sans (UI) with Menlo (Apple Monospace, works well with GNU/Linux and looks better than Fedora's monospace font)

    How 'bout you?

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

    App Development: The Single Question to Ask Yourself to Avoid Creating a Unsuccessful App

    Posted: 14 May 2019 07:03 AM PDT

    Play Store install count badge not updating, support isn't helping at all, what can I do?

    Posted: 14 May 2019 12:36 PM PDT

    So my app crossed into the number of installs for the next badge a bit ago (according to the installs by user count on the Play Store Console), however the Play Store still shows the previous badge.

    During Google IO I went ahead and asked on the Play Store sandbox, on the Play Apps office hours, and to a dude I met that is a BD manager on the Play Store team. All those people I talked to agreed that the badge should have updated already, they said to contact support.

    I contacted Play Store support and they are basically telling me that I probably have some fraudulent installs that aren't being counted. My app is sitting well over 100k installs over where the badge change should have happened. That would mean that I have over 100k fraudulent installs, which makes no sense. I've never paid for fake installs or reviews, so how could I possibly have that many fraudulent installs? Plus my own analytics don't show much of a discrepancy compared to the Play Store analytics.

    Am I looking at the wrong number (on the app installs by user -> lifetime)? I have another app that crossed one of those badge numbers recently and it didn't take more than a few days for the badge to change.

    What can I do about this?

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

    Handle Complex Navigation Flow with Single-Activity Architecture and Android Jetpack’s Navigation component.

    Posted: 13 May 2019 08:22 PM PDT

    Have you been using Kotlin objects everywhere? Here's another tech-shot to see how to get more out of it.

    Posted: 14 May 2019 10:41 AM PDT

    Detect HOME and RECENT button click android

    Posted: 14 May 2019 10:25 AM PDT

    There is app on the play store called ACDisplay, the app is a lock screen app and it is able to detect the HOME and RECENT button click and disable it to prevent the user from exiting the app. I see a lot of posts where developers are saying that this can't be done, yet there are lot of lock screen apps on the store that do exactly this.

    App link: https://play.google.com/store/apps/details?id=com.achep.acdisplay&hl=en_US

    How is this being done via the standard APIs? Does anyone have any input/thoughts on this?
    Thanks!

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

    Is there any way in the FingerprintHandler to access the IDs of the BiometricActivity dialog fragment so the app will stop crashing?

    Posted: 14 May 2019 09:14 AM PDT

    https://gist.github.com/EphraimB/f2c05184690a6aef9536a16b36ad509a

    Update: TextView paraLabel = (TextView) ((Activity)context).findViewById(R.id.paraLabel); works with the MainActivity class extending Activity but isn't working with the BiometricActivity class extending DialogFragment.

    How do I make my code access the dialog fragment?

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

    Recover data after getting stuck in bootloop?

    Posted: 14 May 2019 09:13 AM PDT

    I have played with one of those package disabler apps and unfortunately disabled the wrong package, now the phone is stuck on the boot logo. I can still restart it into recovery or download mode.

    Please would anyone know if there any way to recover the photos from the internal storage before I factory reset it? I would be very grateful for a tip

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel