Android Dev - With all these new restrictive rules, what is this sub for? Serious question. |
- With all these new restrictive rules, what is this sub for? Serious question.
- cmdline-tools package is replacing the old tools package: was I the only one that missed this change?
- Kotlin 1.4-M2 Released
- Coroutines: Suspending State Machines
- Securing Network Data Tutorial for Android
- [Library]simple/beautiful/smart image picker
- Possible to show Geofence Notification with Location "Allowed Only While In Use" while device is locked?
- Database security: how secure is standard application db usage ?
- Help: Native vs Flutter
- Android Gradle Plugin can have better performance with Graalvm
- Check if students (users) are paying attention to my session.
- does PDA important when flashing your phone ?
- Mobile and web application costs in 2020
- RxJava onNext only works with the mainThread, not newThread
- Fuchsia is not a science experiment
- Did app-ads.txt increase your ad revenue?
With all these new restrictive rules, what is this sub for? Serious question. Posted: 04 Jun 2020 03:37 AM PDT With all these new rules, what can you post in this sub? Who thought these new rules would be helpful/good for community? Since new rules have been applied the quality and usefulness of this sub including number of posts has been reduced drastically, now it's just a generic links sharing hub with occasional lib discussion. No app/takedown posts?
[link] [comments] | ||
Posted: 04 Jun 2020 02:22 AM PDT
| ||
Posted: 04 Jun 2020 04:51 AM PDT
| ||
Coroutines: Suspending State Machines Posted: 04 Jun 2020 12:16 AM PDT
| ||
Securing Network Data Tutorial for Android Posted: 03 Jun 2020 01:33 PM PDT
| ||
[Library]simple/beautiful/smart image picker Posted: 04 Jun 2020 07:52 AM PDT
| ||
Posted: 04 Jun 2020 07:34 AM PDT I am trying to show a geofence notifications, while the device is locked, but without having to use Location "Allowed all the time." Does anyone have any resources or suggestions on how I may be able to achieve this? [link] [comments] | ||
Database security: how secure is standard application db usage ? Posted: 04 Jun 2020 07:32 AM PDT Hello everyone. I recently got involved in development of medical related product. And with medical field development in EU come some rules: all user data on device must be encrypted. So I opted to go with SqlCipher solution (pretty standard) It works fine. But we'll be using AWS Amplify to communicate with graphQL backend and after researching library code it turned out that the models we create to send to backend are saved in non-encrypted SQLite Database. Which contradicts with our requirements. Sure the data sent by AWS is encrypted and sent via https, but main concern is that the data being sent is duplicated in Amplify's own database which does not use encryption and as my research showed that they do not allow external hooks for our own DB implementation (SqlCipher in my case). The counterpoint for that is: - Our min sdk is 24 (which is pretty high in security tbh) - Our application does not allow backups which does not allow to make a backup via adb and grab db from installed release apk. (or is it still possible? ) - Obviously that production app (release) will also use play console's option to exclude rooted devices ( I believe we'll be able to use SafetyNet filter in play console https://support.google.com/googleplay/android-developer/answer/7353455?hl=en ) So the question - is a standard SqliteDatabase that is used in aws amplify library secure enough given that other security pre-cautions like app not shipped with debuggable flag = true, backupEnabled=true, SafetyNet device exclusions in play console enabled to prevent rooted devices from installing app? [link] [comments] | ||
Posted: 04 Jun 2020 07:28 AM PDT Hey guys, we are a small startup team with limited resources. We are developing an app in the likes of TikTok and we are in the process of choosing whether we should go for native development (swift + SwiftUI) / Kotlin or if we should give Flutter a try. [link] [comments] | ||
Android Gradle Plugin can have better performance with Graalvm Posted: 03 Jun 2020 10:34 PM PDT
| ||
Check if students (users) are paying attention to my session. Posted: 04 Jun 2020 07:06 AM PDT Hello guys, I am a teacher and I am giving some online sessions for free on my app (not public yet), I have only 1 condition and it is that they need to put effort and attention to the session. What I want to know is: if students (users) on my app did attend and check if they are paying attention or actually doing the classwork. Or if they are only reproducing the video on the background and idk.. Playing games. [link] [comments] | ||
does PDA important when flashing your phone ? Posted: 04 Jun 2020 06:16 AM PDT i have a Samsung j5 stuck on Samsung logo so i am gonna flash it but its PDA is j500HXXS1APE1 [link] [comments] | ||
Mobile and web application costs in 2020 Posted: 04 Jun 2020 04:54 AM PDT
| ||
RxJava onNext only works with the mainThread, not newThread Posted: 04 Jun 2020 04:36 AM PDT When I switch from running the observeOn on the Main thread to a newThread, the onNext only runs once. That only way I can get it to work is to keep it on the Main thread, but then I get that it does too much work on the Main Thread. Without the setErrorHandler it just crashes (Also, can I use doOnError instead of RxJavaPlugins?) PS. It works on the emulator fine, but it's on the physical device that the issue comes up. [link] [comments] | ||
Fuchsia is not a science experiment Posted: 04 Jun 2020 04:16 AM PDT | ||
Did app-ads.txt increase your ad revenue? Posted: 03 Jun 2020 08:09 PM PDT |
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