• Breaking News

    Thursday, December 26, 2019

    Android Dev - KotlinConf 2019: What's New in Java 19: The end of Kotlin? by Jake Wharton

    Android Dev - KotlinConf 2019: What's New in Java 19: The end of Kotlin? by Jake Wharton


    KotlinConf 2019: What's New in Java 19: The end of Kotlin? by Jake Wharton

    Posted: 26 Dec 2019 06:11 AM PST

    We don't hear a lot of game developer's admob getting banned or suspended, whereas an app developers admob account is suspended in an instant . Does Google treat App developers unfairly?

    Posted: 26 Dec 2019 02:00 AM PST

    As a college student, should I pursue Android development considering it's difficult to get an entry level job?

    Posted: 25 Dec 2019 07:01 PM PST

    My understanding is that Android dev is a very difficult career field to enter without prior experience, and that companies don't hire entry-level programmers.

    I started teaching myself Android dev because (1) I have lots of Java experience (2) I've always been interested in Android. But I wouldn't say I'm loyal to Android development, and I didn't really learn much anyways besides doing half of the Udacity course.

    Should I switch over to another field like backend web-development to jump start my career if it really is that hard to find an entry-level job?

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

    How do some apps show a dialog that allows you to choose your phone number?

    Posted: 26 Dec 2019 07:26 AM PST

    I've noticed that on some apps that require a login/registration by phone, it offers you the real phone number, so that instead of typing, you just select it via a dialog, then it gets filled on the app and continues.

    How do those apps do it?

    Is it a part of Android, or something that Google offers via one of its services/SDKs ?

    If it's a part of what Google offers, is it for free, or does it cost money to use it?

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

    What online collaboration tools do you use in androiddev to communicate with your team? Have you tested Buj?

    Posted: 26 Dec 2019 06:36 AM PST

    Can I use a cheap carrier locked phone for android app development?

    Posted: 25 Dec 2019 09:19 PM PST

    I already own iPhone, but would like to develop an app for android. I was thinking of buying a cheap 1~2 years old android phone for app developments (no need for cell service), and about half of them in the market are locked to carriers.

    I am assuming I can still use Google Play & related services in carrier locked phones without SIM?

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

    Creating user accounts on an android app

    Posted: 26 Dec 2019 06:01 AM PST

    Hi guys, I would like to know how to create user accounts for an android application (user downloads the app and creates an account for himself). I have googled this but there aren't exactly many answers on this. (Here's what i found).

    Do I use something like firebase for account handling or do i launch an AWS server with MySQL installed to handle the accounts? Could you guys point me to any good tutorials on this? Thanks in advanced!

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

    Commonsware blog - Scoped Storage Stories: listFiles() Woe

    Posted: 25 Dec 2019 11:24 AM PST

    Requesting Contact Permission in simple app

    Posted: 26 Dec 2019 04:05 AM PST

    Hi,

    Android development is new to me, I am following this resource in order to learn how to add read contact permissions.

    Though I am not familiar with Java, code seems Okayish, till this point:

    @Override

    public void onRequestPermissionsResult

    Not sure if this article is outdated, but can't seem to understand why '@override' is required. When compiled it yields the following error:

    error: method does not override or implement a method from a supertype

    And when omitted, the permissions are not being initiated.

    Appreciate help in understanding this, as clearly I am missing something, TX.

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

    Is APK Bundle safer than APK?

    Posted: 25 Dec 2019 06:11 PM PST

    Can we talk about APK here?

    So, I noticed that some app store sites provide APK Bundle. As far as I knew, APK Bundle is better than APK in term of app sizes, updating speed and other stuff. However, do you think that APK Bundle is safer than APK? Is there any way to know if an APK Bundle is modified or not?

    Thank you.

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

    Is it still feasable to still support API 19 below?

    Posted: 25 Dec 2019 06:42 PM PST

    I was just wondering that is it still good to support Android Kitkat and below?

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

    Toggling the System Wide Dark Theme Programmatically

    Posted: 25 Dec 2019 08:41 PM PST

    Hey, everyone. I'm using a Pixel 3 right now and I was thinking of making an app that would allow me to schedule when the system wide dark theme would turn on/off during the day.

    I'm kind of thinking how Night Light, Night Shift, f.lux, etc. work. My quick reading about dark mode in the documentation is only coming up with information about an app's dark theme and nothing about potentially altering the system theme itself from the app/allowing the app to do it at a set time.

    Is this possible? Am I missing this part of the developer documentation? I'm not looking for a full blown tutorial or anything, I'm just struggling to find any reading about this from my Google searches.

    Thank you for taking the time to read the question! Also, sorry if this is the wrong subreddit to post this question, I haven't had any success with Stack Overflow the last couple of days.

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

    Is it bad practice to not create so many variables when something can be achieved using one line of code?

    Posted: 25 Dec 2019 12:54 PM PST

    Example from Google's docs:

    NavController navController = Navigation.findNavController(this, R.id.nav_host_fragment);
    NavigationView navView = findViewById(R.id.nav_view);
    NavigationUI.setupWithNavController(navView, navController);

    ...but this can be condensed as

    NavigationUI.setupWithNavController(Navigation.findNavController(this, R.id.nav_host_fragment, findViewById(R.id.nav_view);

    I understand that it's useful when one line is too long and complicated. However, the variable "navView" just seems unnecessary. It's literally just findViewById().

    Is there a reason why Google's docs always encourages you to create a ton of variables? Is this best practice in the industry?

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

    Commonsware blog - Scoped Storage Stories: Storing via MediaStore

    Posted: 25 Dec 2019 10:46 AM PST

    Where to find android development companies to invest in?

    Posted: 25 Dec 2019 09:22 PM PST

    Hey guys,
    A long dream of mine is to make an android game that I can be proud of, but I lack to commitment and mental capacity to learn coding from the bottom up, so I was wondering if I want to invest in a small start up android development company where I can find a team that will can bring my game idea/vision to life ? and how much do you think would that cost ? (I am not looking to just buy a whole company, just to invest enough that I can have a say on what is being made).

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

    Doogee F7 Partially Unresponsive Screen (sorry for vertical recording)

    Posted: 25 Dec 2019 09:06 AM PST

    Exploring Cirrus CI for Android

    Posted: 24 Dec 2019 03:56 PM PST

    No comments:

    Post a Comment