• Breaking News

    [Android][timeline][#f39c12]

    Sunday, December 2, 2018

    2017 and 2018 - How much premium subscribers do you have with your app? Android Dev

    2017 and 2018 - How much premium subscribers do you have with your app? Android Dev


    2017 and 2018 - How much premium subscribers do you have with your app?

    Posted: 02 Dec 2018 07:31 AM PST

    There were a lot of questions about earnings before through ads or IAPs. But how many premium subscribers do you have and what is the price range of your monthly or yearly subscriptions within your apps?

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

    Droidcon NYC 2018 - Ok Multiplatform!

    Posted: 02 Dec 2018 02:18 PM PST

    Is it possible for third-party applications to have INSTALL_PACKAGES permission?

    Posted: 02 Dec 2018 03:13 AM PST

    In the official docs, it's stated that INSTALL_PACKAGES is "Not for use by third-party applications." But I've come across an application that has that permission along with WRITE_EXTERNAL_STORAGE, ACCESS_NETWORK_STATE.

    Should I be wary?

    I know this might be more of a security related question but humor me.

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

    Google Room and The Definitive Guide to SQLite

    Posted: 02 Dec 2018 11:11 AM PST

    Pulling off data from a device in a bootloop

    Posted: 02 Dec 2018 08:35 AM PST

    Hello guys. I don't know if this is the correct subreddit, but is it possible to recover data from an Android phone stuck at a bootloop? I've successfully accessed adb but the phone's bootloader is locked. I am planning to do a full wipe of the phone and maybe unlock it, but I have some very important files that are on the phone's internal memory and weren't manually backed up anywhere else (at least to my knowledge). I can work on a Windows or Ubuntu Linux machine, and I can install other distributions on a virtualized environment. Thank you very much beforehand for taking the time to read my problem and for helping me with this issue

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

    How do you actually work with WorkManager?

    Posted: 02 Dec 2018 09:06 AM PST

    We found our selves writing a lot of boilerplate code in order to use WorkManager for some of our network jobs. You have your super easy Retrofit service interface with all the parameters and everything and then you have to create some ugly Work object and pass the arguments by hand as a bundle etc. We created some utility code to make it easier but it's still ugly.
    It would be awesome to have some code-generating annotation processor where you can just annotate some Retrofit interface methods and it would generate work object with type-safe parameters for you.

    Am I the only one with this problem?

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

    Keep an Eye on App Performance – ProAndroidDev

    Posted: 02 Dec 2018 03:41 AM PST

    Client has uncommon request

    Posted: 02 Dec 2018 07:40 AM PST

    The app fetches news and shows them in RecyclerView. The news are fetched by tags that user choose. Client wants each tag to be each request. Did that and news now load a bit slower. He now wants to show each news as soon as we get response, but the problem is I need to sort those news by date. Which means, news will constantly sort untill all news are loaded. How should I proceed with this request?

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

    Which is better for running app install campaigns, Facebook or Google?

    Posted: 02 Dec 2018 10:40 AM PST

    Which ad network got you the most installs, lower CPI and gave better user targeting? Who'd you pick?

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

    Arnaud Giuliani - Simplify your Android development with Koin (video)

    Posted: 02 Dec 2018 12:39 PM PST

    App Has Stopped after Killing it intentionally

    Posted: 02 Dec 2018 03:54 PM PST

    Hi All,

    I have searched the darkest parts of the web and has not found a solution to my problem...

    After I turn my app off (or kill it manually by swiping left), the phone displays a message saying "My App" Has Stopped. This only happens for Android 26 and above.

    I am using ACCESS_COARSE_LOCATION, and run a Service on the background so that the app always works. This only started to happen after I made my target SDK to 26 and added ACCESS_COARSE_LOCATION.

    Any ideas?

    Thanks!

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

    Should I learn about AndroidX?

    Posted: 01 Dec 2018 11:56 PM PST

    I have been in android dev for some time now but not long enough to be considered a major android developer (more of a learner). I have been developing apps in Java and have been reluctant to switch to Kotlin (because I have a lot of experience with Java and don't really want to switch to a new language now).
    I have heard about butterknife, dagger, data binding etc. and am now considering using these for my apps. But Google also launched AndroidX recently and basically, moved all existing support libraries to it. I just migrated a demo app I created to AndroidX using the refactor menu in AS and it seems that the only major difference is the new package names. Is this all what androidX is about?
    Also, as I have been considering using an annotation library - which one should I use? Butterknife, dagger or Data binding? I have also seen data binding is now a part of JetPack (AndroidX).

    Please help as I am really confused with all these changes around!

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

    2018-19 Learn Android Development

    Posted: 01 Dec 2018 09:58 PM PST

    Hey all, I am completely new to programming and though I'm still contemplating web dev vs Android Dev. I was wondering if someone could help point me in the direction of some if the better resources for learning Android Development as we get ready for 2019.

    I 'assume' I should learn Java, before learning Kotlin or do you all think I should just jump right in with Kotlin. Also is it better to learn the language and then learn Android Studio and development for Android or should I do both at the same time?

    Thanks in advance!

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

    Local Properties as variables in Gradle

    Posted: 02 Dec 2018 01:55 AM PST

    How do I use variables inside local.properties inside build.gradle? I have to be able to directly access the variable name, like they were in gradle.properties.

    I am working on a project from another developer. He apparently has a local.properties file with all release variables like here. And access it directly inside build.gradle.

    I am trying to build a react-native project for android release. It works if I put the variables inside gradle.properties but not inside local.properties.

    Can you somehow specify all property files when you run the build code? Or what other ways are there?

    His code: https://github.com/tomekz/viennaBike-native

    I do not want to change anything in the code structure. Just want to know how he could build it.

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

    Delayed App Updates?

    Posted: 02 Dec 2018 01:25 AM PST

    So its been about 28 hours and two of my apps have not pushed their updates. Is it due to it being a weekend? or alot of back logged apps on googleplay's server?

    I went in the developer console it shows that the apps have been published instead of processing update but the app itself version has not updated along with the new text or screenshots. Worried its due to rejection or not.

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

    Not On the Kotlin-Android Bandwagon Yet?

    Posted: 02 Dec 2018 11:54 AM PST

    Single Activity: Why, When, and How

    Posted: 01 Dec 2018 11:02 PM PST

    Espresso Test Recorder

    Posted: 01 Dec 2018 05:05 PM PST

    Does anyone have experience with the espresso test recorder? what are your thoughts? is it better than writing tests by hand, or do you use a combo of both?

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

    Voting app a la Raspberry Pi

    Posted: 01 Dec 2018 09:53 PM PST

    Hello guys! I am an aspiring android developer, and I just want to ask you guys if you can help me with a project of mine. It's something like this:

    Simple Polling/Voting app

    It's an app that scans a QR code to access the app. The said QR code must be registered before the poll.

    This can only register a specific account per MAC address. The app will be disabled once the limit has been reached.

    When the polling is enabled, the app will be also enabled. The app is accessed and connected through the main server (Raspberry Pi) from the local server

    This isn't much to go, but if you have any insights, suggestions, or even snippets of code, it would greatly help. Thanks!!!

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

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel