Twitter Weekly Updates for 2012-03-25

Powered by Twitter Tools

Twitter Weekly Updates for 2012-03-11

  • So do websites. Doh! â™» @guardiantech: Android 'free' apps pass user data to advertisers, study finds http://t.co/oSNRGJHx #
  • Rofl.. so true. â™» @moonpolysoft: "It's like a startup inside a large company." – Someone lying to you. #
  • Any tips for context sensitive help within @androiddev application? http://t.co/IbZivjoP #
  • Wow… #android Market is going to be replaced/absorbed by #googleplay Did not see that one coming at all.. #
  • So now that the #android market is getting absorbed into #googleplay and Chrome is on Android. Is the Chrome Web Store next.. #
  • So Apple is offering a patent license deal to Samsung and Motorola. How about them offering a license deal to Apple? #
  • I probably mentioned this before but I hate book keeping. Thats why I love #freshbooks and #kashoo #
  • Just google for some stuff and found my own posts about it in various places.. help yourself 😉 #
  • One more complex issue resolved. I can't wait to get this app into users hands. Out of my control though .. sigh. #
  • Bummed that I am missing @royclarkson presenting about Spring on #android and the usage of #android #maven plugin. Hoping for a recording. #
  • Get it with the #android app! â™» @digikey: What's New at DK… DM240415 Androidâ„¢ Accessory Starter Kit… http://t.co/1UCFGcxW #

Powered by Twitter Tools

Twitter Weekly Updates for 2012-03-04

Powered by Twitter Tools

Twitter Weekly Updates for 2012-02-26

  • The next Nexus training I am hosting will cover the new Nexus 2.0 features as well and there is a $100 discount now.. http://t.co/WCmBqUNi #
  • Hit 4k on stackoverflow. Not too shabby considering I just pop here here and there. http://t.co/0WWMji7G #
  • Wow… automatic screenshots during Android instrumentations tests coming to the #android #maven plugin. http://t.co/fa6qTira #
  • So true … but only "just" works in many cases. â™» @unclebobmartin: A sad observation: Legacy code is code that works. #
  • Thanks a lot for sharing the project setup. A great example for others. â™» @github: Introducing Gaug.es for Android https://t.co/iCfGPDdJ #
  • Now that @SonatypeNexus supports .Net packages should the central repo host them and allow push via http://t.co/VUUni6Jq .. I think yes! #
  • Glad you like the #android #maven plugin @royclarkson … next release will have screen shot feature!!! #
  • Want to learn about #android dev? Register for @AnDevCon with discount code MOSER and save big time http://t.co/Buk5fdXZ #
  • Going through a massive changelog to create human readable version for QA and customer. Wow.. a lot has changed. #
  • A good write up! Check it out. â™» @VincentBostoen: Continuous Delivery Using Maven http://t.co/ohy6IOY7 #
  • You want to see @jvanzyl demo .Net stuff on @sonatypenexus 2.0 … feels alien to me but great for the .net community! http://t.co/huDFbCMG #
  • What a great post about build and release processes @tobrien Looking forward to the next steps. http://t.co/NKC0aBBb I love crazy machines #
  • VIJUG meeting next week! Purely social http://t.co/joj986Zv #yyj #
  • If it were true, you would not have to remind anyone. â™» @hansolo_: Just to remind everyone…JAVA DESKTOP is back…yay… 🙂 #JavaFX #

Powered by Twitter Tools

Twitter Weekly Updates for 2012-02-19

  • Exiting week started. Nexus 2.0 launch with lots of cool new features. Maven 101 training with me as trainer. I am sooo busy. #
  • Awesome. Nexus 2.0 is live. Pro and OSS, new website, updated book, videos – the works. Go get it while its hot. http://t.co/yl2wBdiO #
  • The updates for the Nexus book I wrote cover new features of 2.0 features and slightly changed configs. Check it out http://t.co/3aHUnKzS #
  • It will be! â™» @rssfed23: attending #mvn101 tomorrow with @SonatypeCM & @simpligility – should be a good, informative day! #maven #
  • With Sonatype Nexus 2.0 out another major software is ready for #java 7. Keep it coming everyone! #
  • After the notifications and voice activation now permissions will come to iOS. It is getting more and more similar to #android 😉 #
  • The #maven fundamentals class is a go. We got users on all platforms .. love the diversity 😉 #
  • More magic by @tobrien “@SonatypeCM: Nexus Pro 2.0: Availability Architecture – Smart Proxy http://t.co/ykGZNcZk #sonatypenexus

Twitter Weekly Updates for 2012-02-12

  • Retiring a bit to raise kids is a perfect reason! Enjoy! â™» @Macarse: Wow. @codinghorror is leaving Stack exchange:
    http://t.co/9tjXaiqd #
  • Want to learn about DSLs? Listen to this SoftwareEngineeringPodcast with +Martin Fowler and +Markus Völter is great!  http://t.co/p6nRvoGX #
  • So @SamsungMobileCA and @Motorola_CA where is ICS for the Nexus S and the Xoom. I thought I got developer devices with my hard earned $ #
  • About time. Lots of companies are lining up to replace them though.. â™» @timbray: O frabjous day! Patent troll pwned: http://t.co/J4FyEZwi #

Powered by Twitter Tools

Android Compatibility Library following Lint

I just uploaded Android Lint to the Central Repository recently as part of my work on the Android4Maven project and now my good friend and conspirator Jake Wharton and myself have done the groundwork to get the compatibility/support library V4 in revision 6 there as well. It should be there right now and you can use it in your project with

<dependency>
  <groupId>com.google.android</groupId>
  <artifactId>support-v4</artifactId>
  <version>r6</version>
</dependency>

This should help projects like ActionBarSherlock, Roboguice and others getting cleanly into the Central Repository too. if you want to see a working example just take a look at the pom file of the support4demos app in the samples for the Android Maven Plugin.

Enjoy,
manfred

PS: v13 should follow when some requirements to build it (ICS-MR2) are in central..