Weekly Questions Thread - August 03, 2021 Android Dev |
- Weekly Questions Thread - August 03, 2021
- AppSweep, mobile application scanning for developers
- Re-writing the AOSP Calendar App in Kotlin
- How would one go about bypassing this? How does the app recognise the device?
- Terms of Service and Privacy Policy question
- How to make a custom SeekBar?
- Kiwi: An Auto-scroller Adventure Game!
- Viewmodels, delays and lifecycle problems
- Android Studio arctic fox blurry preview in XML
- Accessing chrome content provider
- Android Integrated Softphone
- ViewModel and Fragment
- Where to go from here?
- Question on optimizing recyclerview/viewpager2 that loads image performance.
- Can someone walk me through how emojicompat works and its implementation?
Weekly Questions Thread - August 03, 2021 Posted: 03 Aug 2021 06: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] | ||
AppSweep, mobile application scanning for developers Posted: 03 Aug 2021 05:29 AM PDT
| ||
Re-writing the AOSP Calendar App in Kotlin Posted: 03 Aug 2021 10:13 AM PDT
| ||
How would one go about bypassing this? How does the app recognise the device? Posted: 03 Aug 2021 03:35 PM PDT
| ||
Terms of Service and Privacy Policy question Posted: 03 Aug 2021 12:03 PM PDT I'm Planning to publish my app soon on the google play store and had questions regarding TOS requirements. Specifically do I need to have the document notarized and do I need to be a company to do so. Currently the TOS is binding to me an individual and not a company is this legally correct, and if yes is it even a wise decision to publish as an individual rather than under an LLC. Any thoughts and or advice would be much appreciated as I am a novice to the publishing process. Thanks! [link] [comments] | ||
Posted: 03 Aug 2021 05:50 AM PDT
| ||
Kiwi: An Auto-scroller Adventure Game! Posted: 03 Aug 2021 10:08 AM PDT Kiwi needs your help! We're planning on releasing this game soon with @moonriftentertainment and could use help spreading the word about it. You could also donate to the Indiegogo campaign, this would help offset development costs and help with advertising. I hope you have just as much fun playing Kiwi as I did helping create it! This game will be released on mobile and PC platforms, specifically the Google Play store, Windows store, itch.io, and Steam. Source code: https://github.com/connorjbryant/Kiwi Indiegogo Campaign: https://www.indiegogo.com/projects/kiwi--2/x/26912515#/ [link] [comments] | ||
Viewmodels, delays and lifecycle problems Posted: 03 Aug 2021 04:40 AM PDT I am animating a view in a fragment. I would like to pause the animation when it goes to background and restart it again when it returns to foreground. I also need to show a button with 10 seconds delay in the same screen. How can I achieve it on ViewModel ? We can get the fragment to inform ViewModel about the lifecycle changes like onResume() or onPause() by calling some methods in ViewModel. Or we can use LifecycleObserver. Is there any other way to do this ? Which option would be better for my scenario ? To show button with 10 second delay, we can use Handler in ViewModel. Or use coroutines which would still use Handler internally. I also need to cancel the delay if app goes to background. Is there any other way to handle this ? [link] [comments] | ||
Android Studio arctic fox blurry preview in XML Posted: 02 Aug 2021 08:27 PM PDT | ||
Accessing chrome content provider Posted: 03 Aug 2021 06:46 AM PDT Im trying to access the browsing history of my mobile browser (Chrome) via adb shell.The command i'm using is: content query --uri content://com.android.chrome/org.chromium.chrome.browser.provider.ChromeBrowserProvider Please correct if i'm wrong, but the string "com.android.chrome" is the name of Content Provider of the Chrome app, and the string "org.chromium.chrome.browser.provider.ChromeBrowserProvider" is a reference to the database table that i'm presuming contains data related to my browsing history. When i run this command i get a "No results found" message in the shell terminal so obviously there's something i'm missing here.Am i going about this the right way? Is my content uri structured correctly? Can anyone provide me some sort of link that can help me out with accessing data specifically from the Chrome content provider via adb shell? If it makes any difference i'm using powershell on windows 10 and my phone is android 10 [link] [comments] | ||
Posted: 03 Aug 2021 05:08 AM PDT Hello all, I have been using zoiper for a while, but it is quite expensive and I don't even use 1/3 of my total devices I'm wondering if there's any native / integrated softphone already in android Thanks for any help you can give [link] [comments] | ||
Posted: 03 Aug 2021 01:12 AM PDT I have a couple of questions regarding viewmodel and fragment as I couldn't find my answers online. Let's assume we have a fragment and inside of it we do: As I understood, here we use the extension method And in Fragment I have:
[link] [comments] | ||
Posted: 02 Aug 2021 06:28 PM PDT Hi guys I've been taking computer engineering in college and I'm in my 5th semester last semester I took mobile programming in android studio since then I've been dead set on getting a job in the field I enjoy it very much I'm just gonna finish my degree since it's a 6 semester program but so far in android I've made tons of apps and I'm comfortable using rest apis getting them using okhttp, fragments or activities, json parsing and some material design aspects also I'm a java programmer is kotlin that much different? What should I try to learn next to make myself a better programmer? [link] [comments] | ||
Question on optimizing recyclerview/viewpager2 that loads image performance. Posted: 02 Aug 2021 11:30 PM PDT Hi. I'm looking for ideas as to how I could improve the performance of my code. I need to populate my recyclerviews with data that includes image data, and the loading of images take time. I implemented viewbinding bindingadapters in my recyclerview item layout. Currently in my fragment, I call submitList to my adapter only after receiving all of my data from the server, and even loading 5 profiles takes up to 8 secs on this. I believe I can optimized the recycle view by decoupling the loading of the image from the rest of the data, but I'm not sure how to bind the image if I'm loading it later because with my current implementation I submit the list in the fragment which includes the image bytes data. Can anyone please help me through this? [link] [comments] | ||
Can someone walk me through how emojicompat works and its implementation? Posted: 02 Aug 2021 11:04 PM PDT I've spent about 2 weeks looking at different articles and the little information I can find on youtube but I have no idea what to do or how to implement it. There must be a code already made or something. If there is, I can't find it. [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