Android Dev - Weekly "who's hiring" thread! |
- Weekly "who's hiring" thread!
- Weekly Questions Thread - November 09, 2020
- Kotlin plugin updated to add data class, sealed class, annotations quicker
- Google Analytics Events are Marked As Conversion , Though it is not getting registered as Conversion in Firebase - Google Analytics
- Removing a project in android studio 3.6
- [D] Image Labeling in Android with Fritz AI
- Connection to BLE Device not working on Oppo model F17
- Optimizing for battery life?
- Threw together this quick replacement for the old API Distribution Dashboard from the docs (RIP)
- How do you guys advertise your android game?
- SSL decryption
- Is Pre-registration in Google Play Console broken?
- Android library development resource declaration impact
- I have an IOS app written in Swift. How can I “translate it” so to speak into a functional android app?
- Android App Development: Helpful Android Tools for Developers
- Need HELP to start developing in android based applications.
- Is there a digital well being sdk?
- Help !!!!! Unable to add any asset in any project now while i have used some image asset in same project.
- Why Build Your Own Corporate LMS?
- What is use of regservice. I noticed jt draining battery on miui 12.
- Should I use Room with LiveData?
- Good books for learning Kotlin for Android, if experienced?
- How do I resume the open testing track on the google play console, the google play console has reduced my quality of life over the years.
| Posted: 09 Nov 2020 04:44 AM PST 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] | ||
| Weekly Questions Thread - November 09, 2020 Posted: 09 Nov 2020 02:56 AM PST 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:
Important: Downvotes are strongly discouraged in this thread. Sorting by new is strongly encouraged. 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] | ||
| Kotlin plugin updated to add data class, sealed class, annotations quicker Posted: 08 Nov 2020 04:58 PM PST
| ||
| Posted: 09 Nov 2020 05:39 AM PST
| ||
| Removing a project in android studio 3.6 Posted: 09 Nov 2020 06:26 AM PST Hi, Since I'm beginner, I have a simple question: How can I totally remove a project (an App)? Thanks [link] [comments] | ||
| [D] Image Labeling in Android with Fritz AI Posted: 09 Nov 2020 07:38 AM PST Use Fritz AI's pre-trained ML models to give your mobile application sight https://heartbeat.fritz.ai/image-labeling-in-android-with-fritz-ai-de045d4cc997 [link] [comments] | ||
| Connection to BLE Device not working on Oppo model F17 Posted: 09 Nov 2020 05:20 AM PST Hi, I'm trying to connect to a ble device. It works fine in most of the phones but it's not working in some of the Oppo models specially in F15. Connection is failed whenever I try to connect to the ble device. I have tried connecting to the ble device even using the Ble Scanner app but it doesn't work in that too. [link] [comments] | ||
| Posted: 08 Nov 2020 08:04 PM PST Are there any good lists of things to avoid when trying to optimize a production application for battery life? Also, I'm looking for a good way to get battery data between app releases so that I can see if there's a big change in battery drain. Battery Historian seems to be good for this, but it also seems like it wouldn't always help me find where exactly the drain is coming from. Are there others tools I can use that would provide more information? [link] [comments] | ||
| Threw together this quick replacement for the old API Distribution Dashboard from the docs (RIP) Posted: 08 Nov 2020 03:16 PM PST | ||
| How do you guys advertise your android game? Posted: 08 Nov 2020 02:39 PM PST | ||
| Posted: 09 Nov 2020 03:57 AM PST Hello, I am currently reverse engineering an Android App. I tried to sniff the packets using Wireshark. The requests are sent encrypted. Now how can I decrypt them? I tried accessing the app's private files but it seems like that there is no key. Is that possible? Or are there any other possibilities I can try? KR [link] [comments] | ||
| Is Pre-registration in Google Play Console broken? Posted: 09 Nov 2020 03:50 AM PST My game is in pre-registration for days now, and I don't get any data on the storefront or the registration number whatsoever. (And I know for sure about a number of people who clicked on the Pre-register button but it shows 0). Should I contact Google? [link] [comments] | ||
| Android library development resource declaration impact Posted: 09 Nov 2020 03:29 AM PST | ||
| Posted: 08 Nov 2020 11:35 PM PST More specifically, as I understand I can't just snap my fingers, are there any tools you guys recommend I use to help me with this process? [link] [comments] | ||
| Android App Development: Helpful Android Tools for Developers Posted: 09 Nov 2020 03:11 AM PST
| ||
| Need HELP to start developing in android based applications. Posted: 08 Nov 2020 11:16 PM PST Hello Community, This is my first post here - looking for some help/guide to start developing android apps. No experience in developing mobile applications as at date. Never used kotltin, Beginner level in JAVA. Grateful if you could please advise where to start with this - eager to learn. Android studio installed. Thank you. [link] [comments] | ||
| Is there a digital well being sdk? Posted: 08 Nov 2020 10:38 PM PST Google has digital well being and apple has screen time. But neither app in my opinion allows you to create the complex rules to really be effective. Is there an sdk so that I can make my own app? https://wellbeing.google/ [link] [comments] | ||
| Posted: 09 Nov 2020 01:46 AM PST
| ||
| Why Build Your Own Corporate LMS? Posted: 09 Nov 2020 01:27 AM PST | ||
| What is use of regservice. I noticed jt draining battery on miui 12. Posted: 09 Nov 2020 01:01 AM PST | ||
| Should I use Room with LiveData? Posted: 09 Nov 2020 12:03 AM PST Should I be returning a Livedata object from my Room DAO? Because if I do so then I would have a LiveData at the repository level which is again an anti pattern as far as I understand. What is the correct thing to do here? [link] [comments] | ||
| Good books for learning Kotlin for Android, if experienced? Posted: 08 Nov 2020 05:43 PM PST Hi folks, I'm trying to choose a good kotlin book and hoping for suggestions given the following: - I'm an experienced programmer, with pro level knowledge in Python, JavaScript, C/C++, and reasonable competence in Clojure, Scheme, Lisp, R. So have seen lots of languages, and don't want to start with "this is a variable" ;-) - I'm pretty much brand new to Android dev, and don't anticipate using Kotlin outside of mobile really. I have successfully made a first app now in Android Java with a service, broadcast receiver, couple of activities, and some notifications. But I really didn't like the Java. - I don't really know either how fast Android dev or Kotlin dev changes (i.e. is 2017 too old for a book on this, like say "Kotlin in Action") - I will be using the JNI to add C++ components thanks! [link] [comments] | ||
| Posted: 08 Nov 2020 03:52 PM PST
|
| 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