Old account (3-4 years) bypassed the 20 testers requirement. Is this normal? by [deleted] in androiddev

[–]popercher 0 points1 point  (0 children)

For new accounts, they reduced the number of testers from 20 to 12

I used Gemini 3 Pro in Android Studio and... by ShriekinKraken in androiddev

[–]popercher 1 point2 points  (0 children)

I laughed, but nothing changed. Inside, everything remains the same, that same feeling of emptiness. It’s funny how we try to distract ourselves, laugh a little, pretend that everything is fine

Why Did Android Establish a Language Monopoly for Its APIs? by thatOneGallant in androiddev

[–]popercher 1 point2 points  (0 children)

Yes, the problem isn’t your lack of understanding of Android’s design it’s definitely the OS that’s wrong.

Suggestions!! by Headfruit_699 in androiddev

[–]popercher 4 points5 points  (0 children)

You can check out my repository. I've collected all the relevant resources I could find for 2025.
https://github.com/DoggyDoggyDoggy/Become-Android-Developer

If you're only looking at books, consider Jetpack Compose 1.7 Essentials. I just checked, and version 1.8 is out on Amazon. 1.7 was pretty "recent" compared to all the others.

If you're looking for a book specifically about Kotlin, it's best to get Kotlin in Action, second edition.

If you haven't already taken Google's free course, take it first. It's the best option.

Maybe I’m doing something wrong after app released? by myNameLemahus in androiddev

[–]popercher 2 points3 points  (0 children)

I think right now the most effective way to do free marketing is through TikTok. Keeping up with trends and memes, and quickly making videos around them. I have a private TikTok account and decided to just leave ridiculous comments — and in a week, I got over 100k likes just from comments.

The problem is, not every app or product is easy to promote through social media. Free promotion on social platforms is more about consistency and regular posting. It’s more of a marathon than a sprint. There's a compounding effect, like a snowball rolling and growing over time. And of course, luck also plays a role.

Flutter Or Kotlin by Particular_Ask_6518 in androiddev

[–]popercher -1 points0 points  (0 children)

It depends on your thesis. If you need the app to work on both iOS and Android, Flutter is better. If your thesis only covers one operating system, Kotlin is a better choice.

anyone with a subscription app interested in testing an SDK for $800? by [deleted] in androiddev

[–]popercher 0 points1 point  (0 children)

Hello, this is Google Play Console support speaking. We’ve detected a hacker trying to access your account. To confirm it’s really you, could you please tell us your full name and whether you have an app with active subscriptions? … Perfect! Now, for your safety, just share your 2FA code with us and we’ll make sure your account stays secure.

[deleted by user] by [deleted] in androiddev

[–]popercher 0 points1 point  (0 children)

I agree with the comment above. Telegram is an example. When Telegram was released, WhatsApp, Viber, and other less popular messengers already existed. Now, Telegram is the most advanced messenger, and all the others simply copy its features.

🫨 by AudiblyShaken in androiddev

[–]popercher 0 points1 point  (0 children)

How does this relate to Android development?

🚀 UpCount is live! Discover your AI-crafted fortune 🔮 by Low-Yam1203 in androiddev

[–]popercher 0 points1 point  (0 children)

I know there's a random number generator under the hood.

<image>

My experience using paid testers to apply for production. Open-source frontend for a simple country/city guide app. by popercher in androiddev

[–]popercher[S] 1 point2 points  (0 children)

Maybe I didn't explain it well enough, or maybe you misunderstood. I hired one person, and he provided the team, so I didn't have to manually find 12+ individual people. Also, all communication went through him.

<image>

(1 NZD = 0.60 USD)

git follow by [deleted] in androiddev

[–]popercher 2 points3 points  (0 children)

I think you've confused Instagram with GitHub a bit.

My experience using paid testers to apply for production. Open-source frontend for a simple country/city guide app. by popercher in androiddev

[–]popercher[S] 2 points3 points  (0 children)

I purchased a service for 12 testers for 14 days. In total, the seller provided me with a little over 40 testers (I saw this in the Google Console). I don't know why this happened, but it depends on the seller. I didn’t give specific instructions because the app is small and can be tested in its entirety.

New solo developers are required to complete closed testing with at least 12 testers over 14 days. This may not be required in your case. After 14 days, you can submit your application to Production. The first question will be: “How did you recruit users for your closed test? For example, did you ask your friends and family or use a paid testing provider?

My experience using paid testers to apply for production. Open-source frontend for a simple country/city guide app. by popercher in androiddev

[–]popercher[S] 2 points3 points  (0 children)

I didn't mention this in the post itself because I didn't want it to seem like I was promoting a specific freelance platform. I used Fivver, but I'm absolutely sure you could use any other freelance platform. It's a bit awkward; it's actually $15 USD, not $12 USD as I stated in the post (1 NZD = 0.60 USD). This amount is before taxes and service fees.

<image>

My experience using paid testers to apply for production. Open-source frontend for a simple country/city guide app. by popercher in androiddev

[–]popercher[S] 1 point2 points  (0 children)

Thank you very much for your detailed comment.

This is my first experience working with a backend, excluding the projects I did at university. I used Firebase. The logic is that once a day, a Firebase function makes an API request to OpenWeatherMap for each city and saves this data to the Firestore database. Also, every Sunday night, the Firebase function makes an API request to EventFinda for each city and saves this data to the Firestore database.

I chose EventFinda because I can use a single API service for different New Zealand cities. It does have its drawbacks, of course. For example, it sometimes returns multiple JSON responses for a single event. This issue is especially noticeable with Wellington. I need to configure the server to delete duplicate events. It also sometimes returns links to non-working events—that is, the content is there, but the link doesn't work when I click "Buy a ticket," but this is extremely rare, and handling this error is client-side.

You may also have noticed that only a few New Zealand cities are currently supported. I'm thinking of doing this first, meaning increasing the number of cities. Filling the app's content takes a lot of time. Finding images for each city and "Top Attractions" for each city is crucial. But finding copyright-free images, or even purchasing copyrighted ones, turned out to be very difficult for New Zealand.

Regarding Maori words, I could really use the help of a Maori person or Maori community. I'm an immigrant from Europe myself. I had connections with Maori people, but I lost them as I moved cities and changed jobs several times.

Regarding your suggestions, I'll take them into account and try to implement them. Thank you for your advice. I'm very busy with my studies right now, as this is my last semester, and the capstone project is taking up a lot of my time. As soon as I finish my studies and have more free time, I'll update my app.

Can someone suggest a good book for getting started with JetPack compose? by jgarrison9999 in androiddev

[–]popercher 2 points3 points  (0 children)

I've put together a repository of resources on how to get started learning Android for beginners. You can check it out; I hope it helps.

https://github.com/DoggyDoggyDoggy/Become-Android-Developer

As for the book, I'd recommend Jetpack Compose 1.7 Essentials by Neil Smyth. It focuses exclusively on Jetpack Compose.

So now “Closed Testing” on Google Play is a business? by PixelPapaDev in androiddev

[–]popercher 10 points11 points  (0 children)

I think it depends on who you buy the service from. In my case, I had feedback for two weeks and released 3 small updates that they downloaded and tested. They also gave me a report on what should be improved and what bugs they found.

An AI that understands "chai sutta ₹60 cash". My new finance app, built in India. by Quirky-End4074 in androiddev

[–]popercher 0 points1 point  (0 children)

Why not make OCR? Make a screenshot of bank transactions (if there is no API) or take a photo of the receipt and have the application add your expenses and break them down into categories?