droidcon Italy Official
219 subscribers
966 photos
5 videos
2.03K links
Official @droidconit Telegram channel. News & updates from the Android Developers ecosystem by Droidcon Italy http://droidcon.it
AndroidDev Android developers
Download Telegram
Good morning devs. New post on /r/androiddev subreddit:
Have you ever built an app for your job but only for your personal use?

Hi. I'm very new to Android dev but got interested because I think it could help me be more efficient at my job. I interact with many third party systems at work but the two I use most don't have mobile apps or mobile-friendly interfaces for their admin portals. I thought it might be fun and...


#androiddev https://www.reddit.com/r/androiddev/comments/1b7hp6o/have_you_ever_built_an_app_for_your_job_but_only/
Good morning devs. New post on /r/androiddev subreddit:
Connecting nodeMCU with my jetpack compose application

So I'm going to create an app which uses jetpack compose which will communicate with the nodeMcu through its inbuilt wifi module.... The node mcu will transmit the pressure value and the pressure value should be shown in the app(just a text for example). Can anyone please give any article/blog...


#androiddev https://www.reddit.com/r/androiddev/comments/1b8nqrd/connecting_nodemcu_with_my_jetpack_compose/
Good morning devs. New post on /r/androiddev subreddit:
Creating a Compose Multiplatform iOS and Android application with barcode scanning functionality

Hey! I wanted to share a technical piece written by the Engineering Manager of Scanbot SDK, the company I work for. Maybe this would be interesting to some of you! It covers how to create a Compose Multiplatform iOS and Android application with barcode scanning functionality. Here is a small...


#androiddev https://www.reddit.com/r/androiddev/comments/1bcqwvm/creating_a_compose_multiplatform_ios_and_android/
Good morning devs. New post on /r/androiddev subreddit:
Anyone has experience with the Teacher Approved program? Is it worth it?

Was looking into the Teacher Approved program on the Play Console. We have in-app-purchases in our app so got rejected, and I'm wondering if it's worth the time to adhere to the program (not sure exactly how, as we're extremely light on self promotion) Wondering if anyone has numbers they can...


#androiddev https://www.reddit.com/r/androiddev/comments/1beeoyn/anyone_has_experience_with_the_teacher_approved/
Good morning devs. New post on /r/androiddev subreddit:
Should i spam-response all 1star users?

I have a lot of 1 star reviews from people complaining about the same feature they wanted, I finally put it in because they were so annoying ... (It was a lot of work and a little off topic thats why didnt want to do). What I want to know is if it would be a good idea to response all those...


#androiddev https://www.reddit.com/r/androiddev/comments/1bie5he/should_i_spamresponse_all_1star_users/
Good morning devs. New post on /r/androiddev subreddit:
How to change Google Play Store country on Android Emulator (AVD)?

I have to download the prod app I'm working on which is only distributed in another country, but cannot seem to do it. I follow this path: Open Play Store -> Press Profile Icon -> Settings -> General -> Account and device preferences. Here I only see these 2 subtexts saying "Country and...


#androiddev https://www.reddit.com/r/androiddev/comments/1bjyav7/how_to_change_google_play_store_country_on/
Good morning devs. New post on /r/androiddev subreddit:
how do you get erp games onto the market?

Hey. I was wondering how it would be possible to post 18+ android games to users. It looks like the google app store bans that kind of thing in it's entirety, which is weird because there's a market for it. So, do I just make a pg13 game, and then advertise the 18+? or is it against the app...


#androiddev https://www.reddit.com/r/androiddev/comments/1bo0ecv/how_do_you_get_erp_games_onto_the_market/
Good morning devs. New post on /r/androiddev subreddit:
Clean architecture and complex UI state management

Hello! I'm a web developer using clean architecture principles, but I'm curious about how Android developers might handle a scenario I'm facing. In my app, there's a complex UI state management on a page. For example, managing a list of financial products that can be added, removed, and...


#androiddev https://www.reddit.com/r/androiddev/comments/1bpiyo8/clean_architecture_and_complex_ui_state_management/
Good morning devs. New post on /r/androiddev subreddit:
Warning - Google Play billing library bug causing bogus policy violation problems

After submitting a recent app update for review, I got a policy violation notice because two subscription prices were showing as "Free" when they actually aren't. Of course, I'm just displaying the localized price that I get from the billing library, and I haven't touched that part of the app in ...


#androiddev https://www.reddit.com/r/androiddev/comments/1bt7glc/warning_google_play_billing_library_bug_causing/
Good morning devs. New post on /r/androiddev subreddit:
How do you deal with google play making api 33 a required target?

I haven’t developed android apps since a few years ago and my knowledge on publishing apps is probably a bit dusty. I just realised that new apps now need to target api 33 and higher, to be publishable on google play. This means the new apps will run on only 22% of devices. How could google...


#androiddev https://www.reddit.com/r/androiddev/comments/1buc3b9/how_do_you_deal_with_google_play_making_api_33_a/
Good morning devs. New post on /r/androiddev subreddit:
Enable users to share your app's deep links using navigation-recents-url-sharing (with androidx.navigation)

I wrote "Enable users to share your app's deep links using navigation-recents-url-sharing" and with it the navigation-recents-url-sharing library which implements what the article talks about for those of you who use androidx.navigation and want this behavior for free. This is about this...


#androiddev https://www.reddit.com/r/androiddev/comments/1bv81mq/enable_users_to_share_your_apps_deep_links_using/
Good morning devs. New post on /r/androiddev subreddit:
Has Anyone Else Noticed Changes in Google's App Review Process Lately?

Have developers noticed any recent shifts in the Google review process? Over the past decade, I've been consistently deploying apps without any major hurdles until around late last year. All my apps are native to Android, and each one has a corresponding counterpart developed in Swift for iOS. ...


#androiddev https://www.reddit.com/r/androiddev/comments/1bzdosw/has_anyone_else_noticed_changes_in_googles_app/
Good morning devs. New post on /r/androiddev subreddit:
Is connecting to a MySQL Datebase via a REST API faster or slower than connecting directly to the DB?

I got a super simple springboot app working that I now can start, and then use retrofit in my school project (which I was already using for my API’s) to retrieve data from GET endpoints. I still have it set up to connect directly but I’ve been slowly changing it to just use retrofit for...


#androiddev https://www.reddit.com/r/androiddev/comments/1c0dri5/is_connecting_to_a_mysql_datebase_via_a_rest_api/