Android Dev - App Feedback Thread - November 21, 2020 |
- App Feedback Thread - November 21, 2020
- Cleaning up resources in RecyclerView ViewHolder
- Stop generating the BuildConfig on your Android modules
- Wife needed a TodoList and she loves cats so i made her this
- MVVM Adapter Data source
- AmplifyException - UsernameExistsException (Android)
- Recycler views inside a nestedScrollView or inside a RecyclerView?
- FirebaseUI for Android v7.1.0 released - ability to set LiveData for FirestorePagingAdapter
- Android App Systems design
- Help about custom loading animation
- Adding a json response programmatically in recycler view
- About to finish my first app. While it works, I feel like I've made some bad mistakes during development, would like some advice
- How to google sign in in a webview?
- Can I run android studio emulator on AMD CPUs
- PAC causes all Google play services to stop working?
- For those who'd love to join the Android development community on discord
- Which is the most important element for app's success?
- Should we choose Kotlin's StateFlow or SharedFlow to substitute for Android's LiveData?
- What is preferred way to learn RxJava in 2020?
- How to trace Force close Errors ?
- How to avoid our app getting banned from Google Playstore
- First time publishing
App Feedback Thread - November 21, 2020 Posted: 21 Nov 2020 04:28 AM PST 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. - Da Mods [link] [comments] | ||
Cleaning up resources in RecyclerView ViewHolder Posted: 21 Nov 2020 03:31 AM PST | ||
Stop generating the BuildConfig on your Android modules Posted: 21 Nov 2020 04:06 AM PST
| ||
Wife needed a TodoList and she loves cats so i made her this Posted: 20 Nov 2020 04:15 PM PST
| ||
Posted: 21 Nov 2020 03:54 AM PST Hi everyone! I think there is no more doubt about where adapter should be in MVVM architecture - it's https://github.com/Ircover/LiveSource - https://github.com/Ircover/SelectingAdapter - solution for adapters. It contains And if you are interested, here are articles on Russian about developing it: https://habr.com/ru/post/483552/ [link] [comments] | ||
AmplifyException - UsernameExistsException (Android) Posted: 21 Nov 2020 05:08 AM PST This question is mainly about Android Development with Java and AWS (Amazon Web Services) Amplify Auth. I have an
If the user is not there in the user pool, I have some code to display. I don't know where to place the code which will get executed if the user is not found in the user pool. And, one more thing, how to delete a user from the user pool in java, android? I searched everywhere but there is no Can someone please help me with this? Thanks in advance. [link] [comments] | ||
Recycler views inside a nestedScrollView or inside a RecyclerView? Posted: 21 Nov 2020 06:55 AM PST Just like the title implies, which one is better? What are the pros and cons of using each one. [link] [comments] | ||
FirebaseUI for Android v7.1.0 released - ability to set LiveData for FirestorePagingAdapter Posted: 21 Nov 2020 01:48 AM PST
| ||
Posted: 21 Nov 2020 04:10 AM PST I'm trying to learn how TikTok/Instagram/Snapchat display & show stories in the app. Are there any android system design resources I can read/watch to learn about these things? Your help is immensely appreciated [link] [comments] | ||
Help about custom loading animation Posted: 21 Nov 2020 08:10 AM PST Hello everyone, I'm looking to create a custom loading animation, but I can't find what I'm looking for. For the moment I have created something using AnimationDrawable and an xml file that contains all the images to display. The problem is that it's not nice at all since it's jerky and not fluid. I would like something more fluid, do you have any advice ? If so I'll take it. Thank you [link] [comments] | ||
Adding a json response programmatically in recycler view Posted: 21 Nov 2020 07:52 AM PST In receycler view if we populate the json response
But I want to program my list view so that based on the json i have i can also group those data in my view Group1:
Group 2:
How do I go about achieving this in my recycler view. How can I programmatically add group 1 and group2 text view in my recycler view based on the types of data. [link] [comments] | ||
Posted: 21 Nov 2020 04:03 AM PST Hi guys. 6 months ago I started working on an Android app and it's now almost done. The app doesn't store any data on the device, and it uses an API for fetching data whenever the user interacts with it. While the main functionality works, I keep having some problems which make me think that I've made bad mistakes during development. For example:
I think the root cause of all these issues is the fact that I implemented a big part of the app based on answers I found on StackOverflow, because I can't find proper tutorials or guides on android best practices. Before launch, I'd like to spend some time on refactoring and making sure that I eliminate all the above bugs. Can you recommend books/tutorials/guides that go beyond the "hello world" and "how to display a button" kind of stuff? I'm mostly interested in architecture, how to properly use the components, how to structure the code, how to avoid the kind of issues that I mentioned above and so on. Thank you! [link] [comments] | ||
How to google sign in in a webview? Posted: 20 Nov 2020 09:51 PM PST I have a website which requires google sign in. I put this url in a webview, the sign in option is available but after I enter my account details, it doesn't move forward and keeps on loading. I've tried to find the solution online, but couldn't find anything relevant. Is this a problem with webview. If yes, is there any alternative? [link] [comments] | ||
Can I run android studio emulator on AMD CPUs Posted: 21 Nov 2020 01:01 AM PST I tried google the question but couldn't find a new and definite answer, some help will be appreciated Thanks in advance [link] [comments] | ||
PAC causes all Google play services to stop working? Posted: 20 Nov 2020 10:24 PM PST I'm getting this problem that on my Pixel 4a Android 11 RP1A.201105.002. But this repros before that. It seems that all play services and LinkedIn ( somehow this is also affected ) are affected but not most other apps such as Lyft, chrome and firefox. I tested with a simple return 'DIRECT' PAC file and tried to put it in https endpoint but nothing works... [link] [comments] | ||
For those who'd love to join the Android development community on discord Posted: 21 Nov 2020 12:16 AM PST
| ||
Which is the most important element for app's success? Posted: 21 Nov 2020 02:55 AM PST What do you think based on your experience on which is the most important element in your opinion to make an app successful? [link] [comments] | ||
Should we choose Kotlin's StateFlow or SharedFlow to substitute for Android's LiveData? Posted: 20 Nov 2020 12:36 PM PST
| ||
What is preferred way to learn RxJava in 2020? Posted: 20 Nov 2020 12:48 PM PST I have a company I am interviewing with who is still using mainly Java/RxJava. While I have been using Kotlin and coroutines for the last few months, I need to backtrack and refresh my memory.
[link] [comments] | ||
How to trace Force close Errors ? Posted: 20 Nov 2020 09:16 PM PST
| ||
How to avoid our app getting banned from Google Playstore Posted: 20 Nov 2020 07:27 PM PST We are keeping uploading an app which uses an unofficial social media API. We use clean Google account and clean credit card. And it keeps get banned from Google PlayStore. Do you guys have any solution? [link] [comments] | ||
Posted: 20 Nov 2020 11:39 AM PST Hi,I am intending to publish my first app soon. Can you advise me on what to do, what to avoid so that an app .can have a "positive"evolution? [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