Android Dev - "Your rating in some key regions is likely to change" |
- "Your rating in some key regions is likely to change"
- Requesting best practices to remove lag on Jetpack compose Sectioned LazyColumn
- Different functionality in Android Studio (Bumblebee) than using ADB via command line
- What is current best tech stack for modern apps?
- Android Context?
- Android Developers Summit will be held on October 27
- build folder gets generated multiple times
- Looking for tools to monitor services
- Compose: Put a specific offset value for a modifier only in the initial composition
- I built a translation app with flutter
- In ViewPager2 FragmentStateAdapter viewpager is not updating on changing the data
- Has anyone made hardlinks like on Windows tablet? My company requires a legacy app -- Kiwix -- but it doesn't support external storage on my tablet, so I got to thinking: Linux/Windows/OSX all solve this the same way for all their software, maybe Android can do it in a generalizable way too?
- Is SDK development a good career move?
- Some issue with android studio.
- Build Your Own Clubhouse: A 31-Point Checklist [Desktop/Web]
- is it still a good time to learn Android development?
- For those that became an Android dev while while working, how long did it take?
- What is the realistic income increase using Ad Mediation?
- Recommended approach to determining when to run a DataStore migration?
"Your rating in some key regions is likely to change" Posted: 29 Sep 2021 10:54 PM PDT Android Developers Blog: Making Ratings and Reviews better for users and developers (googleblog.com) My app is fairly small (100k downloads). This means that my rating in many regions will be based on only one single review, and will be either 5 stars or 1 star. How is that more helpful? [link] [comments] | ||
Requesting best practices to remove lag on Jetpack compose Sectioned LazyColumn Posted: 30 Sep 2021 01:15 AM PDT
| ||
Different functionality in Android Studio (Bumblebee) than using ADB via command line Posted: 30 Sep 2021 07:54 AM PDT Hi guys. I'd really appreciate any insight into this at all. I've done so much investigation but haven't been able to figure this out. So I'm using Android 11 Wireless Debugging. On my target PC, using Android Studio I am able to pair ADB wirelessly to my phone and it instantly connects, will reconnect if I flick off and on Wireless Debugging and I can use it fully. However using the adb.exe via command line for platform tools (both the ones used by Bumblebee/30.0 and the newest available for DL 30.3) the device is able to pair, but will never automatically connect to the machine. I am able to manually connect via adb connect ip:port, however this is not viable for my project. Now on multiple dev laptops I am able to reach the functionality required with command line. Can anyone (really am begging now haha) think of any reason I would be getting this functionality in Android Studio and not when using the platform tools directly? Really appreciate you guys taking time to help me. [link] [comments] | ||
What is current best tech stack for modern apps? Posted: 29 Sep 2021 11:54 PM PDT I want to create a new big app like a movie browser or a marketplace, basically lots of screens, complicated navigation but nothing non-standart, what's my options? After a brief research it looks like this: MVVM with LiveData and coroutines, single activity with fragments + compose? I also saw MVI but is it really good alternative? Is it ok to not use RxJava at all? [link] [comments] | ||
Posted: 30 Sep 2021 03:23 AM PDT
| ||
Android Developers Summit will be held on October 27 Posted: 29 Sep 2021 08:41 PM PDT
| ||
build folder gets generated multiple times Posted: 30 Sep 2021 02:37 AM PDT I'm facing this issue in one project for a while now and haven't found a solution why it's happening. The error message is in the screenshot. After Clean Project and Rebuild, my app runs but after some time this issue happens again for a separate file. multiple build folders get generated. build.gradle files are in the link. Detailed info here: https://stackoverflow.com/questions/69366639/why-are-3-build-folders-generating-in-my-android-project [link] [comments] | ||
Looking for tools to monitor services Posted: 30 Sep 2021 05:48 AM PDT Hi guys, i am working as a tester in the automotive field and we are also working on an app. Now as i have no experience with app testing, i wanted to ask here first. How do you test apps? How can you monitor the availability of services 24/7? Is there a way to specify that action x should lead to information xyz being shown on the screen and if that isnt the case, raise me an alert? [link] [comments] | ||
Compose: Put a specific offset value for a modifier only in the initial composition Posted: 30 Sep 2021 05:47 AM PDT I want to implement "Swipe to show buttons" feature to my card as the following: -- Box -- Card -- Row(here I put the buttons which showing when swiping the card) Now the card and row are visible next to each other so I want to offset the row to be invisible in the normal look and return it to 0 offsets(visible) when the user swipes the card. when observing the user's swipe on the card I do the following:
till now all good but we have one problem when the initial composition occurred the So I want a way to make the row's default offset to be like 500 instead of 0 on the initial compose only. [link] [comments] | ||
I built a translation app with flutter Posted: 30 Sep 2021 05:08 AM PDT https://github.com/Aaq007/Translate-App This is a translate app with can translate raw texts and also texts from images. This application uses google ml kit machine learning library under the hood. [link] [comments] | ||
In ViewPager2 FragmentStateAdapter viewpager is not updating on changing the data Posted: 30 Sep 2021 03:46 AM PDT In ViewPager2 when I am adding or deleting the item in the list the viewpager is not updating itself even after writing notifyDataSetChanged() what can be the problem? [link] [comments] | ||
Posted: 29 Sep 2021 04:10 PM PDT I read in the news that is uses a Linux kernel and a Linux filesystem even though it doesn't follow the GPL. [link] [comments] | ||
Is SDK development a good career move? Posted: 29 Sep 2021 05:10 PM PDT All my android development experience has been with app development. I have the opportunity to do SDK development for a product that interests me. Is there any negative impact on my career for being an SDK developer? Will this pigeonhole me? [link] [comments] | ||
Some issue with android studio. Posted: 30 Sep 2021 12:43 AM PDT
| ||
Build Your Own Clubhouse: A 31-Point Checklist [Desktop/Web] Posted: 30 Sep 2021 01:45 AM PDT |
No comments:
Post a Comment