• Breaking News

    [Android][timeline][#f39c12]

    Wednesday, February 26, 2020

    Simple animated custom graph view(GitHub source link in description) Android Dev

    Simple animated custom graph view(GitHub source link in description) Android Dev


    Simple animated custom graph view(GitHub source link in description)

    Posted: 26 Feb 2020 06:24 AM PST

    Data Encryption on Android with Jetpack Security

    Posted: 26 Feb 2020 05:29 AM PST

    New Android SDK Command-line Tools 1.0 released (sdkmanager, avdmanager)

    Posted: 26 Feb 2020 02:51 PM PST

    You can find the links over here: https://developer.android.com/studio#command-tools (or inside Android Studios SDK Manager)

    This release should replace Android SDK Tools 26.1.1. Biggest change is support for running sdkmanager and avdmanager on JVM 9+, which was not possible before due to deprecated JAXB EE dependencies in the previous tools.

    This can be very handy for CI builds or systems that do not have JDK8 installed.

    I didn't find any changelog. But for more details you can read about it over here: https://issuetracker.google.com/issues/67495440#comment24

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

    Android Styling: Themes Overlay

    Posted: 26 Feb 2020 09:27 AM PST

    What made you go into App development instead of some type of Web development or other areas?

    Posted: 26 Feb 2020 03:44 PM PST

    What made you go into App development instead of some type of Web development or other areas like Cybersecurity, Artificial Intelligence, Robotics, FinTech etc? Why did you choose to do android development? How do you think android development compares to other areas of Software Engineering in terms of salaries, job avaiability, career growth, work culture, remote work avaiability, job satisfaction, entry level requirements etc If you can state what country and/or city your coming from that also cool!

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

    Ratings Stats in Google Play Developer Console not up to date since 17th February

    Posted: 26 Feb 2020 11:36 AM PST

    Ratings Stats in Google Play Developer Console not up to date since 17th February

    Hi,

    the latest ratings I see in the dev console are from the 17th. Since then, no new ratings are displayed. However the reviews are accessible. Anyone with the same issue?

    https://preview.redd.it/6t8wxzlambj41.png?width=1242&format=png&auto=webp&s=bd7db885a8aff33c7d51a5ab8dacbe18f35e9987

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

    Hi everyone! Me and my high school friends made a Flutter & Firebase app called Hypermind to help y'all with a healthy lifestyle. Feedback highly appreciated!

    Posted: 26 Feb 2020 04:47 AM PST

    APK size increased 2x+ on Android Gradle 3.6.0

    Posted: 26 Feb 2020 06:47 AM PST

    As my title said. My app went completely bonkers after Gradle update and now my split builds are ~30mb each instead of usual ~15mb and universal apk is 105mb instead of usual 40mb.

    I didn't change a thing other than Android Gradle Plugin version and Wrapper version. I've tried to disable new apk creator and viewBindings but no beuno, apk still is inflated without reason.

    Looking at apk analyzer only thing that changed is size of my lib folder. Every single *.so file has been expanded 3-4x times

    It's a React-Native project.

    Has anybody had similar issues? Do anybody know what is happening?

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

    Any sort of guidance would help please.

    Posted: 26 Feb 2020 05:27 PM PST

    How should I price this app? It's my first app client.

    Posted: 26 Feb 2020 05:03 PM PST

    The user will purchase the app, then login. The user will be prompt to use the app to scan the color of their hair color and eye color. Then the app will create a profile for the user and output data such as which color of makeup would look best on the person, and many other outputs relating to makeup. The user can revisit their profile results anytime. for android and ios

    Now I'm a web designer who usually does website work. SO I'm unfamiliar with how to price this app. I'll be doing the design and UX, but outsourcing the development.

    The clients budget is between 16k and 33k. I really don't know how much to charge as I want to maximize my profit.

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

    Have a Great Idea for an App - Need guidance in how to crowdfund it.

    Posted: 26 Feb 2020 03:58 PM PST

    Hi Guys.

    I've been pestered by my professors and fellow students to go ahead and develop and idea I presented in class. Since it requires money for development I am wondering if you can guide me in which is the best alternative to crowdfund it. Yes, I know there are many platforms but, I am looking for an alternative that has worked for you and which will not be a waste of time. For your efforts, how were your results.

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

    Android Studio 3.6 Espresso test failed to run

    Posted: 26 Feb 2020 11:26 AM PST

    Hi, we migrated to the latest Android studio 3.6 stable and Gradle 3.6, when I run the test from AS I get the error: "No tests were found"

    "Test running failed: No test results"

    I wonder if this is a common case? thanks

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

    Anyone know where Admob hid the Review Request button????

    Posted: 26 Feb 2020 03:03 PM PST

    According to their help page, there's supposed to be a button within the Policy Center...but there's nothing there. Anyone know where it REALLY is????
    I've been suspended for a month and as with a lot of other people, no response or information as to how to get un-suspended.

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

    Using GitHub Packages for Android projects

    Posted: 26 Feb 2020 01:26 AM PST

    Need help. Trying to combine android app module with ktor server module. It's not going well

    Posted: 26 Feb 2020 02:26 PM PST

    I'm making an application for a school project. I'm fairly used to working with android, I did it for a job, but except from adding a dependency or two.... I'm not a hero with gradle. Project is called LetsGo (something about lego) and I wanted to create the following three modules:

    com.letsgo.common

    com.letsgo.app

    com.letsgo.server

    I've tried it the last couple of hours, I deleted the full project multiple times. Android studio has crashed for the 8th time now I think. And I have no clue what to do. I thought it would be simple, but every time a new problem pops up. Or my modules are added twice in the project structure dialog. Or the server module is suddenly the root module and contains a redundant gradlew file (or is it redundant??). Is there a simple tutorial on how to set this up?

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

    Anyone else having issues running androidTest since Android Studio 3.6?

    Posted: 26 Feb 2020 10:35 AM PST

    Ever since upgrading to Android Studio 3.6, all of my tests that relied on the Android framework (androidTest) no longer seem to work at all anymore. I'm met with a pretty generic error:

    Test framework quit unexpectedly

    I've googled around a little bit but everything I've seen seems pretty old or unrelated. Kinda wondering if others are having/had this problem, before I spend a lot more time on trying to fix whatever went wrong.

    If it helps, I've tried running my Android tests on several different emulators, and directly on several different USB-connected devices too.

    Thanks!!

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

    How do you find a Mentor?

    Posted: 26 Feb 2020 01:50 PM PST

    I keep seeing articles and people in videos mention that when you are trying to learn a new language you should get a mentor. Somebody you can turn to for advice when you get stuck, so you don't get stuck for days or weeks.

    I had this happen to me too. I'm new to Android, but I've made a couple of simple apps as I was learning, and I have been stuck for up to two weeks on simple problems. I made about 8 threads on forums trying to get people to help me, 3 of them were here, plus I posted in the weekly questions aswell. No luck. Never got an answer. After 2 weeks I paid an indian person 15$ for an hour of hes time online to help me with the issue. We got over it in 15 minutes.

    I don't know a single person who does programming, let alone android programming. I need a mentor, or even just a friend who I can turn to so I don't get stuck on stupid problems for two weeks, or just to get a second opinion. Any advice on how to find one who would be willing?

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

    Single page app to send push notification

    Posted: 26 Feb 2020 12:41 PM PST

    Hi,

    I don't know what I'm searching for, so I made an exaple to explain.

    I need very simple single page app, where user can input his apps API key and notification message to be pushed to his users. No need to run any server, no need to expose API key outside of browser instance (and firebase API of course).

    As noted - simple example is here https://kratkyzobak.github.io/firebase-send-notification/

    I belive there is something like this with some fancy styles and more functions?

    Thanks for recommendations.

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

    It's been 16 days and install count isn't yet updated

    Posted: 26 Feb 2020 12:17 PM PST

    My app reached 50K install count, but the app page on Google Play still shows 10K.

    In my experience, it takes 2~3 days to update the new "mile stone" on Google Play, but now it's been more than two weeks and yet nothing has changed. Has anyone encountered a similar situation?

    submitted by /u/6UpsideDownTrees
    [link] [comments]

    Facebook Audience network payout late this month?

    Posted: 26 Feb 2020 05:27 AM PST

    for paypal

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

    Take screenshot of Frame layout

    Posted: 26 Feb 2020 04:11 AM PST

    So i have 3 framelayout inside a parent linear layout. Inside each framelayout i have imageview. I want to provide user a button in each of these framelayout and when user presses corresponding button it will take screenshot of that corresponding image only. I.e 3 images will be in three layouts and if user presses middle button then only the image of second layout should be saved and not just the screen with all three of them. Is this possible or what's the alternative way to do this?

    Edit: i also have zoom gesture enabled in the imageview so if user is half zoomed-in to the image then half zoomed in image should be saved and not the whole unzoomed image.

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

    Android app bad performance on Huawei

    Posted: 26 Feb 2020 09:25 AM PST

    Hi, I'm working on an app which runs well on Samsung, OnePlus and others but very slow on Huawei. Did you already experience suchlike behavior ? I have no idea what can cause that. Any help or advice can help.

    Do you have good tools that can help me improve the perfs and find existing problems ? I use Android profiler, Timber and LeakCanary.

    PS: devices have approximately same RAM, CPU, etc.

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

    Automated Android Emulator Setup and Configuration

    Posted: 26 Feb 2020 07:40 AM PST

    No comments:

    Post a Comment

    Fashion

    Beauty

    Travel