Android Dev - GoDaddy Studio’s Journey with State Management and MVI / Unidirectional Data Flow on Android |
- GoDaddy Studio’s Journey with State Management and MVI / Unidirectional Data Flow on Android
- Example open-source apps which are modern and use Android Jetpack and other popular libraries?
- Gradle 7.3 Released
- Which Cloud Provider(and Service) do you use for movie streaming app?
- Execute simple Script
- Does anyone use Native ads?
- Swipeable-Card Compose library demonstrate the difference between old and new Ui toolkit
- Youtube app navigation
- Caching in Clean Architecture
- Can't put elements after a WebView in the same Row (Jetpack Compose)
- Android Emulator not running (M1 2020)
- Bizarre request from a client. Can you have two top app bars in an Android application?
- Hey Kotlin Developers, In this video I talk about Scope Functions, their differences with some Android samples, and how to pick the best one for every use case.
- Keep screen always on from a service?
- Deleting a thread of 10000 convos makes my messages app not repond
- Status of Android & Kotlin Native development on M1 Mac
- facing issue in loading a URL inside webview
- Developers advise pls
- So my app update got rejected by google play for "inappropriate for children" after adding admob into my app. My app rating on store is 3+ everyone.my question is does setting the one in the image to "General audience" enough or do i still need to manually block the categories on "sensitive categori
- How does `setForeground` work on WorkManager?
- Play Policy Webinar in One Week - Kids and Families Special
GoDaddy Studio’s Journey with State Management and MVI / Unidirectional Data Flow on Android Posted: 11 Nov 2021 05:41 AM PST | ||
Example open-source apps which are modern and use Android Jetpack and other popular libraries? Posted: 11 Nov 2021 05:42 AM PST I'm trying to find something reasonably complete which uses modern best practices and libraries so I can learn from it. I've seen Plaid which is kind of close but it seems to have issues and is a bit too big I think. Looking for something minimal but reasonably complete and kept up to date. [link] [comments] | ||
Posted: 10 Nov 2021 02:58 PM PST | ||
Which Cloud Provider(and Service) do you use for movie streaming app? Posted: 11 Nov 2021 08:46 AM PST I am trying to search cloud provider which is best for movie streaming which of course need a lot of bandwidth and storage space. What do you recommend? [link] [comments] | ||
Posted: 11 Nov 2021 08:29 AM PST I have bluetooth lamps that i can turn on/off with an app, but its kinda tedious to always open it and turn them on/off, and the app doesnt offer any routines. So i want to make my own app, that can write/send bytes to the bluetooth service/characteristic of it. I've found a pretty good looking API and have an idea of what/how to code it, but the problem is i have no idea how to design mobile GUI's and it seems a bit too harsh for a rather simple task, since im just looking to run the same pre determined code. Is there a way to have an empty app with no GUI, so it just runs the code and closes? Hope this doesnt violate rule 2, Thanks in advance! [link] [comments] | ||
Posted: 11 Nov 2021 04:34 AM PST Hi, I wonder if I should use Facebook Audience Network Native ads because I currently have MREC from Applovin and the eCPM is horrible. It is around $0.10. Does Facebook Native Ads give higher eCPM overall? [link] [comments] | ||
Swipeable-Card Compose library demonstrate the difference between old and new Ui toolkit Posted: 11 Nov 2021 06:38 AM PST
| ||
Posted: 11 Nov 2021 05:40 AM PST Hi! I'm working on an app with bottom navigation using a Single Activity pattern. [link] [comments] | ||
Posted: 10 Nov 2021 01:48 PM PST I know this has been covered tens of times by different people, but I'm curious to explore different views. Suppose I have a stream of data coming from an API, but also local caching. I therefore assume two data sources (or more). What handles the caching policy? Is it the repository? Another component? What happens when one use case only wants fresh data while another wants data ASAP and a flow of updates? [link] [comments] | ||
Can't put elements after a WebView in the same Row (Jetpack Compose) Posted: 11 Nov 2021 12:56 AM PST I have a Compose function with the code below (the DefaultAppTheme being the theme that comes when you generate a new Compose app), however neither the Text nor the TextField are visible. Items placed before the AndroidView-WebView doesn't seem to suffer this problem. Also, I don't seem to get this problem with other legacy View classes placed via AndroidView, e.g. TextView [link] [comments] | ||
Android Emulator not running (M1 2020) Posted: 10 Nov 2021 11:50 PM PST Whenever i am trying to run Android emulator. It is telling emulator is already running delete */.lock files Or request timeout Emulator is not only. I hv download system images from other images but not working. [link] [comments] | ||
Bizarre request from a client. Can you have two top app bars in an Android application? Posted: 10 Nov 2021 09:05 AM PST I have this bizarre request from a client. I have an app that already has a top app bar being used throughout. They have their own app. They would like to pay me to make my app look like theirs and let them install it alongside theirs with their branding etc. That's all fine. The bizarre request is that they want me to put their top app bar in my application. Same icons and everything. They want to make their app bar into a shared library, have me include it in my app and when their app opens mine via an intent, it will look like they are still in their app. However my app already has a bar that I use and there is no room on their bar for the icons I need. Their solution is to have my appbar sit directly below theirs so both are stacked on top of each other. I tried to explain to them the UX issues of having two top app bars stacked on top of each other with similar icons etc. They don't care and are willing to pay for me to butcher a spin off version of my app to suit their needs. No problem, but I'm not going to say yes if this is going to be a car crash and I cannot find any information online about this scenario. Getting two bars to show on top seems possible, but would they both work properly or is this request a non-starter? [link] [comments] | ||
Posted: 10 Nov 2021 11:02 PM PST
| ||
Keep screen always on from a service? Posted: 10 Nov 2021 10:01 PM PST I ultimately want to keep a Wear OS devices screen on for a set duration, even if the user goes to another app. There are a couple apps, such as StayLit Wear, that allow you to do this, but I'm wondering if they're using deprecated code because I can't figure out how to achieve something similar from Android docs. Thanks in advace! [link] [comments] | ||
Deleting a thread of 10000 convos makes my messages app not repond Posted: 11 Nov 2021 04:59 AM PST Can someone help me? Is there a faster way to manually delete every message in the thread? [link] [comments] | ||
Status of Android & Kotlin Native development on M1 Mac Posted: 10 Nov 2021 10:31 AM PST Those of you who are using an M1 mac - how has android development been going since the supported android studio was released? Emulation? Also curious if anyone is working with kotlin multiplatform / kotlin native [link] [comments] | ||
facing issue in loading a URL inside webview Posted: 10 Nov 2021 08:41 PM PST I am developing an android app where users can surf through different movies and play them. but I am facing a problem where I cannot load It plays perfectly on chrome browser but doesn't play in the webview
[link] [comments] | ||
Posted: 11 Nov 2021 03:03 AM PST Hey hi guy so I just finished my app kinda like Facebook and Instagram mix but without agenda,I been using ShifUI and the app go all feature like chatting,sharing pictures and more and I'm going to uploaded on firebase but I want add more feature like video call and recording do I need sendbird or agora? So if my app get few downloads how do I get investors or someone to invest in my app. thank you reddit community!!!! [link] [comments] | ||
Posted: 10 Nov 2021 06:54 PM PST
| ||
How does `setForeground` work on WorkManager? Posted: 10 Nov 2021 10:19 AM PST I understand it creates a foreground service to run the job. I also understand that it can be used when you want to start a job immediately. What I don't understand is: We only call https://medium.com/androiddevelopers/use-workmanager-for-immediate-background-execution-a57db502603d [link] [comments] | ||
Play Policy Webinar in One Week - Kids and Families Special Posted: 10 Nov 2021 09:41 AM PST The Play team will host the Google Play Policy Updates: Kids and Families Special webinar on Wednesday, November 17, 2021. Register now to hear about:
The content will be presented in English, with subtitles in Spanish and Portuguese. Submit your questions now for the Q&A session. [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