Android Dev - Apple lost the Epic battle |
- Apple lost the Epic battle
- Physical Blocks - a game I made that is not quite like Tetris!
- android studio opens the wrong project
- Not getting NetworkBoundResources
- How to start android development?
- Scoped Storage is confusing
- I don't know if Google has ever undeprecated a method, but they need to bring back the old onActivityResult.
- How to access in android the users registered in Firebase Authentication
- How do I create a MapFragment and pass in the MapProperties? TomTom Api + Android
- My Mopub account has been suspended without any reason
- How does your team update version numbers for "internal" builds?
- How many paying customers do you have on your app?
- 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.
- Problems when trying to display delayed camera feed.
- Kotlin Coroutines - Your Course to Become a Master Easily
- Question about Facebook SDK
- Figma for UI
- Which Android programming language is better in 2021?
- How to get t device mac address without enabling WiFi
- A question regarding "Wireless debugging" in developer options of android 11
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? [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 [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? [link] [comments] | ||
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? [link] [comments] | ||
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. [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). [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: I grab the reference in Java in the main activity like so: But now the tom tom maps api is telling me I need to pass the MapProperties object in a new instance 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? [link] [comments] | ||
My Mopub account has been suspended without any reason Posted: 11 Sep 2021 02:05 AM PDT
| ||
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? [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? [link] [comments] | ||
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? [link] [comments] | ||
Kotlin Coroutines - Your Course to Become a Master Easily Posted: 10 Sep 2021 07:22 PM PDT
| ||
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! [link] [comments] | ||
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? [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 [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 ? [link] [comments] |
You are subscribed to email updates from Developing Android Apps. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment