Android Dev - Weekly Who's Hiring Thread - August 09, 2021 |
- Weekly Who's Hiring Thread - August 09, 2021
- Using Jetpack compose, I've already forgotten what are Adapter and Viewholder Here is the repo demonstrates using Jetpack compose with Jetpack libraries like hilt, viewmodel, nav component.
- There is hidden change which can be lead app crash on Android Gradle Plugin 7.0
- I made a nifty little website called Android API Levels that displays each Android version and its corresponding API level, SDK, version code, codename, and cumulative distribution all in one place. Let me know what you think!
- BottomSheetDialog and BottomSheetDialogFragment in Compose
- How to animate BottomSheet content using Jetpack Compose
- will admob use my admob earnings for a new campaign by default?
- Detecting unused dependencies in a Kotlin gradle project
- How to make Jetpack Compose navigation easier and testable
- APK built using Android.mk mm command not visible in device after install
- Improving my understanding of database management and Sqlite
- How to create .aar build of a module in android studio arctic fox
- Need books or courses recommendations to help me understand how Android works on a very low level. How Android exploiting works.
- I really don’t get how customization works with XML (customize buttons, checkboxes, edit texts...). Need advice !
- I want to be a mobile developer, but i don't know where to start
- Android Design Patterns: The Singleton Pattern
- What benefits do repositories provide in an app with no caching?
- Payout in usd
- Fastlane Screenshots Worth it?
- Send an email DIRECTLY from android App WITHOUT using intent STEP BY STEP GUIDE
- Can someone give me some direction with a market place crypto currency app and Google Plays terms of service?
Weekly Who's Hiring Thread - August 09, 2021 Posted: 09 Aug 2021 06:00 AM PDT Looking for Android developers? Heard about a cool job posting? Let people know! Here is a suggested posting template:
Feel free to include any other information about the job. [link] [comments] | ||
Posted: 09 Aug 2021 04:29 AM PDT
| ||
There is hidden change which can be lead app crash on Android Gradle Plugin 7.0 Posted: 08 Aug 2021 09:18 PM PDT
| ||
Posted: 09 Aug 2021 06:46 AM PDT | ||
BottomSheetDialog and BottomSheetDialogFragment in Compose Posted: 09 Aug 2021 07:05 AM PDT Hey, I'm trying out compose and got into a problem with BottomSheetDialogs. As far as regular Dialogs it's pretty easy to make them and show multiple different ones. However I tried migrating one of my app that relies heavily on BottomDialogs and BottomSheetFragments and I ran into issue on how to show multiple different BottomDialog in one screen. I tried using ModalBottomSheetLayout) but it requires to pass whole screen content onto it. I use BottomSheetDialogs as options menu to show filters, show dates etc. Also how do you work with I tried searching stackOverflow for answers but just found the same questions with 0 responses :( Thank you! [link] [comments] | ||
How to animate BottomSheet content using Jetpack Compose Posted: 09 Aug 2021 06:17 AM PDT
| ||
will admob use my admob earnings for a new campaign by default? Posted: 09 Aug 2021 04:40 AM PDT rather than charging me? i have $40 in there and figure i could use it on ads rather than wait until the withdrawl threshold is reached. will i get billed for setting up a campaign or will it use the uncashed funds in my admob account. [link] [comments] | ||
Detecting unused dependencies in a Kotlin gradle project Posted: 09 Aug 2021 06:33 AM PDT So far most of the recommendations I've found only work with Groovy DSL projects. I've tried using this, but I get this message about needing Java 16
do I have any other options for Kotlin DSL projects? [link] [comments] | ||
How to make Jetpack Compose navigation easier and testable Posted: 09 Aug 2021 06:31 AM PDT
| ||
APK built using Android.mk mm command not visible in device after install Posted: 09 Aug 2021 04:42 AM PDT I am following https://wladimir-tm4pda.github.io/porting/build_cookbook.html and have modified Building a simple APK The Android.mk file is at the top level. I have included it in Android 10 AOSP and built using mm The output apk is 1MB big (should be 5 MB) and after doing adb install -r -t -f LocalPackage.apk My aim is to make this app a system app but first step is making mm [link] [comments] | ||
Improving my understanding of database management and Sqlite Posted: 09 Aug 2021 04:07 AM PDT I haven't got a deep understanding of database (I have no background knowledge of database / SQL. I've learned from scratch). I am familiar with basic concepts: - JOIN (all) - GROUP - ORDER - MAX() COUNT() etc... - Some methods like substr() etc... I use these things everyday. But I would like to go a little bit further : •Improving my understanding of database management. •Improving the efficiency of my requests •Beeing able to deal with Sub Requests •Getting the best of Sqlite. So, If you have some resources (books, blogs, videos)... please let me know. [link] [comments] | ||
How to create .aar build of a module in android studio arctic fox Posted: 08 Aug 2021 09:42 PM PDT I have module in my app. I want to build .aar file from it. There is no tasks section in gradke window in android studio arctic fox. How do I build this? [link] [comments] | ||
Posted: 08 Aug 2021 12:15 PM PDT My new job is related to mobile forensics, mobile security. We have a study fund that I can use to acquire relevant skills and knowledge. And I don't know which subreddit would be the best to ask this in for Android devices. Here I would like to ask you for some help with getting a list going of courses or books that would give me the most complete and comprehensive experience in understanding the following:
Additional: 5) How to analyze the logcat logs. How to troubleshoot Android applications. How to debug them while working with the device; 6) How applications encrypt and store their data. Thank you! [link] [comments] | ||
Posted: 08 Aug 2021 09:04 AM PDT Hi Android devs, As you may know regarding the title, I've started learning Android development pretty recently (2 weeks ago). As I'm starting to become comfortable with the environnement and how things (kind of) work, I've started wondering how can I pump things up with custom designs but I'm really struggling with themes and styles. I absolutely don't get how can I customize buttons, checkboxes or other components (example: add rounded corners to buttons, make circle checkboxes, add drop shadows...) I'm facing some difficulties and I'm struggling to translate my designs into code because of that. Can anyone explain (in a general way) how can I customize layout elements and how things work ? Thanks a lot for your time ! [link] [comments] | ||
I want to be a mobile developer, but i don't know where to start Posted: 08 Aug 2021 05:48 PM PDT Hi, I am 22 years old and I want to become a mobiel developer, to put it in context, I am a university student, and I study the IT career, but I want to learn about developing apps, since my teachers have explained me some basic about java, c #, and currently creating some basic apps in android studio, then I got the curiosity to know about this world of mobile development, but I don't know very well where to start, in terms of choosing a programming language, I'm between java or kotlin, also I heard about flutter but I do not know very well which of these three options I need to learn first, I also wanted to know what courses there are to learn more about mobile development, and if they are free much better. Sorry for my English, but Spanish is my first language. [link] [comments] | ||
Android Design Patterns: The Singleton Pattern Posted: 09 Aug 2021 03:03 AM PDT
| ||
What benefits do repositories provide in an app with no caching? Posted: 08 Aug 2021 05:06 PM PDT Hi folks, we've all seen the diagram that shows Google's recommended app architecture. One of the components in there is the Repository layer. In their example, the repository layer decides whether to fetch new data from the web service, or to get that data from the cache. This logic is then abstracted away from the viewmodels. The benefit of this is quite clear. However, if our app does not have a cache, then what benefit does the repository provide? It seems like it would just be passing along data from the web service to the viewmodel without transforming that data at all. Another somewhat related question is should each web service have it's own repository? For example, should a "beer web service" from API provider X and a "wine web service" from API provider Y be accessed from different repositories or a combined one? [link] [comments] | ||
Posted: 08 Aug 2021 10:42 PM PDT Guys I have a complicated problem but I hope you can help. My android app has in app purchases and my developer account is in Nigeria. I want my products to show in usd and not naira so I'm wondering how to do it. My country is also one of the countries to register for developer and merchant registration. My question now is. 1. To show my products in app in usd. I dont want to use my countries currency because its not stable. Do I need to create another developer account and transfer the app or is there a way to fix this. 2. My app is already on so I have admob integrated, if I transfer the app to the new account which will have usd as its currency, do I need to also create a new admob account under the new email or I can use the old email just for admob. 3. If I decide to create a new admob, how will the admob key be sent to me when I'm not in the country sent in the new email or can I use any addresse to receive the admob key. Thanks for ur reply [link] [comments] | ||
Fastlane Screenshots Worth it? Posted: 08 Aug 2021 07:18 PM PDT I'm trying to automate my screenshots for my upcoming android app. Fastlane was the only suggestion that came online. Tried using it but keep running into issue where the screenshots are not detected from the emulator. Most of the fastlane android issues just get auto-closed and the documentation is definitely not as good as the ios version. Still decided to create an issue tho. Are there any better alternatives to Fastlane for screenshot generation to later upload to the Google Play store? [link] [comments] | ||
Send an email DIRECTLY from android App WITHOUT using intent STEP BY STEP GUIDE Posted: 08 Aug 2021 02:30 PM PDT Send an email DIRECTLY from android App WITHOUT using intent STEP BY STEP GUIDE [link] [comments] | ||
Posted: 08 Aug 2021 02:10 PM PDT Hey guys, I'm looking to develop a market place where uses can buy things off of each other app for both iOS and Android. Basically I want to be able to make transactions with crypto currencies, in particular stablecoins using the coinbase API and their auth services: https://developers.coinbase.com/docs/wallet/coinbase-connect/integrating What I'm worried about is Google play having a problem with me transacting payments between users. Is there any problems with what I'm intending on doing? Thanks for any help that I get. Edit: Also please not I am asking this question because I'm in the research phase of developing this app. I'm a dev, but I will also be hiring other devs to help me on small things. So I don't want to spend money on an MVP to find out what I'm trying to accomplish is restricted. [link] [comments] |
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