Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Search - "android"
-
Wtf is facebook doing. I noticed that instagram updated through facebook app installer instead of play store. Went to see all apps and these thre ware there out of thin air. They warent there when i bought the phone, but they are system apps. So i must have gotten them through an update. Fuck this17
-
#fuckapple for holding back the open-web. Most folk don't know that Chrome on iOS is just Safari with a skin; neither Google or Apple want you to know that.
If you hate web-apps on iOS, that is Apple's intentional doing. Apple cannot allow a bug-free and modern browser to run on their iOS devices, else they lose their 30% tax + dev fees cut. There are literally so many crippling bugs in iOS Safari that it HAS to be intentional.
There are email exchanges between Phil Shaffer and Steve Jobs from years past, where Phil didn't believe Apple could continue to gouge users 30%. He argued the open-web would make native apps largely redundant, and so to stay competitive, they'd need to drop the store fees to something reasonable. I suppose Steve Jobs saw a different solution -- just impede browser development.
As someone who develops free and open-source apps, I believe I am doing the world a favour by not supporting a native iOS app. When users complain about missing features in the web-app version, I tell them to take it up with Apple or buy an Android. Guess what? They sometimes actually do just that.
Join me if you have the balls. Tell Apple to FUCK OFF the only way they understand -- threaten their bottom line. At the very least, you'll never need to touch XCode again if you do. If time is money, that alone will make you wealthy.10 -
Had anyone experienced with an impatient boss who require you to complete the project in the month you just recently got hired?
Here's the story, I recently got hired by a company, joined on 1st April 2022, the boss expect me to complete the app for Android and iOS by the end of this month. (An e-commerce applications exactly like shopee.com) Without providing me the Backend ApI , that they mentioned. They just gave me a and expect me to know what's happening at the backend.
He require me to give him a specific date that I can launch the app to play store and Apple store. (From my experience, it take days, weeks or months). He need a milestone of what I need , did , and will do (which predictably that they will reject any new ideas proposed) .
I even considering to quit, but I need opinions. Am I just too sensitive or there's something wrong?18 -
If Gmail could let me edit the labels (that I've made myself) on the android app, that'd be greeeeeeeat. 😐8
-
I have been keeping this inside for long time and I need to rant it somewhere and hear your opinion.
So I'm working as a Team Lead Developer at a small company remotely based in Netherlands, I've been working there for about 8 years now and I am the only developer left, so the company basically consists of me and the owner of the company which is also the project manager.
As my role title says I am responsible for many things, I maintain multiple environments:
- Maintain Web Version of the App
- Maintain A Cordova app for Android, iOS and Windows
- Working with pure JavaScript (ES5..) and CSS
- Development and maintenance of Cordova Plugins for the project in Java/Swift
- Trying to keep things stable while trying very hard to transit ancient code to new standards
- Testing, Testing, Testing
- Keeping App Stable without a single Testing Unit (sadly yes..)
- Just pure JavaScript no framework apart from JQuery and Bootstrap for which I strongly insist to be removed and its being slowly done.
On the backend side I maintain:
- A Symfony project
- MySQL
- RabbitMQ
- AWS
- FCM
- Stripe/In-App Purchases
- Other things I can't disclose
I can't disclose the nature of the app but the app is quite rich in features and complex its limited to certain regions only but so far we have around 100K monthly users on all platforms, it involves too much work especially because I am the only developer there so when I am implementing some feature on one side I also have to think about the other side so I need to constantly switch between different languages and environments when working, not to mention I have to maintain a very old code and the Project Owner doesn't want to transit to some more modern technologies as that would be expensive.
The last raise I had was 3 years ago, and so far he hasn't invested in anything to improve my development process, as an example we have an iOS version of the app in Cordova which of course involves building , testing, working on both frontend and native side and etc., and I am working in a somewhat slow virtual machine of Monterey with just 16 GB of RAM which consumed days of my free time just to get it working and when I'm running it I need to close other apps, keep in mind I am working there for about 8 years.
The last time I needed to reconfigure my work computer and setup the virtual machine it costed me 4 days of small unpaid holiday I had taken for Christmas, just because he doesn't have the enough money to provide me with a decent MacBook laptop. I do get that its not a large company, but still I am the only developer there its not like he needs to keep paying 10 Developers.
Also:
- I don't get paid vacation
- I don't have paid holiday
- I don't have paid sick days
- My Monthly salary is 2000 euro GROSS (before taxes) which hourly translates to 12 Euro per hour
- I have to pay taxes by myself
- Working remotely has its own expenses: food, heating, electricity, internet and etc.
- There are few other technical stuff I am responsible of which I can't disclose in this post.
I don't know if I'm overacting and asking a lot, but summarizing everything the only expense he has regarding me is the 2000 euro he sends me on which of course he doesn't need to pay taxes as I'm doing that in my country.
Apart from that just in case I spend my free time in keeping myself updated with other tech which I would say I fairly experienced with like: Flutter/Dart, ES6, NodeJS, Express, GraphQL, MongoDB, WebSockets, ReactJS, React Native just to name few, some I know better than the other and still I feel like I don't get what I deserve.
What do you think, do I ask a lot or should I start searching for other job?24 -
macOS facts:
- Darwin core is open-source (https://github.com/apple/darwin-xnu). Not the case with Windows.
- You can use macOS without using any Apple online service like Apple ID, FaceTime or iCloud. Terminal will still work without restrictions, and any app can be installed manually. It's totally different from Google services on Android, without which most of the apps won't work at all.
- macOS updates are trivially to disable. It's a matter of unchecking "Update this mac automatically" checkbox in software update settings. Not the case with Windows, Windows updates are universally hated among developers for intentionally complex UI and update services being very hard to disable.
- Almost every feature or default behavior you dislike can be trivially disabled with one console command. Features won't re-enable automatically like I heard update service does in Windows. The only feature I dislike that I wasn't able to disable was a notification about unsafely unplugging a USB flash drive.
- Out of the box, you get a sophisticated disk manager that allows all kinds of manipulation on drives, just like what you get in Ubuntu.
- Just like on smartphones, you can trivially restrict or provide access to certain features like camera, microphone, etc. on app to app basis. I don't know how to easily do it in Linux, let alone in Windows.
- Apart from mastodons like GIMP, I find open source apps for macOS to have better UI than their Linux alternatives.
- Objective-See offers useful FOSS apps for macOS, they help with privacy and malware detection: https://objective-see.com/products....
I don't want to start a fight. Please, abstain from commenting on one OS being better / worse than the other. Please, don't comment on Mac computers being better / worse than computers of some other vendor. I'm very confused now because of my Dunning-Krueger thing (read my previous rants), so I just want to present the facts about macOS that I think deserve more exposure.31 -
Just...Macbooks
(sigh)
The entire day wasted having to install a new OS to install a new Xcode to export an app, only to find the xcode was installed under a different user (who has long since gone from the company) to then have to look up what to do, to then just sit...........and....................wait.............for Xcode to download again.
And I know when I try to export my app (which had zero problems being exported to Android) I'm going to hit an entire day tomorrow of bug fixing for ios sh...stuff16 -
Windows is more open than commercial Android distributions provided by the major phone manufacturers
Have a nice day ☕11 -
F*** u apple. From time to time I develop Apps for Android and iOS and boy is the whole iOS app distribution workflow bad.
I try for hours to upload a update for my app.
First I needed the readd my credit card then there were internal server errors and after that I needed to regenerate provisioning profiles.
Everytime I use something from apple, then I experience such a bad user experience. "It just works" not anymore friendo...4 -
Design is done by the ios guy. Its really good, but its very ios specific. The biggest pain is to implement blur everywhere. Also he does it directly in in xcode, so when i finally get it hes already done and android is always lagging behind. Management is aware of this and is ok with android lagging behind, but its annoying.2
-
Fucking Android 12 everybody hate it, it's ugly, and what has changed from 11 besides everything you already know. 90% of time pressing volume down + power to take a screen shot will result with volume bar popup first then screenshot, so your screenshot is dirty with volume bar.
They must have adjusted time threshold between how fast/precise press of both buttons is, and now you kind of must be faster and alwas this "I need to press 2 buttons but power must be pressed first"
So fuck you google engineers for ruining Android in every sense. I want revert path, I'm going back to 11!!
It's a first major upgrade that is worse than previous, and those ugly tiles and notifications, cool they are big for what exactly? I still can't operate the phone with hand gloves on the motorcycle with tiny keyboard buttons.
It's like everything is tiny and then grandpa style huge top drawer icons for who knows what with so fucking annoying scrolling text, for fuck sake 11 had is just perfect!6 -
f it ain't broke, don't fix it!
I feared my Android phone's touchscreen suffered severe damage from using it in the rain, until I discovered that the 3-button navigation stopped working after an Android 12 security update (both in Nova launcher as well as in official Google Pixel launcher). Wasted time drying the unplugged phone and googling for repair options before finally wasting more time changing system settings back and forth, rebooting, changing system settings, rebooting, etc.
Remember those happy times before mobile phones have been invented, which of course I don't really want back either. I just want developers to stop breaking features that used to work. Regression testing outside the happy path, anyone? I mean, it's not a hacked maker project, it's a commercial phone that I bought and intend to use with the latest official software. Don't want to think about the next breaking changes that Android 13 might bring.10 -
so am 23 , with a work experience of 1.5 years (1 year at b2c cumpany, 6 months at current b2b company) and am kinda uncomfortable with the comfort in my job.
tldr : my company has a work heaven and a very boring product , the nature of tasks makes me feel like a glorified QA and i am kinda feeling like wasting my 20s. should i quit?
my last company used to keep me on toes. they had this massive multi module fast evolving android app on which i used to work. it was made with latest techs from 2021/+ and combined with a lot of modules/architecture, it was very overwhelming at first.
i used to work 12+ hours everyday , not because of any pressure ( the pressure to execute fast was there, but the team was very helpful and understanding) , but because i liked to learn and explore.
at the end of my journey with them, i left with a lot of good memories with helpful seniors, a great knowledge of android dev and an unsatisfactory amount of bank balance.
my current company is... i guess ok. the work here is awkward. the product is made of either legacy techs(large verbose java project in which even concurrency or image downloading classses are written in project and not any 3rd party library) or techs that i don't find interesting ( unity , react native , flutter, etc projects that are just wrapper over native sdks)
its heen 6 months here and the growth for me here seems weird.
- i mean i can say i got to work on different techs but 1) am not becoming a master or anything useful in those techs . and 2) i already know a frontend framework i.e native android which i like and was growing in it.
- most tickets are client side tasks : client is unable to use some feature/product > i ask for their logs / app and weather they followed the docs/sample > they say we did> i check the logs which indicates that they didn't > i inform them the step and they are back to being happy. but most of the times i am also clueless and get to the conclusions after discussing with my seniors
- the non client tasks that i got were also not very interesting : one ticket was included testing out all sdks and 3rd party integrations and make a csv of what features are available in each . another was about creating a cicd pipeline that was kinda okay. but now its done so am guessing am back to making it useful by adding more unit tests :/
- however the work environment is very good i guess? daily scrum happens on MWF only, i get literally 0 meetings if not urgent on TT . apart from sat/sun and general festivals, the 3rd monday of every month is off . plus i get 2 additional paid leaves every month that gets can be carry forwarded for 11 months. in a nutshell, i feel like being the son of a school principal in school.
- pay is good , i switched here for an almost 100% hike
i have tried to utilise my time in learning different tech stacks (working on android all the time feels like unworthy) but i am not getting a kick. the satisfaction that i got in writing code that is immediately being used by 5 million people gave me the kicker to learn more and more.. but now am just feeling like being on a extended vacation where i have to sometimes wash utensils.
should i start interviewing with other companies? it's not like my current company is some well established corporate to always keep less worthy resources like me around. i am definitely worth getting the axe on the next possible layoffs7 -
TL;DR; do your best all you like, strive to be the #1 if you want to, but do not expect to be appreciated for walking an extra mile of excellence. You can get burned for that.
They say verbalising it makes it less painful. So I guess I'll try to do just that. Because it still hurts, even though it happened many years ago.
I was about to finish college. As usual, the last year we have to prepare a project and demonstrate it at the end of the year. I worked. I worked hard. Many sleepless nights, many nerves burned. I was making an android app - StudentBuddy. It was supposed to alleviate students' organizational problems: finding the right building (city plans, maps, bus schedules and options/suggestions), the right auditorium (I used pictures of building evac plans with classes indexed on them; drawing the red line as the path to go to find the right room), having the schedule in-app, notifications, push-notifications (e.g. teacher posts "will be 15 minutes late" or "15:30 moved to aud. 326"), homework, etc. Looots of info, loooots of features. Definitely lots of time spent and heaps of new info learned along the way.
The architecture was simple. It was a server-side REST webapp and an Android app as a client. Plenty of entities, as the system had to cover a broad spectrum of features. Consequently, I had to spin up a large number of webmethods, implement them, write clients for them and keep them in-sync. Eventually, I decided to build an annotation processor that generates webmethods and clients automatically - I just had to write a template and define what I want generated. That worked PERFECTLY.
In the end, I spun up and implemented hundreds of webmethods. Most of them were used in the Android app (client) - to access and upsert entities, transition states, etc. Some of them I left as TBD for the future - for when the app gets the ADMIN module created. I still used those webmethods to populate the DB.
The day came when I had to demonstrate my creation. As always, there was a commission: some high-level folks from the college, some guests from businesses.
My turn to speak. Everything went great, as reversed. I present the problem, demonstrate the app, demonstrate the notifications, plans, etc. Then I describe at high level what the implementation is like and future development plans. They ask me questions - I answer them all.
I was sure I was going to get a 10 - the highest score. This was by far the most advanced project of all presented that day!
Other people do their demos. I wait to the end patiently to hear the results. Commission leaves the room. 10 minutes later someone comes in and calls my name. She walks me to the room where the judgement is made. Uh-oh, what could've possibly gone wrong...?
The leader is reading through my project's docs and I don't like the look on his face. He opens the last 7 pages where all the webmethods are listed, points them to me and asks:
LEAD: What is this??? Are all of these implemented? Are they all being used in the app?
ME: Yes, I have implemented all of them. Most of them are used in the app, others are there for future development - for when the ADMIN module is created
LEAD: But why are there so many of them? You can't possibly need them all!
ME: The scope of the application is huge. There are lots of entities, and more than half of the methods are but extended CRUD calls
LEAD: But there are so many of them! And you say you are not using them in your app
ME: Yes, I was using them manually to perform admin tasks, like creating all the entities with all the relations in order to populate the DB (FTR: it was perfectly OK to not have the app completed 100%. We were encouraged to build an MVP and have plans for future development)
LEAD: <shakes his head in disapproval>
LEAD: Okay, That will be all. you can return to the auditorium
In the end, I was not given the highest score, while some other, less advanced projects, were. I was so upset and confused I could not force myself to ask WHY.
I still carry this sore with me and it still hurts to remember. Also, I have learned a painful life lesson: do your best all you like, strive to be the #1 if you want to, but do not expect to be appreciated for walking an extra mile of excellence. You can get burned for that. -
Does anyone else have a home screen widget that is their contact details as a QR code?
And has anyone found a not-shit android app that'll do it?
I CBA to make one but also it's really useful. I hacked it together with an app that'll scan a QR code and display it as a widget.7 -
So I made an update to my React Native app. I changed UI of a couple of screen, added a few animations here and there, refactored how my graphQL resolvers work in the backend(no breaking changes), changed how data gets loaded into the database etc.
It worked in dev so I figured hey let's deploy it. Today is(was because it's now 3am but more on that later) a national holiday so no one goes to work so no one will use my app so I have an entire day to deploy.
I started at 15:00(because i woke up at 13:00 lol). I tested the update once again in dev and proceeded to deploy it to prod. I merged backend to master, built docker images, did migrations on the db, restarted docker-compose with new images. And now for the app. I run ./gradlew assembleRelease and it starts complaining that react-native-gesture-handler is not installed. Ugh, rm -rf node_modules && yarn install. It worked. But now gradlew crashes and logs don't tell me anything. Google tells me to change a bunch of gradle settings but none of them work. Fast forward 5h, it's around 20:00 and I isolated the issue to, again, react-native-gesture-handler. They updated from 2.2.4 to 2.3.0 which didn't fucking compile. 2 more hours passed (now 22:00) and I got v2.3.1 working which fixed the problem in 2.3.0 but made my app crash on startup. YOUR FUCKING LIBRARY GETS 250K WEEKLY DOWNLOADS AND YOU DONT EVEN BOTHER CHECKING IF IT COMPILES IN PROD ON ANDROID?! WHAT THE FUCK software-mansion?
After I solved that, my app didn't crash. Now it threw an error "Type errors: Network Request Failed" every time I fetch my legacy REST API(older parts use rest and newer use graphql. I'll refactor that in the next update). I'll spare you the debugging hell i went through but another 5h passed. Its 3am. My config had misspelled url to prod but good for dev... I hate myself and even more so react-native-gesture-handler.3 -
God I fucking hate macs.
I got a mac at work. I tried to install ubuntu, with rather questionable results (unfortunately, I expected that) - so I tried to get mac work for me the way I like a system to work. I needed to download slack, simple enough, right? Ha, you wish. It's gotta be done through Apple store, so I went to create an Apple ID inside the Apple Store form. And, well, it just errored out on the submission. Great start. I went then to the settings and created an account there, great success, went back to Apple Store. Unfortunately being logged in at the system level doesn't mean you are logged in to the store. So, I went to log in to the store, simple enough, right? No, nothing's simple with Apple. After logging in I got a message that the Apple ID has not yet been used with Apple Store and that I need to review the account's setting. So, I click the "review" button and... I'm presented with a log in form. Yep, a perfect log in loop. I can't log in because I can't review the account but I can't review the account because I can't log in. Fun :)
You can't just go to the web admin panel for your account to review it for Apple Store, that would too be too easy. After a bit of searching I've found an answer on StackOverflow. You need to log in to iTunes. Through a fucking MUSIC APP. To install a free application from the store you need to log in to a music app. Yes, we're all mad here.
Then, after finding out that to be able to use side buttons on my mouse I need an app that I need to manually restart every time I restart the machine and that I need to have an app to fucking transfer files from an android I need another fucking app, because reading a storage of a linux-based system would be too standards compliant - something in me broke. I found out that installing windows on a mac is officially supported.
Supported doesn't mean that it's easy. I tried to install it trying different solutions from SO, but each time I would get an error that Windows couldn't modify the boot partition. Turns out that even wiping the drive and reinstalling OSX doesn't remove residual files on a boot partition and Windows installer is not allowed to modify them. It took me hunting into some shady looking site to actually find this answer. I have no fucking idea how long it all took me, but, finally, great success, Windows, WSL, side buttons working, I can even install slack from an installer. I just wish I could have those hours of my life back.19 -
I'll just use my Android tablet to set up Alexa, how hard can it be..
"Your device is not supported"...
So..
Add on todo list, upgrade OS on tablet..
How hard can that be . . .5 -
Whats the state of mobile development skills demand atm?
Thinking of getting into crossplattform development with flutter or kotlin or enhance my dev skills in native android development (10years exp.) and create me a base project with jetpack compose.
Advice appreciated.3 -
Part rant, part a question. Im working with a colleague on an android app. The guy uses a library for everything that he cant solve on the first try. Need rounded corners? Get a random library from github. Settle a dispute. Am i wrong for trying to avoid using libraries unless i have to or is he?3
-
For a long time I could not understand how do people put up with watching ads in Android apps. Then it dawned upon me: they grew up like this and they never had a proper classic old-school desktop experience. Back in the day it was unimaginable to have intrusive ads. I will never put up with intrusive ads. I despise it
Now even developer tools have ads, like Docker or NPM8 -
ugh apple has so unfair advantage with safari that i feel anger for chrome and google to be stupid enough to let this go and not sue.
run 40 tabs on safari, each with videos running actively in each tab, it won't even flinch.
run 2 tabs on chrome with static content, and its using 17.5 gb of ram and running 432 threads
m1 laptop. and my total ram is fucking 8gb!
and obviously enough, safari has neither any good extensions nor a good ui and nor a fucking android app to sync history.
browser wars are stupid and making me mad every breath. should i choose between being the dunbest fuck nd run everything in a smooth running browser without any features or should i run in a nice dat syncing browser with great community BUT IS KILLING MY RAM ,BATTERY AND MAKING ME REBOOT EVERY 30 MINS!!!16 -
Is this really android 12? My phone is stuck at android 9, and I'm using simulator to test an app but wtf is this? its like the cheap copy of an iPhone settings :S
What is this even the stretching when we hit edge of scroll :S
This thing looks like when Windows Phone meets iOS9 -
This fucking company man. Implementing a simple feature (just a couple settings in the android app) is taking me 4 fucking weeks(feature was done long time ago, but not in the way that. they wanted, even though I followed existing implementations). I have like 60 comments in my code review from which half feels like it's just purely nitpicking. I already have 2.5 years experience and I just want to kill myself or quit the job if every code review here willl be like this.
-
what is with this android wifi toggle.
sometimes it disconnects and as I'm watching for it to connect, nothing happens.
And just as I press toggle off, it shows connecting.
Frrrr.1 -
Tired of the madness that’s this country and the Android ecosystem. Currently, applying to Go backend positions in Europe.2
-
A new update was just released to AltRant!
This update features:
- Massive UI responsiveness fixes and enhancements, including many fixes for UI bugs, fixes and things that needed tweaking
- A COMPLETE overhaul of all devRant API methods (a switch to my new library, SwiftRant)
- Progress with Android compatibility (replaced incompatible libraries for compliance with Mutata)
- Enhanced security with the Keychain
Here’s the link to join again:
https://testflight.apple.com/join/...7 -
any tips on how to get to liking web dev? I feel disgusted by it every time I try to learn it.
So, So much fragmentation. Everything's acceptable and the browser doesn't give any hoots about it. A particular page can have all the metadata, favicons, flintstones, metrics, bullshit with 90 attributes properly added into it by some hard-working dev and it would be acceptable by the browser.
Another page will have no shit defined, and that would also be acceptable!
CSS is holy fuck powerful. HTML has 50,000 pages of specification documents written behind it. javascript is so large, it can create both of these. the working of the browser is a different realm, the working of backend +cloud is a different dimension, the working of 3d graphics and game resumes via some crazy js package is a different reality!
It's a vast, fucking, overwhelming universe!!
I am 23, trying to make sense of this stuff for the last 8 years. To make decent little pages and tools that I can use, or the world can use, but fuck me if I even know the types and attributes of <link> element.
I have gone from being a school student to a college student to an employed profession in android dev, yet I don't understand web much
Every time i try learning it, instead of reaching my goal to create something useful, I am stuck in the stupid tutorial hell.
I can make a decent-looking resume or file-based server using various auto completions and helps from web storm, plugins, and medium articles, but I don't want to sound dumb if someone questioned me anything about this stuff, which I would sound, because i have no clue!
I love creating android apps, i don't know why. I know that some jerk is going to see my app and say "HEY STUPID. YOU DIDN'T USE PROTOBUFS OR COMPOSE, YOUR APP SUCKS", but I won't give a damn about them. because after making apps for 5 years, I don't care for newer stuff if it isn't better. I would rather spend my time making the use case work properly on user devices than caring for new shit.
It's also not like I completely ignore my knowledge growth by rejecting everything new. I transitioned from java to kotlin, from linear layouts to constraint layouts, using jetpack libraries, etc as my main tools. I know the time to transition and i also know the time when i have to learn various stuffs, in android dev
I change tools like I change my pen. Once its refill is over, but if its body is intact, I would just buy a refill and reuse it. but if its cap is lost and body is broken, i ain't getting glue and refill to fix those. i will buy a new, better pen
But on the topic of web dev, I am not like that. I can't figure out a limited set of knowledge from where I would grow on my own, i can't figure out how much to learn and where to go from that , i can't figure out anything :/
I am stuck mann17 -
So i wanna get my hands dirty in tech hardware. i have learned the abc of computers only 7 years ago, and i still consider myself a very noob in computers since my first computer was a laptop and even today ita still the laptop.
i got 0 experience with assembling, 0 experience setting up my network cards, cpu disks , ram in slots and what not.
but this changes in next few weeks. i am fed up with ugly jamf limitations on my office laptop, fed up with the 20-mins-to-run emulators on my personal laptop , and overall fedup with this capitalist mindset that goes into making these "4 years until shit is weak" laptops.
the only exception i find in laptops are the mac laptops which are delightful to be used , especially there hardware. however they too seem to be made with $$$ in mind and i am not going to spend $4k on a piece of beautiful metal which can't run emulators properly.
so my dear seasoned professionals, can you guide me with how to build a PC? the only requirement is smooth experience with android studio emulators and a possibility to upgrade processor, ram , ssd, etc whenever the tech grows (which i guess is a possibility with PCs, right?)7 -
When I hear the word "service" I think of something that just runs in background and you can do stuff with it. I have no idea how to create one, I almost had to make one on Android and use it properly, now I'm back to Windows and Java and we have something working as a service, I have no idea how it was created and how it does work, I just know how to start, restart and stop it. If you asked me how it works and how to communicate with it - XD no idea lol but let me google that. I have almost 4 years of professional software development experience.
And at this point I'm too afraid to ask ;____;7 -
This comes from android view pager.
You need to overriding the getItem(..) method to always return a new instance. Anything else is just pointless because;
The method instantiateItem(..) on the other hand returns an already existing instance if one exists. -
Started a side project.
Learnt flutter and firebase.
Started coding app.
Four months pass by.
App is mostly ready.
Wakes up on Saturday morning.
Updates Android Studio and SDK because, why not?
Build failed!
Dependency depreciation warnings!
Java errors!
Firebase errors!
Emulator stopped running!
Wify is angry with me as we planned shopping but now this. Fortunately, she's also in IT, so she understands..
FML! Spent the entire day stackoverflowing and fixing errors!
8PM evening, I am back to Friday's status. My shoulder and neck hurts but my mind is chilled.6 -
I've actually already discussed this one on here I believe
I see this job looking for an android developer for Kotlin with UI experience with XD & Figma and experience with Firebase. I have all of these qualifications so I throw my resume into the fray within an 2 hours the recruiters contact me. they have an offer of 76,000 and I'm looking for junior so I'm like, eh whatever, I give them a copy of my resume and we hold discussion for a few days and then radio silence. I then see a job posting EXTREMELY similar but with a "different company" so I throw my resume in and again within 2 hours I get a call only THIS TIME ITS THE INTERNAL HR. She sounds interested we have a good conversation and sets me up for 96,000 and they schedule me for my first interview within the week. Interview goes great, next I meet with the CTO and we have a pretty good conversation, I'm expecting a technical exam but it doesn't happen instead they give me a case study. they send me requirements for an app API to use, architecture, and a week time span to do it. I finish the app with extra features within 6 days, in my understanding of MVVM and I was excited and happy about this app because its JUST NICE. a week goes by and I meet with the tech team. They grill me on my application, scalability, use cases, how would I advertise or place advertisement and I'm answering everything they love the UI (I included mockups I made on XD), they say everything sounds good everyone leaves with smiles they say they have to find out on what team to place me because they have multiple apps and that HR will be in contact with me in the next few days... A WEEK GOES BY and I randomly get the declination email that next Friday. When I asked for feedback they said it wasn't true MVVM. I was devastated until the next week when I was accepted for a higher paying job that didn't require me to move. After I accepted this job guess who calls? THE FIRST RECRUITER and for this long I was wondering if this was the same job due to the very similar job description so I ask "is your client XXXXXXX?" it was I just told him "I'm good" and hung up4 -
Currently having very funny project lead, who gives on the spot estimates for 9 years old very pathetic quality code having Android app in security domain. Memory leaks, bad practices, typos, CVEs etc. you name it we have it in our source of the app.
Since 5-6 sprints of our project, almost 50% of user stories were incomplete due to under estimations.
Basically everyone in management were almost sleeping since last 7-8 years about code quality & now suddenly when new Dev & QA team is here they wanted us to fix everything ASAP.
Most humourous thing is product owner is aware about importance of unit test cases, but don't want to allocate user stories for that at the time of sprint planning as code is almost freezed according to him for current release.
Actually, since last release he had done the same thing for each sprint, around 18 months were passed still he hadn't spared single day for unit testing.
Recently app crash issue was found in version upgrade scenario as QAs were much tired by testing hundreds of basic trivial test cases manually & server side testing too, so they can't do actual needful testing & which is tougher to automate for Dev.
Recently when team's old Macbook Pros got expired higher management has allocated Intel Mac minis by saying that few people of organization are misusing Macbooks. So for just few people everyone has to suffer now as there is no flexibility in frequent changing between WFH & WFO. 1 out of those Mac minis faced overheating & in repair since 6 months.
Out of 4 Devs & 3 QAs, all 3 QAs & 2 Devs had left gradually.
I think it's time to say goodbye 😔4 -
What I "discovered" recently is, that Android will sometimes update certain apps even if you have auto-update disabled in Play Store.
Yes, just like that. I am not sure what exactly triggers the update, but it is certainly possible.
Just now I have seen that my Netflix app got auto-updated. Which is not a big deal in itself. But taking control out of the user's hands IS a big deal.This needs to stop. ❎12 -
How to handle a company in which I work as a junior android dev for the past 7 weeks where there is zero mentoring?
I have 2.5 year experience in android dev and then I had a 1.5 year gap. I was looking for a company where I can get back on track, fill my knowledge gaps and get back in shape. So I accepted lower starting salary because of this gap that I had. Me and manager agreed that I will get a 'buddy' assigned and will get some mentoring but nope..
70% of my scrum team with teamlead are overseas in USA and I have just 2 senior colleagues from my scrumteam that visit office only once a week. Ofcourse there are other scrum teams visiting office daily but I personally dread even going to office.
Nobody is waiting for me in there. What's the point if when I need to ask something I have to always call someone? I can do it from home, no need to go to the office.
My manager dropped the ball and basically disappeared after first 2 days of helping me setting up, we had just two biweekly half-assed 1on1’s where he basically rants about some stuff but doesn’t track my progress at all. I bet he doesn’t even know what I’m working on. Everything he seems to be concerned about is that I come to work into office atleast 3 days a week and then I can work remaining 2 days from home.
I feel like they are treating me as a mid level dev where I have to figure out everything by myself and actual feedback is given only in code reviews. I have no idea what is the expectation of me and wether Im doing good or well. Only my team business analyst praised me once saying that I had a strong onboarding start and I am moving baldly forward… What onboarding? It was just me and documentation and calling everybody asking questions…
My teammates didn't even bother accepting me into a team or giving me a basic code overview, we interact mainly in fucking code review comments or when I awkwardly call them when I already wasted days on something and feel like I'm missing some knowledge and I am to the point where I don't cere if they are awkward, I just ask what I need to know.
Seriously when my probation is done (after 6 weeks) I'm thinking of asking for a 43% raise because I am even sacrificing weekends to catch up with this fucked up broken phone communication style where I have to figure out everything by myself. I will have MR's to prove that I was able to contribute from week 1 so my ass is covered.
I even heard that a fresh uni graduate with 0 android experience was hired just for 15% les salary then me. I compared our output, I am doing much better so I definetly feel that Im worthy of a raise. Also I am getting a hang of codebase and expected codestyle, so either these fuckers will pay for it or I will go somewhere else to work for even less salary as long as I get some decent mentoring and have a decent team with decent culture. A place where I could close my laptop and go home instead of wasting time catching up and always feel behind. I want to see people around me who have some emotional intelligene, not some robots who care only about their own work and never interact.4 -
Android 12, stop telling me every other day which app has permission to access my location in the background. I know, I gave permission, and I want to keep the setting "Allow all the time". Where's the "don't ask again" option?
And why does this happen for an app released by the German federal government (about once a week) but never, ever for your shitty Google Maps that always seems to know where I've been (at least if don't leave my phone at home, which is hard to do in times when you have to show your digital proof of vaccination everywhere yo go). Fucking Android, fuck the Android 12 clunkiness (inspired by Apple's iOS?) and fuck the fucking notifications. This is my phone, I paid for it, I own it, I want to turn off this bullshit. Wait, Google, once I find time to get back to LineageOS/Cyanogenmod you will never see a trace of my digital existence again. Oh, and fuck your "digital wellbeing" as well! At least you let me turn that off. Yes, I know, I am not grateful, but that's what devrant is for, isn't it? Fuck you, Google!2 -
Why does everything about Android have to be this verbose, convoluted and complicated?
Why are there no simple solutions to most problems? I have worked with Flutter and Go and none of these have the same level of complexity as Android.
It’s almost as if the Android team lists out the possible solutions to a problem and intentionally pick the hardest and difficult to understand.5 -
Question for devs who use Intellij IDEA.
How often do you use livetemplates?
I am a new android dev with ADHD and just discovered live templates. They make my life much easier, for example I have shortcuts for generating recyclerview adapter/viewholder/implementation boilerplate code.
In that way I am able to focus on implementation, and do my coding like building blocks, rather than memorizing every detail of implementation. Also I don't need to go to stackoverflow and copypaste basic things multiple times. Even for example during live coding interview having livetemplates seems awesome, copypasting from stackoverflow would be shameful (I think). Using my own custom shortcuts for livetemplates seems the best way for how my brain functions (I suck at memorizing tiny details, but I remember general idea/flow of a pattern and I would prefer memorizing what to use and when to use, instead of all small details of implementation).
Is getting to dependent on livetemplates a good practice to get used to? Do other developers frown upon a dev who has dozens of livetemplates and relies on them instead of writing all code from memory by hand?8 -
Can you give me some tips on how to debug a massive app? (Android app running on android studio which is basically intellij idea).
For example I need to fix a bug where a certain action results in unexpected behaviour.
But oh my god the codebase is so large (mainly architecture is MVVM and rxjava) that searching for the specific place is like searching for a needle in haystack.
For example I added a breakpoint in few places, but I can see only like 4 or 5 last frames in the stack that led to the current action, last frame is a lambda which doesnt help me so frankly Im unable to even track where current event started. I am loosing my mind. I cant even find where the buttonclick action started because everything is reactive and done with observables which can be anywhere.
Any tips on debugging will be appreciated7 -
everything is going as planned! :)
Learned Rust Lang. i loved it (that doesn't mean i am done learning na? No! never stop)
new language i could do game memory hacking in without worrying about C++ memory leaks or issues. it also compiles to assembly! another of my favorite languages!
(i use rust for game development and other stuff)
i am not leaving C / C++ though that would be harsh!,
i abandoned javascript for react and typescript.
to be honest the developer just made javascript and left us with a [object Object]
finished learning the android java api so im basically set anything i want to make i can just go on my pc, listen to music and write it out in a couple of days.
well phazor what are you going to do now?!
i will code till i am old.
i will leave my mark like a shid that made its skid in the bowl :)5 -
aaagh someone please kill appium and smack my senior dev. dude has been given task about test automation and he's an android dev and don't know why tf can't he use espresso and ui automator.
scaling? yeah buzz off man, you are an android eng for fucks sake, don't worry about ios for now!!! appium is going to need customisation for ios/web counterparts so please, for the love of god, don't make me write one trillion lines of java , xml and a 100 more unnecessary files for making a stupid dismiss notification action 😭😭😭
He's a great engineer. the sheer amount of work he has done in the task is worth a salute. but am just 2 years in the industry and can't stand writing same line twice. And not only does he create those biiiig repetitive xml device list files, but also supports them!
another stupid thing about appium, it follows a project architecture and not a library/framework architecture. this means that unlike junit tests which are written alongside the actual code, they are written in an completely seperate , independent project with its own gradle files and dependencies.
aaagghhh, kill me!! junit test would literally go all read and screaming when a class name is slightly changed. but for appium, it gives no shit about whatever is going with the code. its just going to install the apk, look for the view id, if found it will press it, if not, it will fail the test. no automatic compile time errors !!
and since it is *so much* independent of the underlying projects it wants to test (android/ios/web) , its still stupid in principle!! because no 2 devs ever makes some app in android and ios thinking "oh yes, we should call both the notification view id as notif_view" BECAUSE THE CONCEPT OF VIEW DOES NOT EXIST IN IOS!/WEB! THEY ARE GONNA CALL IT BASED ON WHATEVER THEIR CONCEPT IS!!
i so much feel like joining some public sector service based mnc where i am one of those 1000 yo devs who got nothing better to do than write automation tests in selenium and appium3 -
Holy shit! Why is it so hard to find a JSON viewer for android that doesn't absolutely suck ass?
I want a viewer that:
-reads json from the clipboard
-queries json for strings in context
-allows copying of values, not the key and the value put together
Major bonus points:
-JSONPath querying
-Free/pay version without ads7 -
Worked as android dev for 2.5 year and then worked as java gameserver dev for 2 years.
Now I wanna go back to android dev so I spent the last month grinding kotlin/android basics and already have 2 interviews lined up this week. Applying for junior dev role because of my gap and because my confidence in my android ability currently is really low. Having ADD doesnt help because I suck in memorizing implementations, syntax and I suck at live coding under pressure.
Fuck it I will set their expectations low, will get lower salary and hopefully will impress the hell out of them during first few months. Wel see what happens...
Any tips/advices?4 -
Whoever designed scoped storage on Android deserves to be congratulated, they managed to make it less usable than qubes os. I've had to rename a file to png and put it in dcim to be able to access it because for some reason download and documents folders need a special snowflake way to be accessed.
Also why the fuck does the dev need to declare the permission to access all files like a file explorer and I can't change it unless I get the app from github and recompile it?2 -
ugh... laptops are like , crazy addictions.
1 year ago, my hp laptop was the best for me, building android studio apps , keeping daily backups of all my home's appliances comfortably in it, running games and various softwares . i would carry it anywhere without fearing of any damage thanks to heavy cases and keyboard covers.
till i started my first job who gave me an intel mac to work with.I got a revised definition of a laptop. laptops are not what i knew .
- a laptop is something which does not take 20+ minutes to build android apps and can build in 60 seconds too
- a laptop is something which does not need to have a shitty plastic body and can have a high quality metal body.
- a laptop is something which does not need to have a shitty screen and can have a really clear (but fragile /s) HQ screen.
and
- a laptop is something which does not necessarily gives you ports. /s
- a laptop is something which does not necessarily needs large storage to store your stuff. /s
- INR 60K (or half of my 1st year college fees) isn't apparently not enough for a laptop
- a laptop can cost TONS to get fixed /s
.....
now , i did have learned all this and even after all the flaws , i feel like inclined towards buying a macbook. however coming from a typical lower class family from india , who DID break a laptop screen in 1 year, i am having some serious concerns buying a laptop , a 16 inch piece of aluminium for 300K (almost the cost of my four years of graduation)
but compared to that , i also have concerns buying any laptop above 100k because that's a lot of money , even though I could afford it. the whole point is, my non tech grocery seller parents worked too hard for very less money . i am in tech profile, i believe my work is not that much physically intensive, and i work half as hard as those guys , nd earn good yet spending SO MUCH feels like being an idiot
oh the headache :/11 -
I say, I say, I say, how many hours does it take to set up a smart light blub ?
Well, it just took me 6 hours to get 2 bulbs working with Alexa..
This involved bulb resetting without a hub, an Android tablet ( Without the correct level of OS to run the more advanced version of the Alexa APP or the smart blub app.. ), a laptop, a web interface, a wireless network, and lots of running up and down stairs..
It wasn't "easy as pie"..
It proved pointless registering with the smart bulb website, since it couldn't see the bulbs..
For a while the bulbs thought they was twins, and one would copy the other..
But one was always unresponsive when you wanted to chat to it..
After reset, which was buried in a long RPG style quest, all was kinda well. ( It now thinks there are 3 bulbs, but lets not worry about that.. )
Related link in case anyone needs this !
https://youtube.com/watch/...
---
Factory Reset Philips Hue Bulb With No Hue Bridge or Hue Light Switch
---8 -
Hey guys I need an interview tip here.
I applied to this payment processing company as an android dev. I completed almost all of the stages, they gave very positive feedback and tomorrow is the last stage (30min talk with their CTO from USA, who's been in his company for 18 years).
They told me that he wont ask many questions and he will just try to scan me and figure out the vibe. Mind that the main company is in USA and company where I'm applying is in Europe. So I guess this is a final test to see how good I'm in english in terms of speaking? Jokes on them I worked in 3 startups in Europe and I can speak better than most of my peers who never left my country lol.
What kind of questions should I ask HIM? I am able to leave a good impression, but I would also appreciate any tips on how to deal with this better. Apparently I will need to communicate with this guy from time to time in the future, as he is the head of our project.9 -
so i think i have grown into a lazy ass and joined a company that's currently okay with a lazy ass , and i feel am looking at a big future doom.
its been 3 weeks in the company, i have got to know the product a little, but didn't contributed at all in it, i got a task of testing the sdk which i have been doing for quite some time, and have gained a personal growth of 0%
i have become such a lazy/anxious ass that i can't seem to get out of my office environment to read something that will improve me. i feel bad when i don't know how website, backend , cloud or certain android stuff works but since thw pressure to know them is coming from nowhere , i don't even try reading about them.
sometimes i feel worried that if someone asked me why i was reading something else in office hours the i won't be able to reply ( even though we don't have any official office hours and mthe company says they "only care about the task being completed") but most of the times its just... the lack of motivation to not pick that up. ironically i am watching movies or sleeping during my self defined office hours but not doing anything productive
maybe i have become more inclined towards money. so much so that i might not pick anything up if i am not being paid for it
any tips to come out of this hell hole? i feel like maybe doing some freelance projects would help but am scared shit to think of what will happen of my current employer finds out -
for android mobile dev
do we really need to learn retrofit?i know that is part of RestApi, but retrofit is really hard to learn and less tutorial about it,maybe if anyone good information its really helpfull for begginer like me,thanks.6 -
Im an android /java native coder
And a swift/xcode native coder
But I also expert in angular ...
Sooooooo ???
Shall I go android/kotlin+ios/swiftUI
Or ionic angular capacitor ?2 -
Fuck Android development tools! What the fucking hell man?! I can't setup and run a simple hello world app!! And that's not the first time. I have tried this on multiple occasions throughout the years and always failed. Non-matching? multiple versions of build-tools, platforms, platform-tools, cmdline-tools, system-images, ... and binaries moving from folder to another between updates and Java, oh don't get me started on Java. I'm too old for this stuff.5
-
I want to build background process app in flutter. The app is also do the work after killed or closed. Give me some ideas.9
-
I recently removed the PlayStore and other Google apps from my smartphone and got myself fdroid.
Since not all the apps that I'm using are on fdroid I wondered, how to keep those apps up-to-date?3 -
I spent 2 years as android dev, after that another 2 years as game dev (current work).
Now I wanna go back to being android dev but I kinda lost self confidence and feels like I'm starting from square 1. Also I will struggle explaining my 2 years gap of working with game development.
Feels like I'm a junior in the area. Feeling totally useless since the way I am now I couldn't even pass android dev interview or complete a tech task.
Having ADHD doesn't help with his. Having gained +25kg and being a fat fuck doesn't help also.
Fuck me.7 -
Begin to hate Java, moving to kotlin soon . For android development at least with Jetpack compose. Java is deprecated in almost every API.
-
Android OS is officially done in 2022 and belongs on a graveyard with all the other projects that started out good but got ruined later by corporate bullheads1
-
fucking hate implementing a chat feature in the apps! a couple of moving parts and edge case handling!2
-
so , is it possible to have different attributes for different rows of the same table , in sql?
like say we have a table of boys. one entry is :
[id:1 | name:b1 | age:12]
[id:2 | name:b2 | weight:60]
[id:3 | name:b3 | age:15 | weight:80]
this isn't a valid data, no? i mean, this can be made valid either if all the entries have both age and weight. OR if we made these 2 props a meta and attached them via ids , like :
[id:1 | name:b1 | boy_prop_list:(1) ]
[id:2 | name:b2 |boy_prop_list:(2) ]
[id:3 | name:b3 | boy_prop_list:(3,4) ] ]
where entries of biy prop list are one one rows in a table having [id boy_id key value] as a row.
but we still can't combine those meta datas to run filters on original table , right?
there can't ever be a query where we request for "age:15 AND weight:18"
then how does filters on amazon work when i search for ram=6gb and operating system = android?
one possible solution that i can see here is to have all the properties on all the products, but with a default value. in this case we can have a transactional query like :
- select all boy ids which are associated with metadata of age= 15
- select all boy ids which are associated with metadata of weight = 80
- get all the boy ids which are common in both
- get all the boys with common ids
or a join equivalent. so does thses kind of filtering really require such manual filtering of common ids?
if there was a case of having all the properties in one table itself, then it would just be a matter of adding filters in WHERE clause11 -
I’ve been thinking of making a magic Mirror lately as a side project. I know that they are traditionally made with TVs or computer monitors but I don’t have the space to make a mirror that big. I have a bunch of old Amazon kindles and android phones that I thought would be good to use instead (even though they all have cracked screens). I want the reflective aspect and the touch screen aspect. I think the hardest part is figuring out how to get whatever device that is behind the glass to register touch events on the glass. Any ideas or recommendations? Anybody done anything similar?
-
Kinda kidnapped to app development from frontend, and culture shock-ed how strong Android studio's view editor is.
One click to responsive 1:1 square for all devices? Seriously? Am I in frontend heaven?1 -
the october of 2020 was the year when i started my first job. 9 months before that, i was under a severe depression and burnout (i guess?) and had made up a decision to quit android dev, an area for which i was passionate and had proven excellence before.
(just having a few good thoughts and going into a little nostalgia in this rant)
DR has been my goto place for every good/bad/shitty thought, so the rants on those days reflected my mental pain ( am gonna go check those after this rant) and confusions.i was so so much confused:
- "College is about to get over, i have to go earn bread for my family, what am gonna do"?
- "My jan Android internship had so shitty people, it was so much fast paced, they exploied me, mistreated me so much. am never gonna do android dev. should i take this shitty TCS offer of INR 300,000? i bet those guys will be nice atleast, they are a freaking mnc"
- "I don't seem to like anything these tcs people have offered me in their video classes. how am gonna survive my daily job life if i don't like these stuff?"
"FUCKING COVID IS THERE!! MY DAD's SHOP HAS CLOSED DOWN, WE ARE ON OUR LAST SAVINGS !! I SHOULD FUCKING DO SOMETHING, BUT A JUST A 22 YEAR OLD NOBODY!!"
this above, was my fight. to me these were the end of the world thoughts.
however the last day of college came, then the next day came, then another , then a week came and went, then months came and went , then years came and went and today after 2 years, i am just amazed at how things handled themselves. all the above points are now totally invalid in my eyes
i was shit scared to even open android studio after that jan internship. however, every thing i learned in between feb to sept ( and that includes my college stuff, some web dev, php, etc) i would find myself comparing it with java and android. and after spending some off screen time with friends nd family getting some relax, i started applying for jobs at startups. I only ever had confidence in java and kotlin , so 50% of the jobs i applied for were that of android dev.
and it was to no one's surprise that one android startup offered to interview me. i remember being terrible at ds algo, programming, java and even android at that time, yet somehow they saw some potential in me and offered me a role. the role they offered me was for an android dev with a salary of almost double the TCS's offer. this was even more terrifying for me because i was already burnt with a startup offerring money and exploiting me.
But my god how things changed .
This small startup company was everything opposite of that exploitive startup.
- From day 1 to my last day in that company, I had seniors who would give me time to understand stuff, ask questions that they would clarify, understand my knowledge and level and give me tasks accordingly, trust me of my time and my words and appreciate me. no one ever called after 6 pm or on weekends and no one ever counted my leaves or asked question about it.
- I was myself very scared at first, that someday they are gonna blame me, find me as some fraud , some masquerader unfit for the role, but these fears slowly went away. i just found myself diving deeper and deeper into code with full passion love and quest for writing bug free stuff.
- slowly and slowly they even stayed putting me as sole devs in management meetings, making me the front spokesperson for android tech in those meetings, the position that gave me so much confidence since, the people taking the top decisions will change their decisions based on my calls. I also felt a pull for exploring stuff outside my domain, sitting in calls of backend devs , react guys and designers, asking them questions and learning their stuff too.
today i laugh at the problems that life had put in front of me at that time. today my opinion on choosing mnc vs startup is not about who pays how much or where the job is most secure, but its about where i find myself motivated and excited to work.
money is not even a factor anymore. everyone (mncs included) is willing to give tons of money to the worthy candidate, so i won't be ever settling for a low paying job. the topmost priority is which company has the culture to let me grow and keep me on heals at the same time.
-----------------------------------------------------
(continued)4 -
hey guys . i want to learn and make spring based backend that would provide endpoints for db and also serve some webpages . any good /modern resources that could build upon my current knowledge and explain me in a sequential manner?
I make android apps in java/kotlin which uses gradle for compiling dependencies, so i kinda understand some basic java software architecture.
i would prefer gradle/kotlin based tutorials but maven+ java tutorials are also not a problem. my main problem is to get an idea of the various "built in stuff" :
- how the app works?
- how the security works? what are those configs? how can i provide role based access, google authentications, associate security with user based db, etc... (i also don't have much idea about any general backend stuff so theoretical knowledge will also help greatly)
how do beans work? can we avoid their xmls and/or customize them from java code
- how do application.properties work?
-...
i have a lot of questions but every article i read starts with "add this dependency in your project" , "override this class" . like am i just supposed to enable some flags and features automatically get added to my project? doesn't this limit the customisation options?and if they are limited then how much are those customisation options ? i wanna understand them all and then choose the ones that are essential2 -
TL;DR
Sticky notification icon on Xiaomi MIUI 12 Android 11 is soooooo annoying.
https://xiaomi.eu/community/...
I made a video, hope that's also ok:
https://youtu.be/eEaJ3TjMZHk4 -
You know what sucks? Android having only 2 languages for their android app documentation why can't it at least support rust or typescript or other languages, im sick of all of this "fun" stuff
if you would choose the android documentation language what would you pick? ;o
my jetbrains ide is currently crying in a corner...13 -
Which is the best Android Project Structure 😂 we beginners always wonder and the experts tell us to Google, am I a wrong googler2
-
Which is the best way of building Mobile Developer profile 🧠😅and is it possible to impress ur recruiter with it..?3
-
Looking for android dev who could mentor me with more advanced android dev topics (architecture, unit tests, code style and etc.) I am a self tought intermediate dev with 2 years experience (worked in 3 startups). I need help with questions/ocasional code reviews.3
-
Watching the NVIDIA keynote focusing on the Omniverse, would you say they have built a platform/ecosystem of products similar to Google, Apple Android/iOS where a lot of things would depend on/bully off their tech?
https://youtu.be/39ubNuxnrK8 -
Has anyone tried the workaround to get nvidia web drivers work on mojave? (without acceleration) and has anyone tried running android emulator on that? Does it lag?1
-
Anyone else using Algo in the Android app but can load the next other when they reach the end of the first?1