• Breaking News

    Saturday, September 11, 2021

    Android Dev - Apple lost the Epic battle

    Android Dev - Apple lost the Epic battle


    Apple lost the Epic battle

    Posted: 10 Sep 2021 09:24 PM PDT

    Physical Blocks - a game I made that is not quite like Tetris!

    Posted: 11 Sep 2021 03:20 AM PDT

    android studio opens the wrong project

    Posted: 11 Sep 2021 04:42 AM PDT

    hi, I'm new to Android Studio and for some reason when I try to open the project I'm working on it decides to open another project that isn't even open! the funny thing is that it happens only with the Nexus 4 API 30 emulator, with the others it doesn't open anything, just shows me the home screen.

    do you have any ideas as to why that happens?

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

    Not getting NetworkBoundResources

    Posted: 11 Sep 2021 04:46 AM PDT

    Can anyone suggest good resources for NetworkBoundResources there aren't too many articles on it. I'm trying to understand it

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

    How to start android development?

    Posted: 11 Sep 2021 06:57 AM PDT

    Which one should I choose Java, Kotlin or flutter for android development?

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

    Scoped Storage is confusing

    Posted: 11 Sep 2021 02:47 AM PDT

    I am working on a Loan app that collects good amount of user information. I am currently working on a screen where user can submit their bank statements [Which is a password protected PDF] to the cloud.

    Android 11 doesn't allows access to files easily, i can't get access to Manage user storage because its not the kind of app that Google will permit.

    Is there any loophole?

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

    I don't know if Google has ever undeprecated a method, but they need to bring back the old onActivityResult.

    Posted: 10 Sep 2021 10:09 AM PDT

    The new way unnecessarily overcomplicates the code and reduces readability. It breaks code modularity and forces you to use more code lines to cover use cases of the previous version. Deprecation should be used when Google provides a better API design, but not randomly on the basis of opinable decisions that are not technically justified and only look good for a few scenarios.

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

    How to access in android the users registered in Firebase Authentication

    Posted: 11 Sep 2021 01:12 AM PDT

    I am creating an android app integrated with Firebase as the backend. I used Firebase Authentication for the authentication and management of users. I also used Firestore for the database. In my app, there will be a data(collection) named LoanRecord with the fields of lender and borrower. These 2 fields will contain user data (like foreign key in SQL database). Every time a user will create a LoanRecord data, the app will need to fetch the available users, so that the user can select and set it to the lender and borrower fields.

    Now how can I fetch all the users to my android app? I do not have my own backend, so I cannot use the Firebase Admin SDK. I also don't want to use the cloud functions because apparently it's not free (this app is only for my personal use so I don't want to spend money for it).

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

    How do I create a MapFragment and pass in the MapProperties? TomTom Api + Android

    Posted: 10 Sep 2021 03:52 PM PDT

    I'm having trouble understanding how to use the MapProperties with the Fragment I created. I'm also new to android development. I have a fragment in xml that looks like this:

     <fragment android:id="@+id/basic_map" android:layout_width="match_parent" android:layout_height="match_parent" android:name="com.tomtom.online.sdk.map.MapFragment" /> 

    I grab the reference in Java in the main activity like so:

    public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); //get the reference to the fragment from the activity_main xml MapFragment xmlMapFragment = (MapFragment) getSupportFragmentManager().findFragmentById(R.id.basic_map); //configuring the map using map properties MapProperties.Builder mapProperties = new MapProperties.Builder(); mapProperties.backgroundColor(Color.RED); } 

    But now the tom tom maps api is telling me I need to pass the MapProperties object in a new instance

    MapFragment mapFragment = MapFragment.newInstance(mapProperties) 

    So do I need to create a java fragment class instead, or what do I do? I'm confused as hell. I'm not good at knowing what to do when the documentation doesn't have the entire step by step setup, it's just chunks: https://developer.tomtom.com/maps-sdk-android/map-initialization

    Why is there a new instance of the map fragment. And then a reference to the xml map fragment. So either I need to declare the map properties in xml, or can create a new instance. But how do I make that new instance of the mapFragment I created in Java, appear in the UI?

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

    My Mopub account has been suspended without any reason

    Posted: 11 Sep 2021 02:05 AM PDT

    My Mopub account has been suspended without any reason

    this morning, suddenly and without warning, my mopub account was suspended

    I did not receive any message in the mail or any advance notice

    I sent them an email, maybe it was because of something wrong

    But I don't really understand (Maybe because I closed my Admob and Adsense account the previous days.. or because I changed my payment details yesterday)

    I'm so frustrated..

    Please help me with anything (An alternative to mopub, suggestions, anything)

    https://preview.redd.it/u9t4y673bum71.png?width=759&format=png&auto=webp&s=fa81e4ef9a15490b0713486e21e69ea4218aaf5d

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

    How does your team update version numbers for "internal" builds?

    Posted: 10 Sep 2021 08:39 PM PDT

    Typically an android team is shipping new code internally all the time and only after a while is there a release branch that is created that is refined and shipped to your users.

    For your company's internal releases, is that done automatically or via a single button click? If so, when the release is automatic or via a single button does the version number update? Does the version number update on CI get PRd back into your repo?

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

    How many paying customers do you have on your app?

    Posted: 10 Sep 2021 08:37 AM PDT

    I know it's none of my business. But I'm curious about your conversion rate and whats the best price point in your opinion?

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

    SSCustomEditTextOutlineBorder is a small kotlin library for android to support outlined (stroked) text in EditText widgets same as Material Design Outlined Box but without Floating Label.

    Posted: 10 Sep 2021 09:41 PM PDT

    Problems when trying to display delayed camera feed.

    Posted: 10 Sep 2021 01:55 PM PDT

    I am trying to setup the phone to record video, while displaying whatever is recorded on the screen with a few seconds of delay. What's a good approach for that?

    Currently I am recording without a view finder, and trying to play the files via a media player. I am not sure if it is possible to play an mp4 as it is continuously recorded, since I only get a black screen when I try to do that. When starting/stopping the recording every few seconds, and playing the video that has just finished recording, I face multiple issues: the recorder often fails to record videos one after another, and there's stutter when swapping between videos during playback.

    Am I doing something wrong, or are there different approaches?

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

    Kotlin Coroutines - Your Course to Become a Master Easily

    Posted: 10 Sep 2021 07:22 PM PDT

    Question about Facebook SDK

    Posted: 10 Sep 2021 12:14 PM PDT

    Hello! I would like to measure installs and in-app conversions using Facebook SDK in two native apps, one written in Kotlin, one in Swift.

    I followed multiple tutorials - since a lot of content in Facebook's docs is outdated if not completely deprecated - but I'm still not able to see ANY event in their events manager, not even test ones. I'm pretty sure setAutoLogAppEventsEnabled (Kotlin) and isAutoLogAppEventsEnabled (Swift) are set to true, I can't see any error/warning in the logs of both apps, but it's still not working. I've also set th Facebook app to "live", without success.

    Is this behavior normal? Am I supposed to see nothing at all until I start a campaign? This sounds very strange to me. Anyway, thank You for stopping by!

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

    Figma for UI

    Posted: 10 Sep 2021 11:50 AM PDT

    I have hit a road block in which I feel figma makes it very convenient to make decent user interfaces. As a relatively beginner android developer (who has been searching for convenient design methods) I want to learn the right way to making great apps. Do you feel using figma is a cheap- inexperienced route to take and I should look elsewhere to learn how to implement satisfying UI or is implementing figma a respectable choice?

    View Poll

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

    Which Android programming language is better in 2021?

    Posted: 10 Sep 2021 10:31 PM PDT

    How to get t device mac address without enabling WiFi

    Posted: 10 Sep 2021 11:12 AM PDT

    Hello i have searched a lot but couldn't find any resources to get device mac address of android device , thanks l

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

    A question regarding "Wireless debugging" in developer options of android 11

    Posted: 10 Sep 2021 11:22 AM PDT

    I recently stumbled upon DarkQ, which allows you to force dark mode on unsupported apps

    I installed it and it said that it requires either root or adb access via Shizuku

    So I enabled developer mode , and enabled "Wireless debugging" and set up shizuku and DarkQ

    Now, I recently saw this adb phone video and couple others (i know I might be a bit paranoid)

    Now my questions are-

    1)is it safe to keep "wireless debuggung" enabled ?

    2)what's the difference between "wireless debugging" and "wireless adb debugging" ?

    3)Completely unrelated, any good open source app lockers ?

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

    No comments:

    Post a Comment