Activity
Mon
Wed
Fri
Sun
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Jan
Feb
Mar
Apr
May
What is this?
Less
More

Memberships

Android Devs

Public β€’ 252 β€’ Free

7 contributions to Android Devs
Google Play and Misleading Claims Policy
Hello, anyone has experience dealing with Play Store and their misleading claims policy. I have trouble to prove that I am not affiliated to government with my legal app. I have included disclaimer clearly stating that the app is not a government app and some sources of the information but resubmission and appeals are leading nowhere. All updates are always declined. I am just curious if anyone had a similar problem and how you resolved it. So far I decided to keep updating and writing appeals but maybe there is a better strategy or I am just missing something as it can get quite emotional :D.
0
10
New comment 2d ago
0 likes β€’ 6d
Yes, it is in the Policy Status. So do you recommend to review my developer account.
0 likes β€’ 2d
Thanks guys, I tried to contact them using chat. It is not perfectly clear what they want, I was unable to resolve it, possibly for each document to have source attached in the app. At this point it is just guessing. Unfortunately I did not capture the source of the documents. So possibly it, it might be a good usecase for firebase function and gemini to make something up. @Jov Mit I think those policy things might be boring for everyone :D maybe I am wrong. I can show my struggle. I can also maybe show how I use expect actual in multiplatform
Introducing Code Reviews
Hey gang! I hope you are all doing well πŸ™Œ I am slowly getting back to spending more and more time with the community and providing more value to you all. Starting next week, I am thinking of making 1 more weekly call for code reviews. The idea is that you can get a code review during that call. We can discuss things that are good and things that can be improved. We'll look at different ways to improve those things as well. ❌ We will NOT judge, shame, or blame people during this call. βœ… We will ONLY talk about the code, and make suggestions. Let me know what you think about this idea and if you want it in the comments below πŸ‘‡
4
7
New comment 3d ago
2 likes β€’ 9d
I love the idea, will definitely join.
Caching HTTP Responses
In the Pro Membership call yesterday we spoke about http cache and different ways to approach caching http reaponses. What is your approach for this problem? How do you achive it? How/When do you update/clean the cache? Let's make a thread under this post to share and learn more about it.
2
3
New comment 16d ago
2 likes β€’ 21d
For my project I wanted to write something simple like the @Cache decorator in Python. What I really wanted to do is something like this @Cache(4.hours) fun getLatestDocuments.... Ended up with something like this :`( @Suppress("UNCHECKED_CAST") val latestDocuments = cached( ttl = 4.hours, key = "documentRepository.getLatestDocuments", params = listOf(country, tag, caseLawFilter) as List<Serializable> ) { documentRepository.getLatestDocuments(country, tag, caseLawFilter) } My constraints are it should work on multiplatform and support preferences store. If I needed to cache only http calls, http cache headers will be the simplest and possibly best solution for multiplatform.
First App
Hey everyone, exciting news! πŸŽ‰My first app is almost ready to go live, and I can hardly wait. Just before hitting that publish button, I stumbled upon something really useful: the pre-launch report! ✨Guess what? This report was like a goldmine of info about my app. But here's the twistβ€”it wasn't all perfect. There were some accessibility issues in there. πŸ•΅οΈβ€β™‚οΈThe report pinpointed exactly where things needed fixing, making it super easy to solve those problems. 🧩I'm thrilled about the positive impact our app can make. To make sure it's the best it can be, I'm looking for some awesome users to test it out.Comment down your email ids, and let's make this app even better together! πŸš€πŸ“²#AppLaunch #BetaTesting #UserFeedback #ExcitingTimes
4
6
New comment Jan 26
1 like β€’ Jan 25
Congratulations on making the new app. Glad you liked the report, I find it very inconsistent for myself, often the Jetpack Compose components get flagged for now reason. Anyway, good job releasing the app
Help me to help you better (pease read this πŸ‘‡)
My ultimate aim is to make this community incredibly valuable for everyone. I want people to be able to come to the community and find answers to their questions/problems related to Android development, feel free and safe to talk to others and have a joyful and fun experience. And if they don't - they have easy access to me. Now, to get there sooner, I need this community to be self-sustainable. In that sense, It would be super helpful if you could drop a vote in the poll below, and help me understand what prevents you from becoming an advanced member. I will be very very thankful, and I mean it πŸ™
Poll
10 members have voted
1
10
New comment Dec '23
1 like β€’ Dec '23
I feel like Advanced membership is a bargain for me. It is my best investment this year second best being Oreilly on Black Friday and third Copilot.
1 like β€’ Dec '23
@Muhammad Ibrahim I am not really reading books from start to finish Recently I liked From Objects to Functions which is awesome, also the Kotlin Design Patterns 2nd ed., Android UI Development with Jetpack Compose - 2nd ed had a decent intro to animation.
1-7 of 7
Ondi Ondrej
2
10points to level up
@ondi-ondrej-9625
I am Ondrej Android dev trying to build multi platform educational apps. Currently working on audiolawreader.com

Active 12h ago
Joined Sep 20, 2023
powered by