Android Dev - What modern day app looks like |
- What modern day app looks like
- ConstraintLayout 2.0.3
- MIUI 11/12 Uses Custom Dark Theme
- What do you think of FirebaseQueryLiveData?
- The Making of Accessible Android Applications
- Went into RN and now going back to Kotlin. What resources would you recommend to catch up?
- Our counterintuitive fix for Android path normalization
- Kotlin Coroutines Exception Handling Cheat Sheet
- Emulator taking up too many cpu cycles
- Thoughts about custom lock screen app !!!
- Survey: What do you do with user feedback?
- Need some advise with Ad Mediation
- Is it just me or are layouts still bad?
- Android Studio 4.2 Canary 15 available
- Library creation best practice
- This tool will help you to analyse your Android app reviews just in minutes.
- Usage of SharedFlow
- How to run Android instrumented tests on real devices using AWS Device Farm
- Invitation to fill an academic survey on writing mobile release notes
- Installation app blocked by play protect
- How Much Does It Cost To Hire an Android App Developer In India?
What modern day app looks like Posted: 28 Oct 2020 01:54 AM PDT
| ||
Posted: 27 Oct 2020 09:04 PM PDT | ||
MIUI 11/12 Uses Custom Dark Theme Posted: 27 Oct 2020 06:38 PM PDT Hi, So I was recently trying to create an App, which involved Switching Theme From Light To Dark And Dark To Light in which I discovered that PocoX2, uses a custom dark theme, and the value of DefaultNightMode was Unspecified i.e. -100 instead of being 2. When using This. If anyone has managed to build a workaround for this issue, please post it in the StackOverflow question below. So wrapping up my question was, Is this a ROM Specific Issue? And does a solution exist? Here is a Stackoverflow Link. [link] [comments] | ||
What do you think of FirebaseQueryLiveData? Posted: 28 Oct 2020 08:38 AM PDT I refer to this: https://firebase.googleblog.com/2017/12/using-android-architecture-components.html It's basically a LiveData to get realtime updates from Firebase. I read that it's better not to use LiveDatas in the model (repository), but in this case you can simply create a FirebaseQueryLiveData in the ViewModel and expose it to the Activity. However it doesn't fit perfectly in the repository pattern (maybe you also have a repository to add or update values). [link] [comments] | ||
The Making of Accessible Android Applications Posted: 28 Oct 2020 08:01 AM PDT Hi, I'm Andrea Cantone and I'm a Computer Science student at the University of Salerno, Italy. For my thesis work I am working on a study on the respect of accessibility in Android applications. I need to collect information from Android developers to understand the problems encountered in implementing accessibility guidelines. I ask you to compile this survey and help me to spread it among your contacts. https://docs.google.com/forms/d/e/1FAIpQLSc2lHuDCKcLzn_gWGpjmiE4a0_J6-AVH54hh8HNb2CAhfzZdQ/viewform Thank you for your cooperation. [link] [comments] | ||
Went into RN and now going back to Kotlin. What resources would you recommend to catch up? Posted: 28 Oct 2020 07:47 AM PDT Hey guys, So about a year ago I got into React Native and completely stopped coding in Kotlin. I tried coding this weekend in Kotlin and realized I forgot how ! I'm trying to catch up by researching and essentially re-teaching myself. What current resources would you recommend I read up or watch? [link] [comments] | ||
Our counterintuitive fix for Android path normalization Posted: 28 Oct 2020 01:45 AM PDT
| ||
Kotlin Coroutines Exception Handling Cheat Sheet Posted: 28 Oct 2020 07:30 AM PDT
| ||
Emulator taking up too many cpu cycles Posted: 28 Oct 2020 01:08 AM PDT Hi all, I have a question about android studio emulator. Do you guys have an issue when android emulator is taking up too many cpu cycles? I have AMD Ryzen cpu wit 8 cores and 16 threads, 32GB of RAM. If I allocate for example four of cpu cores for emulator, their usage is peaking up to 100% at the same time when interacting with emulator. If I give to emulator more than 4, lets say 6 or 8 threads, it isn't working any better but it is using all the cores and at the same time and again isn't working very smoothly... AMD plugin is already installed. Is it this unoptimized or something else is the problem? Do you have any tips how to make it works better? Thanks [link] [comments] | ||
Thoughts about custom lock screen app !!! Posted: 28 Oct 2020 06:31 AM PDT Would you rather stick to your default android system lock screen or rather use a third party lock screen app that will provide: • A lot of customizations and unique themes(each theme will be different with unique designs) • fonts and icon effects which would also support icon packs • will work on top of your android system lock screen and you won't have to unlock your device twice • will work without disabling your system lock screen • will allow you to use installed app widgets in the custom lock screen • and many more So any thoughts? [link] [comments] | ||
Survey: What do you do with user feedback? Posted: 28 Oct 2020 05:45 AM PDT Hi all, I'm researching how user-feedback is used in software development for VU University Amsterdam. I already interviewed 20 people and now I 'm sending a survey to get data from a broad audience (small & large companies). I need 100 people that work with user-feedback or know how their company uses user feedback to fill out this survey. Would you be able to help and fill out a 7 minute survey (anonymously)? You'd make me so happy. https://survey.sparkchart.com/start/T27j_2Bpkw_2BFWcLs5KU83fJAs So far I only have a few respondents, I'll share the progress and results in the comments below! [link] [comments] | ||
Need some advise with Ad Mediation Posted: 28 Oct 2020 05:21 AM PDT Hi there! i have a few apps in the store and im only using Admob right now. I've tried multiple times to add mediation but never done it completly ( i tried FAN, but i dont know if i dont know how to use it or what, i only make like 15$) My fill rate is 95-99% so can anybody tell me if ill have beneficts adding more networks? which mediation should i use? i do still like Admob, they pay without any problem every month and i receive it from Google Ireland, which is good as a European. if the answer is yes, should i use Admob mediation or any other one like Mopub? If i dont like how it goes, can i redirect all the traffic to admob and it will be as always? I've like 3M impressions/month (i've no games, so i dont have any video ads or rewarded ads, dont want to annoy my users) Also, ive seen something like open bidding ads on admob, its on beta and i do not have access, i thought that mediation worked like that. [link] [comments] | ||
Is it just me or are layouts still bad? Posted: 28 Oct 2020 03:24 AM PDT I feel like I always have to copy paste layout code/files and just modify them, because interface building from scratch is a nightmare and a massive time sink. You're always missing some xml tag on some view somewhere, and it breaks everything so you have to spend 2 hours just debugging why the hell a certain view isn't aligned properly. And you find some question on stackoverflow with 2 upvotes saying "Oh for X layout, you have to use Y tag in combination with Z view, and place it at the bottom of the file, plus add some elevation to just display some basic crap." The worst ones are dialogs... Can't use this root view or that root view. And if you use a certain root view it has to be in combination with some child view with a, b, c or parameter. And have to programmatically add these 5 lines of code... for a basic freaking dialogue. I have no issues with Android Studio or Android development in terms of business logic/Java or Kotlin, but the GUI is just a nightmare and such a massive waste of time for basic stuff. I feel like Google has to start adding more warnings/compile time checks for building interfaces, instead of having to run your code and waiting to find out your view doesn't show up on screen or it's completely fudged up. [link] [comments] | ||
Android Studio 4.2 Canary 15 available Posted: 27 Oct 2020 10:04 AM PDT | ||
Library creation best practice Posted: 28 Oct 2020 02:34 AM PDT Hi all, We are transferring a lot of code in our main app into a shared native library. Some of the functionality requires dependencies provided by the google's Playservices. For instance, ActivityRecognition. I was wondering what would be the best practice on how to obtain Playservices dependencies inside the library (the sdk wrapper part). Should I request and obtain it from the parent app? Also, what is considered best practice regarding adding Crashlyitics or Firebase in general into the library? Do I even need Crashlytics in a Library? Any help is appreciated, thank you :) [link] [comments] | ||
This tool will help you to analyse your Android app reviews just in minutes. Posted: 28 Oct 2020 01:53 AM PDT Hi guys, I have been working on the product for more than a year, and finally I have released it. Tool will help you to automatically fetch your Android and iOS app reviews and efficiently analyse them, find concrete problems and understand what your customers are requesting from you. Here is the website, it is free to use, since we are in the validation process, so enjoy! [link] [comments] | ||
Posted: 27 Oct 2020 10:26 AM PDT | ||
How to run Android instrumented tests on real devices using AWS Device Farm Posted: 27 Oct 2020 01:58 PM PDT
| ||
Invitation to fill an academic survey on writing mobile release notes Posted: 27 Oct 2020 07:37 PM PDT Hi everyone! I am a student researcher at Queen's University, Canada. I am looking for android devs to participate in a short (< 5 min) survey on writing app release notes. The study will help us understand how developers typically view writing release notes. Link to the survey is here: https://forms.gle/4iHxC1auRhts3WkF9. DISCLAIMER: we have no affiliation with any business or commercial entities. This survey is for academic purposes only. All participants have a chance to win a $10 Amazon gift card! [link] [comments] | ||
Installation app blocked by play protect Posted: 27 Oct 2020 10:34 AM PDT
| ||
How Much Does It Cost To Hire an Android App Developer In India? Posted: 28 Oct 2020 12:24 AM 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