App Feedback Thread - July 03, 2021 Android Dev |
- App Feedback Thread - July 03, 2021
- Personal opinion: login to social via Webview should be banned for security reasons. It has always been a bad practice.
- Is there a NoSQL option for Android?
- Android Studio Arctic Fox Beta 5
- A phone number or an email for authentication?
- I alredy know native android dev and reactJS. So should i learn react native or flutter?
- Get list of objects/classes/interfaces under a package
- Android studio not opening - Java.io.file.InvalidPathException: Trailing char < > at index 80: C:/Users/Livin/AndroidtStudioProjects/LoginApplication/Studion/caches/trunk-system
- Step3 - Learn how to use Room Database
- In a bit of a coding pickle
- When using Clean Architecture with modules, where should you check on internet connection?
- Best Courses in Kotlin For Beginner/Mid Level
- Wrap content to a text with clipped shape in Compose.
- ro.serialno Is it necessary???
- How to deal with lying/angry customers and reviews?
- How do I get to the google developer portal?
- Pass Parcelable args in the routes navigation, e.g. Compose
- Does the Play Store allow you to publish an app whose sole purpose is to download another app?
- Disk space for Android Studio on macOS.
- SharedFlow asLiveData replays emissions - expected?
- Mobile App Development Lifecycle: 8 Steps to Understand It
- Is the age of mobile apps over?
App Feedback Thread - July 03, 2021 Posted: 03 Jul 2021 06:00 AM PDT This thread is for getting feedback on your own apps. Developers:
Commenters:
To cut down on spam, accounts who are too young or do not have enough karma to post will be removed. Please make an effort to contribute to the community before asking for feedback. As always, the mod team is only a small group of people, and we rely on the readers to help us maintain this subreddit. Please report any rule breakers. Thank you. [link] [comments] | ||
Posted: 03 Jul 2021 02:09 AM PDT
| ||
Is there a NoSQL option for Android? Posted: 03 Jul 2021 12:05 PM PDT So I'm a web dev writing a simple Android app, mostly for my own use and because I feel like learning it. I want on-device persistent storage to save information when the user leaves and returns to the app. I know SQLite is an option, but the data structure I'm working with here plays extremely well with a non-relational model. I would prefer not to use firebase or any cloud solution. Is there a standard Android NoSQL solution? Thanks. [link] [comments] | ||
Android Studio Arctic Fox Beta 5 Posted: 03 Jul 2021 09:04 AM PDT | ||
A phone number or an email for authentication? Posted: 03 Jul 2021 09:24 PM PDT hello, How are you doing? I hope you are doing well I have been wondering what to choose for Login/signup as primary authentication A phone number and password or an email and password for a Delivery/Restaurant application even though I'm using PHP/MySQL as a back-end the application (I don't use Firebase or any cloud services) and I don't use phone Authorization services [link] [comments] | ||
I alredy know native android dev and reactJS. So should i learn react native or flutter? Posted: 03 Jul 2021 09:18 PM PDT | ||
Get list of objects/classes/interfaces under a package Posted: 03 Jul 2021 09:15 PM PDT I'm building an app with Jetpack Compose in Kotlin, and I would like to get a list of material icons from the package [link] [comments] | ||
Posted: 03 Jul 2021 06:18 PM PDT
| ||
Step3 - Learn how to use Room Database Posted: 03 Jul 2021 05:53 PM PDT In this part of attendance app in kotlin tutorial, you will learn how to use Room database and Completable from RxJava [link] [comments] | ||
Posted: 03 Jul 2021 05:25 PM PDT Been trying to create a recyclerview but the static method So, I am trying to change this: recycler_view.adapter = ExampleAdapter(exampleList) into one with a findViewById method but I can't seem to find anything to help. I hope I may get some help with this. Thank you, W FYI, this is in Kotlin for Android, BTW. [link] [comments] | ||
When using Clean Architecture with modules, where should you check on internet connection? Posted: 03 Jul 2021 08:58 AM PDT The most obvious place for me would be in data module, but since the internet check requires a Context instance I find it puzzling since we don't want data module to depend on any android stuff. I can try to inject it but that's just cheating so where can I put this check? [link] [comments] | ||
Best Courses in Kotlin For Beginner/Mid Level Posted: 03 Jul 2021 02:37 PM PDT I know this is the same old question, but what are the best courses for Android that demonstrate best practices and clean architecture, and explain all the necessary concepts to become an Android Developer? [link] [comments] | ||
Wrap content to a text with clipped shape in Compose. Posted: 03 Jul 2021 06:27 AM PDT
| ||
ro.serialno Is it necessary??? Posted: 03 Jul 2021 01:58 PM PDT I have an embedded build on a generic Android streaming box where the property ro.serialno is not being set properly by uboot -> init (normally uboot sets the MAC or serialnumber via kernel cmdline, but this uboot version doesn't). Ultimately this means that ro.serialno is not set. This only seems to effect the "About" screen in Android settings (serial number shows as "unknown"). So the question is: Is there anything important that actually NEEDS that property to be set??? (If so, I could force it or rebuilt uboot. Of course would rather not......) [link] [comments] | ||
How to deal with lying/angry customers and reviews? Posted: 03 Jul 2021 05:34 AM PDT I do not mean low effort "Shit" reviews, that does not bother me, I just ignore them. I mean customers who seem normal, but flip out with no apparent reason. Recent example, I got an email saturday, I replied within same day. We exchanged couple totally normal emails, then evening I went to meet my friends, and I wake up the next day (Sunday) to an angry, 10 lines review they gave me overnight. Describing in details how I ignore their mails, and stole their money. I mean, I was sleeping, and it is weekend... How do you deal with such people? I always ignore rude people and they do not get under my skin, but getting a bad review after investing my time into seemingly nice customer is always quite disappointing. [link] [comments] | ||
How do I get to the google developer portal? Posted: 03 Jul 2021 09:18 AM PDT Where do I find the usual google developer portal? What is the actual adress? It was a long time I was checking my developer portal but I usually go to https://developers.google.com/ and then I can navigate to my portal from there. Now though I cant find it. The only thing I see is some Black Founders Apply now button for pushing black developers or something (diversiiiity). I can see that I am logged into my google account because I see my icon in the top right. If I hover over the settings icon I see "Create Google Developer Profile". Do I need to create a new one? [link] [comments] | ||
Pass Parcelable args in the routes navigation, e.g. Compose Posted: 03 Jul 2021 09:08 AM PDT Hi, I have came across the new routes navigation, started to migrating my own small project and hit a problem - I cannot pass my custom [link] [comments] | ||
Does the Play Store allow you to publish an app whose sole purpose is to download another app? Posted: 03 Jul 2021 08:57 AM PDT I need to publish an app but can't because its targetSDKversion is lower than the required minimum of the Play Store (can't have it any other way). So I was wondering if there are any rules against publishing an app on the Play Store that when opened downloads the actual app from another place. [link] [comments] | ||
Disk space for Android Studio on macOS. Posted: 03 Jul 2021 04:18 AM PDT
| ||
SharedFlow asLiveData replays emissions - expected? Posted: 03 Jul 2021 01:41 AM PDT As the title suggests, converting a shared flow with a replay of 0 to livedata with the asLiveData extension will replay emissions (when on configuration change, for example) to new observers of that livedata. Would you consider this an issue and if so, how do you get around it? We already use the "standard" SingleLiveEvent helper to "mark" emissions as read, but it's not an ideal solution because it doesn't support multicast emissions. [link] [comments] | ||
Mobile App Development Lifecycle: 8 Steps to Understand It Posted: 03 Jul 2021 01:08 AM PDT
| ||
Is the age of mobile apps over? Posted: 03 Jul 2021 10:25 AM PDT 51% of users download zero apps a month. And of those that get downloaded, only a fraction are novel apps by indie devs. Most are apps by the tech giants or those backed by huge marketing budgets. Considering that, does that mean demand for native mobile developers will dwindle together with the ability to make money as an indie developer? I am sure native developers will always be needed by the giants, but if more than half of consumers have stopped bothering downloading any new app at all, I find it hard seeing a future where demand will grow for mobile developers. [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