Android Dev - App Feedback Thread - August 28, 2021 |
- App Feedback Thread - August 28, 2021
- Jetpack Compose : "remember" composable seems useless because it doesn't retain state during activity recreation(for example during configuration change).
- How do you usually perform mocking for instrument unit test?
- Developing Android apps with api.
- What are the best ads for marketing apps/games?
- Android Design Patterns : Factory Method
- Making a keyboard app, new to Android dev, is there a to track when a finger is dragging over a key?
- E-commerce App update rejected as it doesn't comply with UGC policy.
- Jetpack Compose - Learn with code
- I wrote a free Jetpack Compose library. It shows Snackbar-style messages with less boilerplate code and more customizability options.
- How to correctly measure the App Startup time on Android
- Android app rejects update for MANAGE_EXTERNAL_STORAGE permission request. Need help in getting approve.
- How to access external non media files on Android TV 11?
- Let's revive libviperfx
App Feedback Thread - August 28, 2021 Posted: 28 Aug 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: 28 Aug 2021 05:41 AM PDT Hi there! When do we really need to use "remember" composable? For me only "rememberSavable" composable looks like a proper way to retain state across recompositions. BTW if you use "remember" composable with LazyColumn or LazyRow lists you will lose retained state while scrolling. [link] [comments] | ||
How do you usually perform mocking for instrument unit test? Posted: 28 Aug 2021 06:34 AM PDT I was wondering, how do you usually perform mocking for instrument unit test? (The test which is in androidTest folder) For normal unit test (The test in test folder), this is what I am doing if I want to run the unit test in Cuba timezone. But, how about instrument test? How will you mock "ZoneIdWrapper.zoneIdSystemDefault()" function so that it returns Cuba timezone? Thanks. [link] [comments] | ||
Developing Android apps with api. Posted: 28 Aug 2021 01:50 AM PDT When developing api for Android apps, how do you approach, is it Api first then app( views and app logic after getting api) or is it app side first then api( assuming api will be like this and this ). What I think most helpful for my workflow is I have to sit with backend devs and talk to them about my requirement and through that communication api and app is developed. (Which my boss hates) The place I work don't have anyone more experienced than me for Android, and here they are asking me to always develop app first with a clear idea of api requirements, and make placeholder endpoints. Basically I have to assume api's and work on it. I have been doing this for a while, and everytimes api would not be what I expect it to be, if the api is not what I have done many times(like for login pages, I know how it's api works, but for custom views and requirement this approach doesn't work) It's really frustrating. Is this the way things work out normally. I need your opinions. [link] [comments] | ||
What are the best ads for marketing apps/games? Posted: 28 Aug 2021 04:18 AM PDT When it comes to marketing apps/games the often asked question is: What ads are the best? And in most cases, the answer is Google Play search ads. Let's see what makes these ads so good. But also understand better why you might run ads. Why run ads? Most people get this wrong. And that is bad because:
Later you will learn how running ads can make things worse. You are not running ads to just get downloads. You are running ads to find people who would enjoy using your app/game. You are running ads to show the Google Play algorithm that you have a good app/game. And you are doing all this because Google Play has the ability to show and promote your app/game. To help you get more organic(free) downloads. Summary: Running ads 🡲 To find the right people 🡲 For them to use and enjoy your app/game 🡲 For Google Play to promote your app/game 🡲 For you to get more free downloads. How can Google Play "promote" your app/game? By giving you a higher ranking in search. The higher in the search you are the more organic(free) downloads you will get. Because your app/game becomes visible to more people. Here you can check the rest of the post. We will go over these things:
https://medium.com/augeo/what-are-the-best-ads-for-marketing-apps-games-7a2f172a94f7 [link] [comments] | ||
Android Design Patterns : Factory Method Posted: 28 Aug 2021 06:06 AM PDT
| ||
Making a keyboard app, new to Android dev, is there a to track when a finger is dragging over a key? Posted: 27 Aug 2021 09:04 PM PDT Like for example, if the user is swiping, I want to get the keys the user is swiping over. Is there a way to do this with a <button> or <key>? It's hard to find much about custom keyboards online. Or maybe I don't know where to look. [link] [comments] | ||
E-commerce App update rejected as it doesn't comply with UGC policy. Posted: 28 Aug 2021 01:09 AM PDT What we did so far:
Did anyone of you experienced this issue? If yes, please share your findings. Thanks! [link] [comments] | ||
Jetpack Compose - Learn with code Posted: 28 Aug 2021 12:56 AM PDT
| ||
Posted: 27 Aug 2021 09:15 AM PDT Repo: https://github.com/radusalagean/info-bar-compose Supporting blog article: https://radusalagean.com/jetpack-compose-snackbar-alternative-infobar-compose-library/ [link] [comments] | ||
How to correctly measure the App Startup time on Android Posted: 27 Aug 2021 10:11 AM PDT
| ||
Posted: 27 Aug 2021 04:07 PM PDT My issue is the requirement of my app is all storage access and MANAGE_EXTERNAL_STORAGE permission required by our app and if we don't then it kills the purpose of our app design and messaging features. The other messaging apps like Whatsapp,Telegram,Tinder,Google Duo etc have the same access and almost the same feature for their messaging app. Now I feel I am doing something wrong in the permission declaration form, can you please give a quick look at the responses i submitted at Google Play console . Please check the following answer for MANAGE_EXTERNAL_STORAGE permission. All files access *
Technical reason *
Thanks [link] [comments] | ||
How to access external non media files on Android TV 11? Posted: 27 Aug 2021 12:33 PM PDT Are there any resources/documentation/guides on how to work with files on Android TV (when targeting Android 11)? I honestly have no clue how to do that. On phones/tablets, I just use Storage Access Framework but that isn't available on Android TV. The [link] [comments] | ||
Posted: 27 Aug 2021 03:51 PM PDT Libviperfx is an audio enhancing library that works really, really good. Unfortunately, it hasn't been updated in years, and the team behind it seems to have shifted it's focus on other commercial stuff, and the old binaries struggle to work on latest android versions. In fact, it's so good that there's a petition that asks for it's source code, that has gotten over 800 signatures. (source: https://www.change.org/p/china-viper-163-com-open-source-viper-acoustic-s-viper4android-driver) Libviperfx is not open source, and the binaries are stripped, but I think it'd be worth reversing it and making an open source alternative. Anyone would join me in this hard work? [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