Small stuff I started to use in the last few days: TinyDancer – for FPS drops. Stetho – for debuging with Chrome tools. I started to use it cause I needed to check network traffic of my app. Vyzor – cause I am lazy, i hate simulators and preffer to not bother and lift my […]
By: Adrian Coman
Fuck! 6 months ago, a friend left for UK, he offered me his spot at a company. A mid-senior position and me only as a junior-mid developer. I went to the interview with other people and I got the job. Furthermore, I got the job together with another ex-colleague of mine that was mid-senior as […]
By: Adrian Coman
One of the best articles for beginners (like me) to understand RxJava is this one: https://upday.github.io/blog/reactive_mindset_burgers/ At the moment, i’m having a problem with an app that works with Realm on too many threads. After some really really good, painfull and slow code refactoring we got to a version in which the app works, but […]
By: Adrian Coman
I like to think about myself that I’m an above average programmer. Actually, I like to think of myself I’m even more than that. Still, I’m cocky, but I’m not stupid. Have a project that I’ve been working on with five other developers (2 droids and 3 ios) and it’s turning into a monster huge […]
By: Adrian Coman
Been working on a huge ass project with around 6 different flavours. Each with it’s name, package, icons, assets, server, certificates etc Until recently, we only had to switch icons for two flavours and I would just move the assets around. But now, with 6 flavours and everything added, there was no way to do […]
By: Adrian Coman
Let’s switch to writing something more educational and leave aside my usual rambling. Today, had to create this screen. Thing is, that the content, may or may not have a link or more inside. And those links should be handled by an in app browser. As well, we have that pound sign (#) that has […]
By: Adrian Coman
I’m very obsessed with the schedule I have. I have a dance studio to run, a day job, some freelancing and have to take care of my new business. No I don’t want to have less work, I want people to respect my schedule. My day: 7:00 – wake up 7:30 – respond to emails for […]
By: Adrian Coman
Butterknife is one of the plugins I put first time when working on a new project. Yesterday, found a plugin, that removes butterknife: https://github.com/u3shadow/RemoveButterKnife It sounds interesting, it does it’s job, but I fail to understand why would you ever need it? Dexcount? Butterknife uses around 350 methods so if this is the answer. Forget it. […]
By: Adrian Coman
It’s a trust issue. I trust people, a lot! I trusted a business partner and he screwed me bad. Now i trusted a guy I thought was my friend and went into business with him only get screwed over. The fact that I got screwed by the first guy is ok, I learned a lot […]
By: Adrian Coman
One week of vacation time + it’s my bday! I don’t usually take time off and I know that’s a bad thing, but this time… i think one week of relaxation will do magic 🙂 Yes, that’s Android Studio opened… PS: Airbnb rocks!
By: Adrian Coman