codeblast.com codeblast.com

codeblast.com

Gert Lombard's Blog · My passion is code quality, automated testing, software craftsmanship.

My passion is code quality, automated testing, software craftsmanship. What's the context of this Context? Mdash; Gert Lombard (@codeblast) August 26, 2015. When I see Android code like this, it makes me feel uncomfortable:. Class Foo { private final Context mContext; public Foo(Context context) { mContext = context; } . }. You may be thinking:. What on earth are you talking about? That’s a super common pattern in Android development to pass. Around from class to class. We need a. All over the place.

http://www.codeblast.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CODEBLAST.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Friday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.2 out of 5 with 5 reviews
5 star
1
4 star
1
3 star
2
2 star
0
1 star
1

Hey there! Start your review of codeblast.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • codeblast.com

    16x16

  • codeblast.com

    32x32

CONTACTS AT CODEBLAST.COM

Gert Lombard

98 T●●●●rden

Ball●●●●cool

Lett●●●●enny , Donegal, 0000

Ireland

353.●●●●1026
lo●●●●●@webmail.co.za

View this contact

Gert Lombard

Kee●●●ges

Chur●●●●Hill , Donegal, 1

Ireland

353.●●●●1026
lo●●●●●@webmail.co.za

View this contact

Gert Lombard

Kee●●●ges

Chur●●●●Hill , Donegal, 1

Ireland

353.●●●●1026
lo●●●●●@webmail.co.za

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2000 August 27
UPDATED
2012 December 31
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 24

    YEARS

  • 8

    MONTHS

  • 2

    DAYS

NAME SERVERS

1
ns41.domaincontrol.com
2
ns42.domaincontrol.com

REGISTRAR

GODADDY.COM, LLC

GODADDY.COM, LLC

WHOIS : whois.godaddy.com

REFERRED : http://registrar.godaddy.com

CONTENT

SCORE

6.2

PAGE TITLE
Gert Lombard's Blog · My passion is code quality, automated testing, software craftsmanship. | codeblast.com Reviews
<META>
DESCRIPTION
My passion is code quality, automated testing, software craftsmanship. What's the context of this Context? Mdash; Gert Lombard (@codeblast) August 26, 2015. When I see Android code like this, it makes me feel uncomfortable:. Class Foo { private final Context mContext; public Foo(Context context) { mContext = context; } . }. You may be thinking:. What on earth are you talking about? That’s a super common pattern in Android development to pass. Around from class to class. We need a. All over the place.
<META>
KEYWORDS
1 gert lombard's blog
2 archive
3 feed
4 rallat
5 context
6 mcontext
7 tl;dr
8 layoutinflater
9 getsystemservice
10 which takes
CONTENT
Page content here
KEYWORDS ON
PAGE
gert lombard's blog,archive,feed,rallat,context,mcontext,tl;dr,layoutinflater,getsystemservice,which takes,a solution,we pass the,instead,activity,we’re expecting here,activitycontext,applicationcontext,by dave smith,single responsibility principle,goals
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Gert Lombard's Blog · My passion is code quality, automated testing, software craftsmanship. | codeblast.com Reviews

https://codeblast.com

My passion is code quality, automated testing, software craftsmanship. What's the context of this Context? Mdash; Gert Lombard (@codeblast) August 26, 2015. When I see Android code like this, it makes me feel uncomfortable:. Class Foo { private final Context mContext; public Foo(Context context) { mContext = context; } . }. You may be thinking:. What on earth are you talking about? That’s a super common pattern in Android development to pass. Around from class to class. We need a. All over the place.

INTERNAL PAGES

codeblast.com codeblast.com
1

Using XMLStarlet to query XML docs on the command-line · Gert Lombard's Blog

http://codeblast.com/2015/05/12/query-xml-with-xmlstarlet

My passion is code quality, automated testing, software craftsmanship. Using XMLStarlet to query XML docs on the command-line. If you’re a developer or DevOps-type guy, then I bet you like doing things on the command-line and/or in batch files / shell scripts. This year I’ve discovered two amazing tools for querying XML and JSON documents from the command-line: XMLStarlet. For querying XML and jq. XMLStarlet lets you make XPath style queries and transformations right from the command-line. Are: -Q or - q...

2

Android Testing · Gert Lombard's Blog

http://codeblast.com/2015/03/18/android-testing

My passion is code quality, automated testing, software craftsmanship. Try this: go to GitHub. Search for any open-source Android app you can think of. OK, now take a look at the app’s unit tests. Yes, the unit tests. Other than the one generated by Android Studio). So why don’t people unit test Android applications? I’ll guess it’s because of any combination of these factors:. Running Android tests (or even Lint checks or anything with Gradle) is super slow! What's the context of this Context?

3

About · Gert Lombard's Blog

http://codeblast.com/about

My passion is code quality, automated testing, software craftsmanship. I’m Gert Lombard. I’m a Software Engineer at Google. I’m a South African currently living and working in the San Francisco Bay Area with my family. I’ve also lived in Ireland and Copenhagen.

4

Using Robolectric in offline mode · Gert Lombard's Blog

http://codeblast.com/2015/05/13/using-robolectric-in-offline-mode

My passion is code quality, automated testing, software craftsmanship. Using Robolectric in offline mode. Your CI server doesn’t have direct internet access; or. It requires a proxy for internet access. And your Robolectric test builds are failing as result. The Robolectric test runner downloads some dependency jars that it needs to run at. Or the error may also look like this:. App:testDebug com.example.app.MainActivityTest testFoo FAILED org.apache.tools.ant.BuildException C...If you run gradlew with.

5

Archive · Gert Lombard's Blog

http://codeblast.com/archive

My passion is code quality, automated testing, software craftsmanship. 10 Feb 2016 What’s the context of this Context? 30 Jan 2016 Installing Android Studio on Ubuntu 64 bit. 29 Jan 2016 Software Modularity Part 2. 21 Jan 2016 How to structure app packages - Modularity Part 1. 24 Aug 2015 Prettier OSX terminal with iTerm2 and Prezto. 07 Aug 2015 This blog has moved (Blogger vs GitHub Pages). 06 Aug 2015 Android Dagger 2 Generated annotation JSR250. 13 May 2015 Using Robolectric in offline mode. 15 Oct 20...

UPGRADE TO PREMIUM TO VIEW 3 MORE

TOTAL PAGES IN THIS WEBSITE

8

LINKS TO THIS WEBSITE

blog.iderzheng.com blog.iderzheng.com

一闪一闪的Android视图 – Ider

http://blog.iderzheng.com/android-blink-tag

Universal Principles of Design. Gert Lombard's Blog. July 31, 2015. 这个标签并没有在文档中做任何介绍,实际上只是Android 4.0(Ice Cream Sandwich, ICS)带进来的一个菜单而已。 Http:/ schemas.android.com/apk/res/android. Http:/ blog.iderzheng.com. Http:/ blog.iderzheng.com/wp-content/uploads/2015/07/android-blink-tag.webm. Handler mHandler ;. Context, attrs ). Message msg ). MESSAGE BLINK ). MESSAGE BLINK ). Message, BLINK DELAY ). MESSAGE BLINK ). Leave a Reply Cancel reply. Your email address will not be published.

blog.iderzheng.com blog.iderzheng.com

Debug – Ider

http://blog.iderzheng.com/tag/debug

Universal Principles of Design. Gert Lombard's Blog. 在一定程度上帮助解决了Activity和Fragment泄露的问题 多线程时要注意的同步问题 内部类调用其外部类的私有方法和变量产生了 合成方法(Synthetic Methods). 现在只要在变量前加上对应类型的 Android Support Annotation. 这些工具,但他们其实是集成开发环境( Integrated development environment, IDE. 如果是使用Eclipse,那么就需要手动下载 Stand-alone Android SDK. 而其中Activity是唯一直接控制程序界面呈现,直面用户操作的部件 当然BrowadCastReceiver也能通过 桌面控件(App Widgets). 大部分文档都将其表述为Tasks and Back Stack,但从官方文档的描述来看,Android的相对于Activity讲到的Task都视为一个存放Activities的Stack,所以将其称为Task Stack也不为过。

blog.iderzheng.com blog.iderzheng.com

Mobile – Ider

http://blog.iderzheng.com/tag/mobile

Universal Principles of Design. Gert Lombard's Blog. 截取Android设备的屏幕有很多方法,比如在Nexus系列同时按下 电源 和 音量调低 按钮来截取,也可以用第三方程序来完成。 Adb shell screencap /. Adb shell screenrecord - verbose. Capture screen of android device. Adb shell screencap -p. ADB SHELL SCREENRECORD ARGS. Verbose - bit-rate 2000000'. Record screen of android device. 033[1m(press Ctrl-C to stop recording) 033[0m. Adb shell screenrecord $ADB SHELL SCREENRECORD ARGS. Wait for video encoding finish. Don't delete copy in device. Adb shell rm $devicePath.

blog.iderzheng.com blog.iderzheng.com

Android – Ider

http://blog.iderzheng.com/tag/android

Universal Principles of Design. Gert Lombard's Blog. 截取Android设备的屏幕有很多方法,比如在Nexus系列同时按下 电源 和 音量调低 按钮来截取,也可以用第三方程序来完成。 Adb shell screencap /. Adb shell screenrecord - verbose. Capture screen of android device. Adb shell screencap -p. ADB SHELL SCREENRECORD ARGS. Verbose - bit-rate 2000000'. Record screen of android device. 033[1m(press Ctrl-C to stop recording) 033[0m. Adb shell screenrecord $ADB SHELL SCREENRECORD ARGS. Wait for video encoding finish. Don't delete copy in device. Adb shell rm $devicePath.

lombard.me lombard.me

Gert Lombard's blog: 08/01/2015 - 09/01/2015

http://www.lombard.me/2015_08_01_archive.html

Just my thoughts and ramblings on: software development (.NET, Java, Automation) and. random stuff. Thursday, August 06, 2015. This blog has moved (Blogger vs GitHub Pages). I'm so glad you've found my blog! My blog is now: codeblast.com. Over the years, I've just never been able to find a blogging platform that I'm happy with. Blogger has been really good from an admin perspective, but not so much for WRITING blog posts. I prefer Markdown. Also please consider joining Twitter and follow me at @codeblast.

UPGRADE TO PREMIUM TO VIEW 22 MORE

TOTAL LINKS TO THIS WEBSITE

27

SOCIAL ENGAGEMENT



OTHER SITES

codeblam.com codeblam.com

HTML5, CSS3, SEO, Jquery - Codeblam

Error Page cannot be displayed. Please contact your service provider for more details. (10).

codeblanc.com codeblanc.com

www.codeblanc.com

This Web page parked FREE courtesy of ShooGa. Search for domains similar to. Is this your domain? Let's turn it into a website! Would you like to buy this. Find Your Own Domain Name. See our full line of products. Easily Build Your Professional Website. As low as $4.99/mo. Call us any time day or night (514) 277-7747.

codeblank.net codeblank.net

Codeblank.net

codeblaq.com codeblaq.com

blaqops

This domain name is registered and parked.

codeblaqperformance.com codeblaqperformance.com

codeblaqperformance.com

Subscribe to: Posts (Atom). Awesome Inc. template. Powered by Blogger.

codeblast.com codeblast.com

Gert Lombard's Blog · My passion is code quality, automated testing, software craftsmanship.

My passion is code quality, automated testing, software craftsmanship. What's the context of this Context? Mdash; Gert Lombard (@codeblast) August 26, 2015. When I see Android code like this, it makes me feel uncomfortable:. Class Foo { private final Context mContext; public Foo(Context context) { mContext = context; } . }. You may be thinking:. What on earth are you talking about? That’s a super common pattern in Android development to pass. Around from class to class. We need a. All over the place.

codeblaster.de codeblaster.de

CodeBlaster.de

codeblau.com codeblau.com

Price Request - BuyDomains

Url=' escape(document.location.href) , 'Chat367233609785093432', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=640,height=500');return false;". Need a price instantly? Just give us a call. Toll Free in the U.S. We can give you the price over the phone, help you with the purchase process, and answer any questions. Get a price in less than 24 hours. Fill out the form below. One of our domain experts will have a price to you within 24 business hours. United States of America.

codeblau.de codeblau.de

Code Blau

Das Problem der IT-Sicherheit hat viele Facetten: Internet-Systeme werden angegriffen, Insider bedienen sich der Lücken in Intranets zum Schaden des Unternehmens, Hersteller liefern problembehaftete Produkte aus und versprechen die totale Sicherheit. Es ist nicht leicht, den Überblick zu behalten und die eigene Lage realistisch einzuschätzen. Code Blau hilft Ihnen dabei.

codeblauw.nl codeblauw.nl

Code Blauw

Code Blauw: zwem sportief! Met Code Blauw laten de KNZB, (zwem)verenigingen, zwemscholen en zwembaden zien dat we ons samen sterk maken voor een sportief en veilig zwemklimaat. Het is onze ambitie om een blauwe golf te creëren, waarbij iedereen elkaar aansteekt om op een positieve manier met elkaar, met de sport en met de faciliteiten om te gaan. Code Blauw staat voor: respect, sportiviteit, veiligheid en plezier! Wat is voor jou de druppel. Actiekalender  Grensoverschrijdend gedrag. Codeblauw en doe mee.

codeblaze.com codeblaze.com

Codeblaze

Codeblaze specializes in providing contractor solutions to any software engineering needs. See what Codeblaze can do. I am currently at Backblaze. Which is a very easy to use internet based Backup program. Online backup is where all your important files, pictures, and music is pushed onto the Backblaze servers running in San Francisco.