Weekly Questions Thread - March 22, 2022 Android Dev |
- Weekly Questions Thread - March 22, 2022
- android devs in multi-modular projects be like
- Rx to Coroutines Concepts, Part 5: Shared Flows
- I need help with an android app backed with AWS
- Facebook/Meta interview
- Thank you everyone. I got my first android job offer
- TabLayout inside BottomNavBar
- help uninstalled app for error
- How to deal with device fragmentation? (a question from a noob)
- Best remote logging tool
- Facebook Audience Network gives a very low bid response. The main reason "No Facebook profile found"
- Just because Jetpack Compose is out, it does not mean we have to bury the old XML
- Snapchat has always been a battery hog, could this be a reason why?
- kotlin or java?
- Learn Kotlin starting from strong Android and OOP knowledge
- Java 18 released
- Facebook and Google Auth Combined Issue
- Hello. What does SPLIT_BUNDLE mean?
- Android Runtime Permissions[Updated with Android 11] - Howtodoandroid
- Gracefully terminate all Google Play subscriptions
- I made a DoubleViewPager which is actually working
- What is the consideration to update minCompileSdk? Any side effect?
- Many libraries require an application context to be passed into an initializing method that is exposed for your application in the Application onCreate. What would happen if you pass in an activity context instead?
- Publish Android App to AppGallery with appgallery-publisher
- Image imported to XML file appearing black.
- Multi-Module-NextFlix-Composable
Weekly Questions Thread - March 22, 2022 Posted: 22 Mar 2022 07:00 AM PDT This thread is for simple questions that don't warrant their own thread (although we suggest checking the sidebar, the wiki, our Discord, or Stack Overflow before posting). Examples of questions:
Large code snippets don't read well on reddit and take up a lot of space, so please don't paste them in your comments. Consider linking Gists instead. Have a question about the subreddit or otherwise for /r/androiddev mods? We welcome your mod mail! Also, please don't link to Play Store pages or ask for feedback on this thread. Save those for the App Feedback threads we host on Saturdays. Looking for all the Questions threads? Want an easy way to locate this week's thread? Click this link! [link] [comments] | ||
android devs in multi-modular projects be like Posted: 22 Mar 2022 11:12 PM PDT
| ||
Rx to Coroutines Concepts, Part 5: Shared Flows Posted: 23 Mar 2022 12:17 PM PDT
| ||
I need help with an android app backed with AWS Posted: 23 Mar 2022 05:00 PM PDT I want to create an app in Android Studio. This app basically utilizes the device camera or even images already existing in the device and uploads them to a database. I would like to use Android Web Services as the database service provider. But I have no clue on how to start or where to start my project from. I do not have any previous experience in app development or database design, but I believe learning the concepts with such a project in mind makes the process faster and more enjoyable. So could anyone suggest what I should do or where I should start working on my project? I personally find understanding the database concepts very strenuous. I tried watching many android studio videos and they have been very useful. I kind of have an idea on how to create the application but the Amazon Web Services database system is what confuses me a lot. Is there any easier way I could follow to complete my project? [link] [comments] | ||
Posted: 23 Mar 2022 04:20 PM PDT Hey guys. As title says I have upcoming interview for Facebook/Meta for Android developer position. I have about 2 years of experience (currently Jr android dev). What is the best places I can start preparing for interview. And if there are any member of our subreddit who works in Facebook/Meta I am open to any suggestions advices possible. Thank you in advance [link] [comments] | ||
Thank you everyone. I got my first android job offer Posted: 22 Mar 2022 11:35 AM PDT Just been offered my first job as an android developer (and I've accepted) It will change my family's lives because the pay is double what I've been getting until now. I wanted to say thank you to everyone because I started learning Kotlin in October and I've benefited so much from the community here. All of the questions and answers I've found here. All the problems you have helped me solve. All the motivation when it's just really hard to learn. All of it has paid off and it's only up from here. P.s. if you are learning too, good luck you'll smash it anyday now! Take care everyone [link] [comments] | ||
Posted: 23 Mar 2022 03:21 PM PDT I have a big app, in which after I login I navigate to a screen with bottom navigation. On each bottom nav fragments I have tab layouts with viewpager. The problem is back navigation, on some cases it crashes. After looking on the internet I found that is a best practice to make separate nav_graphs. I put all fragments in all navgraph. Does anyway suggest what is the best practice in using navigation component. It is the only thing that is making me insane, too complicated, I very good doing threads and opengl but some things are very hard to understand. [link] [comments] | ||
help uninstalled app for error Posted: 23 Mar 2022 03:12 PM PDT Uhh I was uninstalling apps with powershell and I uninstalled incallui by error, aince its an android preinstalled app how do I get it back, I can't get calla without it. Srry if this is the wrong aubreddit for this [link] [comments] | ||
How to deal with device fragmentation? (a question from a noob) Posted: 23 Mar 2022 03:29 AM PDT Im looking at the pros and cons between android and iOS development so I can choose the path I want to take. I'm keen on android development because most of the world uses android OS. But with the many types of devices from different manufactures and varying software versions from person to person, how can an individual dev make a personal app with many different devices to deal with? [link] [comments] | ||
Posted: 23 Mar 2022 12:42 AM PDT Hi, We have an app built in native android and we wanted to enable remote logging for it. I was searching for tools and came across quite a lot of them. I can see that Sentry.io is the most famous - but I think it's because it not only covers android but a lot of other platforms too. Then there are Bugfender, Embrace, Rollbar and millions of others out there. [link] [comments] | ||
Facebook Audience Network gives a very low bid response. The main reason "No Facebook profile found" Posted: 23 Mar 2022 02:10 AM PDT
| ||
Just because Jetpack Compose is out, it does not mean we have to bury the old XML Posted: 22 Mar 2022 02:09 PM PDT I had the impression that Jetpack Compose is superior to XML in every aspect. It surely: - requires way less code - is better that code and design go to the same place - declarative like the web frameworks It kinda came as a surprise that the good old RecyclerView is not yet beaten. Compose does not have Grid layout and the animation (adding / removal) is not implemented. The performance from what I've seen did not match either with the old one. Which means I can make a much better app by implementing some components with the old system. Do you know of other areas where XML still does not beat Compose? [link] [comments] | ||
Snapchat has always been a battery hog, could this be a reason why? Posted: 23 Mar 2022 11:05 AM PDT
| ||
Posted: 23 Mar 2022 02:49 PM PDT | ||
Learn Kotlin starting from strong Android and OOP knowledge Posted: 23 Mar 2022 05:53 AM PDT Hi to everyone, I'm a 3 year experienced android developer, but only one on the company, the other two was for hobby. I've learned a lot, from app architecture, to writing libraries (we do apps and libraries at our company) and so. Because of the already existing projects in our company, I have only coded in java, advanced things, but java only. I was thinking about rewriting in modern Kotlin my databinding library as an exercise, but any suggestion is good! [link] [comments] | ||
Posted: 22 Mar 2022 08:07 AM PDT | ||
Facebook and Google Auth Combined Issue Posted: 23 Mar 2022 02:59 AM PDT | ||
Hello. What does SPLIT_BUNDLE mean? Posted: 22 Mar 2022 04:36 PM PDT
| ||
Android Runtime Permissions[Updated with Android 11] - Howtodoandroid Posted: 23 Mar 2022 01:56 AM PDT
| ||
Gracefully terminate all Google Play subscriptions Posted: 23 Mar 2022 01:34 AM PDT Hello everyone, I have an Android app that is offering a monthly subscription for some extra features. Has anyone experience in this regard? [link] [comments] | ||
I made a DoubleViewPager which is actually working Posted: 23 Mar 2022 01:19 AM PDT
| ||
What is the consideration to update minCompileSdk? Any side effect? Posted: 23 Mar 2022 01:10 AM PDT Hello, android developers! I'm maintaining an android application that has its minCompileSdk 30. Now our team want to use new awesome apis that require minCompileSdk 31. Can it be okay that I just modify the minCompileSdk on the build.gradle? What's the consideration to update minCompileSdk? [link] [comments] | ||
Posted: 22 Mar 2022 05:41 AM PDT | ||
Publish Android App to AppGallery with appgallery-publisher Posted: 22 Mar 2022 11:23 PM PDT I created a new open-source project which is publish to Huawei AppGallery app package (apk or aab) from given path. You can use like:
[link] [comments] | ||
Image imported to XML file appearing black. Posted: 22 Mar 2022 08:17 PM PDT
| ||
Multi-Module-NextFlix-Composable Posted: 22 Mar 2022 12:07 PM PDT
|
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