droidcon Italy Official
220 subscribers
966 photos
5 videos
2.03K links
Official @droidconit Telegram channel. News & updates from the Android Developers ecosystem by Droidcon Italy https://droidcon.it
AndroidDev Android developers
Download Telegram
Good morning devs. New post on /r/androiddev subreddit:
Searching for a library that can render PDF from firebase storage link.

I trying to display the pdf in my application through a firebase storage link but i can't find any library that can do this if anyone help me! submitted by /u/sumanbhakta link comments


#androiddev https://www.reddit.com/r/androiddev/comments/12z6rp3/searching_for_a_library_that_can_render_pdf_from/
If you want to know more about what the #droidconItaly23 committee are looking for from this year's speakers, take a look at our 'Why become a speaker' page. https://it.droidcon.com/2023/why-become-a-speaker-at-droidcon-italy/
Good morning devs. New post on /r/androiddev subreddit:
Should you extend the Application class and create global variables?

I found this StackOverflow thread extolling the virtues of extending the Application class and using it to store global variables. I'm guessing that if you do import application you get the "singleton of the application and can share some variables? But then this article absolutely warns against ...


#androiddev https://www.reddit.com/r/androiddev/comments/131hvzl/should_you_extend_the_application_class_and/
Good morning devs. New post on /r/androiddev subreddit:
hi Im using android studio I have this problem it realy makes me crazy I spent two days and I could not fix it

'Deprecated Gradle features were used in this build, making it incompatible with Gradle 9.0. ' submitted by /u/Own-Initiative8514 link comments


#androiddev https://www.reddit.com/r/androiddev/comments/135bmu2/hi_im_using_android_studio_i_have_this_problem_it/
Good morning devs. New post on /r/androiddev subreddit:
How to properly make a clone of a project with different name

I just made a clone one of my project and changed its package name and everything else but I got a problem that I need again and again need to import the (R) class in each and every file where I user the R class such as R.id.(id of componet) But if I make a new project from scratch it does not...


#androiddev https://www.reddit.com/r/androiddev/comments/137bo4z/how_to_properly_make_a_clone_of_a_project_with/
Good morning devs. New post on /r/androiddev subreddit:
New Google Play Console Mobile App

The new play console app looks good with Material You. Still its in beta. But lacks in features which was avalable on previous version. Did you guys checked it out. submitted by /u/ytheekshana link comments


#androiddev https://www.reddit.com/r/androiddev/comments/138ably/new_google_play_console_mobile_app/
Good morning devs. New post on /r/androiddev subreddit:
ActivityResultContracts.TakePicture() requires creating and saving an empty file ahead. How do you delete it?

I use ActivityResultContracts.TakePicture()t otake images. Since its machenism, I have to create a empty file ahead. I did this. Common method in docs. ``` val dUri = if (Build.VERSION.SDK_INT > 28) { MediaStore.Images.Media.getContentUri(MediaStore.VOLUME_EXTERNAL_PRIMARY) } else {...


#androiddev https://www.reddit.com/r/androiddev/comments/13dgtgr/activityresultcontractstakepicture_requires/
Good morning devs. New post on /r/androiddev subreddit:
How similar is app development in ReactNative/Flutter vs Kotlin?

If you knew one already, would app development using the other library/language be easier? How transferable are the coding skills given that they all develop for mobile? submitted by /u/ScienceisGreatness link comments


#androiddev https://www.reddit.com/r/androiddev/comments/13fcg4j/how_similar_is_app_development_in/
Good morning devs. New post on /r/androiddev subreddit:
What's your favourite example of a 'boring' app that made a lot of money?

Hi! I'm a writer for a mobile app development company that focuses on inspiring and educating non tech founders. We'd like to do a bit of inspiring with some examples of under the radar apps that you would never have guessed make a ton of revenue. Nothing flashy like Tinder or Mobile Legends....


#androiddev https://www.reddit.com/r/androiddev/comments/13iwbte/whats_your_favourite_example_of_a_boring_app_that/
Tickets are now on sale for #droidconItaly23 in Turin. If you want to take advantage of the cheapest, best rate for tickets then purchase now: there are just 40 tickets available at the Early Early bird rate. https://droidcon-italy.eventengage.app/register
This year Synesthesia Events is supporting EMERGENCY. For every ticket sold to any events (droidcon Italy, Flutter / Swift / React Native Heroes), we'll donate €1 to EMERGENCY to assist with their activities, affirming healthcare as a human right. https://en.emergency.it/
Good morning devs. New post on /r/androiddev subreddit:
Collaboration on any compose based android project

Is there any side project in which I can collaborate and work to develop my skills in compose and kotlin. Please don't be rude! submitted by /u/Mohack12 link comments


#androiddev https://www.reddit.com/r/androiddev/comments/13jq261/collaboration_on_any_compose_based_android_project/
Good morning devs. New post on /r/androiddev subreddit:
Is this a good and common practice, to achieve similar outcome as Swift's "guard let" and avoid safe call operator?

In Swift, we can use "guard let", to avoid safe call operator (?.) class A { func work() { } } func test(_ a: A?) { guard let a = a else { return } a.work() } I was wondering, is the following a good and common practice, if I want to achieve similar outcome as Swift's "guard let"? class A { fun ...


#androiddev https://www.reddit.com/r/androiddev/comments/13pf2bd/is_this_a_good_and_common_practice_to_achieve/
Good morning devs. New post on /r/androiddev subreddit:
Getting into android automotive

Hi! I’m currently doing macOS development, but would really like to get my hands dirty in android automotive and get the feel of middlewear development. Are there any good recommendations how to start with it? Get a Raspberry Pi and try using Android Automotive there? submitted by ...


#androiddev https://www.reddit.com/r/androiddev/comments/13qcv6p/getting_into_android_automotive/
Good morning devs. New post on /r/androiddev subreddit:
Real car names in my quiz app

I read that I can't use any real car name/shape/logo in any form in any game, but if that game is a quiz game, or a recognition game could I use them? If not, there's a method to use them without paying too much or don't pay at all and don't get sued? submitted by /u/Highwall2740 link ...


#androiddev https://www.reddit.com/r/androiddev/comments/13r9epo/real_car_names_in_my_quiz_app/