Android Dev - Weekly "anything goes" thread! |
- Weekly "anything goes" thread!
- After 2¾ years, today is my last day at @Google
- Dagger Party Tricks: Extension Functions
- Are there more subreddits related to Android development?
- "New User Acquired" is much less than "Users Lost" and still I the active installs are growing?
- 30 days of Kotlin with Google for aspiring Android Developers
- This bit me in the rear today. The documentation has been a lie...for five years now!
- Emulator 30.0.11 Canary
- How do I make my app design properly responsive?
- Comparing Kotlin Coroutines with Callbacks and RxJava
- What's the 1 week path to get started with native Android app development?
- Handling Scrolling of Horizontal Recyclerview inside Viewpager2
- Easy Android Scopes
- The one and only object
- Samsung Galaxy A8 -Once I turn on my phone and enter the pin code I can't do anything, it will be a black screen.
- Hi, do you know what Descriptor means ? Thx.
- So if I use MediaPlayer.create().start() in my source code to play music for my app, it works fine on an actual phone but on the emulator, the music is played with consistent disruptions but if I keep hitting the button repeatedly, it gradually plays better... any reason why?
- Google Console App Publish times...
- Is there a repo where I can find the most commonly used UI layout files?
- What type of backend would you use for this?
- The Best Whatsapp Status Saver App
- Whats's Going Wrong with This app??
- Kotlin Multiplatform —Firebase + MVVM
- [Unit Testing] Mocking a static function in a final class using Mockito 2.
- More than 13 MTP devices connected at a time?
- Drumpad Application To Make Your Own Tunes
Weekly "anything goes" thread! Posted: 01 May 2020 05:40 AM PDT Here's your chance to talk about whatever! Although if you're thinking about getting feedback on an app, you should wait until tomorrow's App Feedback thread. Remember that while you can talk about any topic, being a jerk is still not allowed. [link] [comments] | ||
After 2¾ years, today is my last day at @Google Posted: 01 May 2020 06:10 AM PDT
| ||
Dagger Party Tricks: Extension Functions Posted: 01 May 2020 10:07 AM PDT
| ||
Are there more subreddits related to Android development? Posted: 01 May 2020 03:37 PM PDT Hi, It would be interesting to know if there are more active similar subreddits for Android app development.please share, thanks. [link] [comments] | ||
"New User Acquired" is much less than "Users Lost" and still I the active installs are growing? Posted: 01 May 2020 12:08 PM PDT
| ||
30 days of Kotlin with Google for aspiring Android Developers Posted: 01 May 2020 07:05 AM PDT | ||
This bit me in the rear today. The documentation has been a lie...for five years now! Posted: 30 Apr 2020 08:43 PM PDT
| ||
Posted: 01 May 2020 02:50 PM PDT | ||
How do I make my app design properly responsive? Posted: 01 May 2020 01:35 PM PDT Hi intermediate app dev here! I want to ask a question, how do I make my app responsive to different phone screen sizes? I know there's layout folders like small, normal and large but those are for different devices and dont work, on my 5.7inch a5 or 7inch a70. I've tried so many different things but none seem to have any efffect on my phones. So can anyone will tell me or link me to something that can actually work, because god damn is implementing design into android studio a pain. [link] [comments] | ||
Comparing Kotlin Coroutines with Callbacks and RxJava Posted: 01 May 2020 04:10 AM PDT
| ||
What's the 1 week path to get started with native Android app development? Posted: 01 May 2020 03:41 PM PDT Hi, I have development experience of some years in JavaScript and also done some java, python. I would like to get started with native Android development (kotlin is the way to go, right?). This is a requirement for my new job position. I want to have 1 week learning path that gives a high level overview of the kotlin language, Android development environment, Android app libraries, jargon and maybe build a simple app. Any good concise tutorials? Thanks. [link] [comments] | ||
Handling Scrolling of Horizontal Recyclerview inside Viewpager2 Posted: 01 May 2020 11:03 AM PDT
| ||
Posted: 01 May 2020 08:49 AM PDT | ||
Posted: 01 May 2020 10:07 AM PDT
| ||
Posted: 01 May 2020 01:45 PM PDT | ||
Hi, do you know what Descriptor means ? Thx. Posted: 01 May 2020 01:18 PM PDT
| ||
Posted: 01 May 2020 01:06 PM PDT | ||
Google Console App Publish times... Posted: 01 May 2020 12:43 PM PDT Hi Guys, I understand Google are taking 7 days or so to review apps for publishing. I added my app on the 22nd April! I am literally holding back a marketing budget for it to go live. What is taking so long!?!? I presumed 7 days maybe 8. But I am now down 9 days and counting... what gives? Is it selfish to feel annoyed? [link] [comments] | ||
Is there a repo where I can find the most commonly used UI layout files? Posted: 01 May 2020 12:02 PM PDT For example, a list view of say an image and a text view. I am finding it very frustrating to build the UI. Which is kind of demotivating me. Don't really know why. I can happily write code for activities, fragments viemodels, adapter and everything else. But the UI part is just not my cup of tea. I build a basic UI and it looks like shut obviously. Which is when I feel demotivated. I was thinking if there is something already available i could just edit the bits according to my needs. I am dealing with material design mostly. Thank you. [link] [comments] | ||
What type of backend would you use for this? Posted: 01 May 2020 07:37 AM PDT Hi r/androiddev, I'm looking to make my first mobile app. I'm researching server software backend solutions right now and am looking for some help. Here's how I envision the app working:
I have the data analytics and ML programming skills and the server setup skills. I'm versed in Python and C++ but could easily pick up any other language. I see myself either self hosting the server or renting a VPS. I'm looking for recommendations on what software platforms to use. My biggest question is: what is the simplest way to transfer data between a mobile app and a server? Ideally, it will be client agnostic - i.e. I could create iOS, web, or any other client app and use the same server for all the client apps. Also, what database software would you recommend? The database will basically be a relational deep learning dataset. Small batches of data points will be appended to the dataset at any given point in time and the whole dataset will be sifted through with certain data points extracted for ML model training at any given point in time. Thanks for helping out a noob! [link] [comments] | ||
The Best Whatsapp Status Saver App Posted: 01 May 2020 11:21 AM PDT | ||
Whats's Going Wrong with This app?? Posted: 01 May 2020 11:10 AM PDT
| ||
Kotlin Multiplatform —Firebase + MVVM Posted: 01 May 2020 10:41 AM PDT Hi all, during this quarantine I have been working on a sample KMP project to show how integrate Kotlin Multiplatform with a Firestore DataBase (Firebase). If you want to see more about this project you can check this in Medium: https://proandroiddev.com/kotlin-multiplatform-firebase-mvvm-4cdcddd98893 Or if you want to take action directly you can go to GitHub to see the code: https://github.com/jarroyoesp/KotlinMultiplatform_Firebase_MVVM I hope it helps you to understand a bit more about Kotlin Multiplatform. 😃 Libraries used: - KTor: to make requests to an API - Serialization: to serialize objects - Moko-MVVM: Kotlin Multiplatform library that provides architecture components of Model-View-ViewModel -FirestoreKMP: Library wrapping the Firestore SDK for Kotlin Multiplatform with clients for Android and iOS. - KodeIn-DI: is a very simple and yet very useful dependency retrieval container. [link] [comments] | ||
[Unit Testing] Mocking a static function in a final class using Mockito 2. Posted: 30 Apr 2020 09:19 PM PDT Hey everyone, I am trying to mock a static function within a final class. I tried mocking it's behavior using mockkatatic(), but getting errors as my test is failing for Androids under API 28. Apparently, mockkatatic is only supported from API 28 and above. Any workaround this one? [link] [comments] | ||
More than 13 MTP devices connected at a time? Posted: 01 May 2020 10:17 AM PDT I'm attempting to connect multiple (48) Samsung tablets to a Win 7 laptop through three, 16-port hubs, but only 13 tablets will connect and register on the laptop at a time. Is there a limit for how many Portable Devices can be connected? I've checked that I'm running the lates Microsoft drivers (WpdMtpDr.dll, version: 6.1.7600.16385). The devices that don't mount do show in the Device Manager, but have the yellow triangle and give a "The device cannot start. (code 10)". Any ideas to get past the 13 max devices or is that a firm number? [link] [comments] | ||
Drumpad Application To Make Your Own Tunes Posted: 01 May 2020 09:53 AM PDT Drumpad Application To Make Your Own Tunes Become DJ and Create your own music tunes. Download free app 'Electro Drumpad' electro #drumpad #musicmaker #soundmaker #music #drumsampleshttps//play.google.com/store/apps/details?id=uswa.electrodrumpad.drumsounds.soundmaker [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