Android Dev - Corona-Tracker: App built in Kotlin using Architecture Components, Dagger2, Retrofit and Coroutines |
- Corona-Tracker: App built in Kotlin using Architecture Components, Dagger2, Retrofit and Coroutines
- Introducing the Activity Result APIs
- Feeling Hopeless Like I'll Never get Android development
- Since the start of this week I'm seeing 50,000 uninstalling one of my apps DAILY with just 10,000 installs a day. I don't know why this is happening, anyone else seeing weird stats?
- making app to stream content throw DLNA\UPNP like BubbleUpnp\XCast
- I made a playground app for my AnimatedBottomBar library
- COVID-19 and App Review Times
- Customer orders app
- App with 1 Million downloads suspended because of the word "Corona"
- Transferring app to new Play account, what happens with purchase validation API calls?
- What happens that suddenly so many people deinstall my app at the same time?
- AutoCompleteTextView Never Close DropDown
- Any reports on review times for app updates in Google Play?
- How to make a chat app connect to a server?
- Notes app repository comprises three independent modules, segregated into Beginner, Intermediate and Advanced category, Build using Room, MVVM, LiveData, Data-Binding, Dagger-2, Coroutines.
- How to find the lagging difference between phone(s) and emulators when using firebase?
- postmarketOS gets Anbox integration, will run native Android apps
- Can I use Python for algorithm/CS questions in an interview for an Android position?
- How to set text color of MaterialButton inside MaterialButtonToggleGroup?
- Sceneform documentation 404?
- Feedback request + an update on Android YouTube tutorials
- How to install Android emulator on Debian server?
Corona-Tracker: App built in Kotlin using Architecture Components, Dagger2, Retrofit and Coroutines Posted: 22 Mar 2020 04:10 AM PDT
| ||
Introducing the Activity Result APIs Posted: 22 Mar 2020 04:28 AM PDT
| ||
Feeling Hopeless Like I'll Never get Android development Posted: 21 Mar 2020 09:16 PM PDT Going through the android course on Udacity, currently on the Android architecture Components and they're doing things I just really dont understand. As a complete noob between that course and looking at everyone posts here about new tech stacks that seem so complex I feel lost. Is this normal as a beginner? Does it get easier? Edit: for reference I'm a HS Senior, with a background in Python, Front end web dev, and learning Java (almost finished the course at school) Edit2: Thanks for the clarity fellas (and ladies), I'll take your reccomendations and just start making simple apps to get started. You're right it's just inherently hard to learn [link] [comments] | ||
Posted: 21 Mar 2020 04:14 PM PDT | ||
making app to stream content throw DLNA\UPNP like BubbleUpnp\XCast Posted: 22 Mar 2020 04:23 AM PDT hello there! i trying to make an app that can stream videos from phone to samsung smart tv, i tried using Cling library and was successful only to start the stream but cant control the tv, no pause,seek, volume.. i reserched everything there is on google about libraries and portocols (without going to deep with dlna signed integers..) from what i understand samsung use some internal custom version of dlna, so i found "Smartview SDK" on samsung developers website, guess what last update was in 2017/8, the documentaion is ~ok but i cant make it work (got some 300 error from tv). i did succeed to make "hello world" app that worked so i checked other apps on the palystore XCast and BubbleUpnp and they work flawlessly, stream,pause,seek everything... my next step is try reverse engineer with fiddler. can someone point to somethig useful in this topic? i really hate reverse engineering thank you! [link] [comments] | ||
I made a playground app for my AnimatedBottomBar library Posted: 21 Mar 2020 05:26 PM PDT Hey guys, I made an app for my library to test out all functionality and also generate the XML layout! I could possibly also turn this into a library :)! Image: https://i.imgur.com/LNPc4sq.png App: https://github.com/Droppers/AnimatedBottomBar/raw/master/media/demo.apk Library: https://github.com/Droppers/AnimatedBottomBar [link] [comments] | ||
Posted: 22 Mar 2020 04:20 AM PDT I updated two apps on Wednesday. They're still pending review on Google Play. In that same time, I've updated iOS versions of those same apps on the AppStore, and each has been ready in less than 24hrs. Last night at 1am, I updated the third iOS app. That took less than 8 hours to get to the AppStore. These are unprecedented times. [link] [comments] | ||
Posted: 22 Mar 2020 08:00 AM PDT Hey guys, I'm wondering is there an app in which I can add my customers, add products which I'm selling, add the price and then log what customer bought. Example: Customer calls me and says he/she wants 1 kg of bananas, then I log that order in the app. In the end of the month, I want to have a summary what customer bought and how much money she/he needs to pay. [link] [comments] | ||
App with 1 Million downloads suspended because of the word "Corona" Posted: 22 Mar 2020 07:44 AM PDT
| ||
Transferring app to new Play account, what happens with purchase validation API calls? Posted: 21 Mar 2020 08:40 PM PDT We are transferring an app to a new Google Play Developer Account because of Google's ridiculous policy of not being able to change the email address associated with the Play account owner. If you recall, in app purchases get validated server-side, and the server has a private key that is tied to a service account created in a Google API Console project (which is subsequently linked to the Google Play Developer account). When the app is transferred to the new Google Play Developer account, what happens with the existing Google API Console project? Will in-app purchases just start failing until the new account creates and deploys its own API Console project? Does the old project get linked to the new account? [link] [comments] | ||
What happens that suddenly so many people deinstall my app at the same time? Posted: 22 Mar 2020 06:06 AM PDT
| ||
AutoCompleteTextView Never Close DropDown Posted: 21 Mar 2020 11:57 PM PDT Hi, I was thinking if there a way to always show the dropdown and close it on the back press or something, currently it opens and closes on the click of the AutoCompleteTextView? [link] [comments] | ||
Any reports on review times for app updates in Google Play? Posted: 22 Mar 2020 02:09 AM PDT Any users want to report their current review times for updates? My update has been under review for 4 days now, where it used to be 4 hours. I know that this is caused by adjusted work schedules, but I want to know if 4 days is exceptional and wether I should release a new update because it's stuck now. Please tell me your current experiences! [link] [comments] | ||
How to make a chat app connect to a server? Posted: 21 Mar 2020 11:55 PM PDT I have a chat app designed, all the UI and the front-end is developed. But how do I connect it to an actual server? Not using firebase, I want to use ejabberd. The place where I'm an intern are using AWS. What is the Java code to connect with the server? How do I go about ejabberd? [link] [comments] | ||
Posted: 22 Mar 2020 04:01 AM PDT room-demo-repo which is a successor of RoomDemo. To get started from scratch, follow Making a Notes App Using Room Database [link] [comments] | ||
How to find the lagging difference between phone(s) and emulators when using firebase? Posted: 21 Mar 2020 09:20 PM PDT How can I test what's slowing down Firebase (Storage) on my phones (Samsung S10/Pixel2)? When I run my app in the emulator running Pixel 2 or Pixel 3 I have no issues and the app loads just fine. The time to 1st bit seems to be extraordinary when testing on my phones, but again, no issue on the emulator. Relevant Java code would be the below I suppose, but the code does work on both the emulators and the phones: u/Override public void run() { imageRef.putFile(Uri.parse(defaultMapUri)) .addOnSuccessListener(new OnSuccessListener<UploadTask.TaskSnapshot>() { u/Override public void onSuccess(UploadTask.TaskSnapshot taskSnapshot) { [link] [comments] | ||
postmarketOS gets Anbox integration, will run native Android apps Posted: 21 Mar 2020 04:13 PM PDT
| ||
Can I use Python for algorithm/CS questions in an interview for an Android position? Posted: 22 Mar 2020 12:16 AM PDT I just find Python easier for these types of questions because well...it's an easy language and it has a lot of features that I think are pretty cool/useful when solving these types of problems. [link] [comments] | ||
How to set text color of MaterialButton inside MaterialButtonToggleGroup? Posted: 22 Mar 2020 12:11 AM PDT | ||
Posted: 21 Mar 2020 05:28 PM PDT Is anyone else noticing that the sceneform API documentation is 404 at all endpoints? Check it out: https://developers.google.com/ar/develop/java/sceneform [link] [comments] | ||
Feedback request + an update on Android YouTube tutorials Posted: 21 Mar 2020 10:49 AM PDT I posted a few months ago when I started making YouTube videos about Android development. Since then, I've focused on building out small projects end to end, and improving my audio/video quality with better equipment. By the numbers:
Of course, there's always opportunity to get better. I'd love feedback from this group around what I could do better. What kind of Android content do you typically search for on YouTube? Here's a link to a my in-progress Instagram clone tutorial. Also happy to answer any questions. My goal is to be a resource for Android devs :) [link] [comments] | ||
How to install Android emulator on Debian server? Posted: 21 Mar 2020 03:53 PM PDT Hi, I want to setup my Linux machine as a build bot for automating Android tests over adb. Think simple command line apps like Toybox. If I understand correctly, then I need Android Studio in order to run emulated devices for adb. Tutorials online reference some On my machine, I am unable to run this script. It needs a lot of space (gigabytes), it requires many packages (most immediately Some people online suggest At this point, I'm starting to suspect that Android Studio depends on yet another set of packages, basically a graphical window manager. Well, I'm doing this on a headless Debian server so I'm not sure what all needs to be there. What's awesome is that dpkg is failing to install GNOME. Any tips? [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