全 23 件のコメント

[–]shackyAak 7ポイント8ポイント  (0子コメント)

Awesome, thanks for pulling this together.

[–]cjrunCS student 2ポイント3ポイント  (0子コメント)

Well there goes my only weekend off. Thanks! :p

[–]dccorona 3ポイント4ポイント  (0子コメント)

Glad to see data binding added...didn't see that one coming. It's very close to being as clean as the data binding in .NET, too, which is quite the achievement considering they built it in a way that's entirely backwards compatible with old SDKs (if you use AppCompat)

[–]shveloTbilisi Bus 3ポイント4ポイント  (1子コメント)

Why does Google keep adding stuff to Google Play Services and not support libraries? That's bad.

[–]b1ackcat 13ポイント14ポイント  (0子コメント)

I've been listening to the Android Developer podcasts recently, and they were interviewing the head of the Google Play Services team. They touched on how they make the distinction of what goes where. The gist of it came down to: GPS is for "google 'cloud-y' things" and support library is more for helping developers do more framework level "android" things.

[–]beall49 1ポイント2ポイント  (0子コメント)

I already implemented swipe to refresh, has anything changed? It doesn't appear so?

[–]krialix 0ポイント1ポイント  (0子コメント)

Thanks for your effort!

[–]ASIC_SPnewbie game developer 1ポイント2ポイント  (0子コメント)

Thanks a ton for this :)

[–]warl0ck08 1ポイント2ポイント  (0子コメント)

It's also worth noting, so you don't want to punch yourself in the face. This exists.

@Override public void requestDisallowInterceptTouchEvent(boolean b) { // Nope. }

[–]dsfds22 -3ポイント-2ポイント  (11子コメント)

Is it possible to run the UI Tests if you are using Eclipse.

[–]arcticblue 12ポイント13ポイント  (10子コメント)

Why do you make yourself suffer with Eclipse? Android Studio in better is pretty much every way. I strongly recommend making the switch.

[–]Iron_Maiden_666CM11 1ポイント2ポイント  (1子コメント)

Android Studio in better is pretty much every way.

Except build times. Studio build times are ridiculous even with all the optimizations added in. Eclipse builds and puts it on to my device way faster.

[–]arcticblue 0ポイント1ポイント  (0子コメント)

Seems quick enough for me. If I clean the project and completely rebuild it can take a little longer, but subsequent builds are pretty quick. AFAIK, it's still running pretty much the same tasks to build in the background.

[–]vvf 0ポイント1ポイント  (7子コメント)

Is there anything actually better about eclipse?

[–]ganesh2shiv 5ポイント6ポイント  (3子コメント)

  1. NDK support?
  2. Builds. Ant is faster than Gradle. (Gradle is fucking slow)

Still I wouldn't recommend anyone use Eclipse anymore. Made the switch myself couple of weeks back after getting a laptop with better hardware configuration.

[–]arilotter 3ポイント4ポイント  (2子コメント)

As of today, Android Studio supports NDK! :D You can also do all sorts of weird gradle optimizations (daemons, caching, etc)

[–]ganesh2shiv 1ポイント2ポイント  (1子コメント)

Lol really? I didn't know that. That's a nice TIL for me. I will check that out.

Yeah I did all those sort of weird Gradle optimizations but let's face it, it's still slow. I was reading a post couple of days back about building with Buck that sounded promising but I haven't tried it yet so can't comment on how good it is.

[–]arcticblue 3ポイント4ポイント  (2子コメント)

Ummm....uhhh.... It's extensible? No, that's not it...it trying to be everything for everyone is part of the reason it sucks so much. Yeah, I'm drawing a blank here.

[–]vvf 7ポイント8ポイント  (1子コメント)

It's so terrible. It kept me from developing on android for years.

[–]arcticblue 2ポイント3ポイント  (0子コメント)

Same here. I tried a couple years ago and just couldn't put up with Eclipse. I gave Android dev another shot late last year when my job tasked me with making an Android app (I knew nothing about it, but they said "You're a fast learner, you can do it!"). Downloaded Android Studio and my entire opinion of Android development changed. The recent update with the CPU and memory monitor is pretty awesome and they keep adding some really great new features to it! I really enjoy it now. And I also have a good excuse to make my company buy me new Nexus devices (they even bought me a maxed out 5K display iMac to develop on. Amazing machine! ...now if only they would pay me a competitive salary...).