Udacity Android Developer Nanodegree: Week 2
This is a series of posts about my experience leveling up my Android development skills with Udacity's Nanodegree program. The entire series can be found under the udacity tag here. … »
This is a series of posts about my experience leveling up my Android development skills with Udacity's Nanodegree program. The entire series can be found under the udacity tag here. … »
Some exciting stuff has happened in the past week: I was offered a "scholarship" to participate in Udacity's Android Developer Nanodegree along with 999 other developers across India! … »
Ever since Google Now introduced the playful cards UI on Android, cards have become a core UI component of the platform. With Material Design, cards were officially incorporated into Android's … »
TL;DR: Today I grappled with a memory leak caused by the fact that, in Java 8, obj::method != obj::method (where obj::method is a Java 8 method reference) … »
If you're an Android developer, I'm sure you have the activity lifecycle burned into your memory by now: Now, Android's reference documentation and training guides are excellent in general, but … »
Inspired by my friend Prakhar's 2014 review blog post, I decided I'd write one as well. Hopefully it'll end up being useful for me over time. Open-source I had a … »
Developing great Android apps is hard, as anyone who has ever tried to make one can attest. So it helps to turn up fully-equipped for battle. To that end, I've … »
Hopping between my open-source Android projects and Photoshop Elements at Adobe involves a lot of mental context-switching. A majority of that transition is necessitated by the fact that Java and … »
Cross-posted from a self-answered question on StackOverflow. Recently I was intrigued about how Facebook Messenger implements chat heads on Android. Turned out a lot of people were wondering the same … »
Nuggets from my .emacs is a series wherein I will occasionally put up small but nevertheless quite useful functions in Emacs Lisp that help enhance daily productivity. This post here … »