blog.brightinventions.pl blog.brightinventions.pl

blog.brightinventions.pl

Bright Inventions blog – Bright Inventions blog

Bright Inventions blog - We’re a studio in Poland with a team of great developers who build first-rate mobile apps.

http://blog.brightinventions.pl/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR BLOG.BRIGHTINVENTIONS.PL

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

August

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Monday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 3.9 out of 5 with 12 reviews
5 star
6
4 star
3
3 star
1
2 star
0
1 star
2

Hey there! Start your review of blog.brightinventions.pl

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.4 seconds

CONTACTS AT BLOG.BRIGHTINVENTIONS.PL

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Bright Inventions blog – Bright Inventions blog | blog.brightinventions.pl Reviews
<META>
DESCRIPTION
Bright Inventions blog - We’re a studio in Poland with a team of great developers who build first-rate mobile apps.
<META>
KEYWORDS
1 bright inventions
2 blog
3 mobile apps
4 iOS
5 android
6
7 coupons
8 reviews
9 scam
10 fraud
CONTENT
Page content here
KEYWORDS ON
PAGE
about us,all posts,bright inventions blog,bright inventions,email,twitter,facebook,instagram,github,recent posts,nskeyedarchiver/unarchiver,android
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Bright Inventions blog – Bright Inventions blog | blog.brightinventions.pl Reviews

https://blog.brightinventions.pl

Bright Inventions blog - We’re a studio in Poland with a team of great developers who build first-rate mobile apps.

INTERNAL PAGES

blog.brightinventions.pl blog.brightinventions.pl
1

Android Data Binding Part 2: Observer pattern to the bone – Bright Inventions blog

http://blog.brightinventions.pl/android/android-data-binding-part-2-observer-pattern-to-the-bone

Android Data Binding Part 2: Observer pattern to the bone. TDD fan eager to learn new things. In the previous part. Ive described typical problems we have to face when developing applications on Android. Ive also highlighted that some of them may be mitigated when data binding API. Is utilized properly. Its time to dive into more details of how this promising API works. On the right side we have the. Part producing notifications about changes - an object implementing. Object knows nothing about concrete.

2

Android Data Binding Part 1: Why it is important – Bright Inventions blog

http://blog.brightinventions.pl/android/android-data-binding-part-1-why-it-is-important

Android Data Binding Part 1: Why it is important. TDD fan eager to learn new things. Android application code often suffers from being more verbose than it could be. As libraries such as Android Annotations. Have shown thats only partially due to tediousness of Java. The recently. Announced Android Data Binding. Library can remove at least part of the boilerplate code we need to write. Since Ive always liked Presentation Model pattern (MVVM). Problems with classic approach. Which in turn uses. Reference ...

3

NSKeyedArchiver/Unarchiver – Bright Inventions blog

http://blog.brightinventions.pl/saving-and-loading-data-to-iOS-device

Software Engineer @ Bright Inventions. Lately Ive spent some time wrtiting an app for myself. It is supposed to let you create tasks, mark them as done/undone and then track your progress. Ive called it Habit Tracker and it is available here. While writing this utility I came across a few interesting issues and this blogpost will cover one of them. Saving and Loading data. Now lets create our example Task class. Now we are able to properly store our tasks in files. Software Engineer @ Bright Inventions.

4

iOS: The simplest star rating control ever – Bright Inventions blog

http://blog.brightinventions.pl/ios-simplest-star-rating-control-ever

IOS: The simplest star rating control ever. Full Stack Software Enthusiast @ Bright Inventions. Recently I had a need to show the simple rating control in one of our iOS apps - the typical row of stars, few leftmost highlighted, the more highlighted, the better the rating is - something as obvious as this:. My first thoughts were wandering around star images one after another, the hell with positioning with frames or multitude of Auto Layout constraints. Nah The second take led me to. The idea is to prep...

5

Handling different user types in Android application – Bright Inventions blog

http://blog.brightinventions.pl/handling-different-user-types-in-android-application

Handling different user types in Android application. TDD fan eager to learn new things. In the previous post. You can read how to use. Object to maintain current user information through the application lifecycle. Now well explore different options of implementing varying behavior depending on user type. When an app has only one user type. Will not do any harm, or will it? Statement to decide which preferences to use. Notice how in line. We do a check to decide the name of. Before I show how to avoid pu...

UPGRADE TO PREMIUM TO VIEW 2 MORE

TOTAL PAGES IN THIS WEBSITE

7

LINKS TO THIS WEBSITE

eliaszsawicki.com eliaszsawicki.com

PureLayout vs SnapKit - Great confrontation – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/purelayout-vs-snapkit

IOS developer from Gdansk. PureLayout vs SnapKit - Great confrontation. UIScrollView with a surprise. Looking at those examples, you can decide which style of UI you prefer. Personally, I must admit that I really like the way that SnapKit works. I won’t be rewriting my existing PureLayout to SnapKit codebase, but I’ll surely take SnapKit into consideration, when starting a new project. This article is cross-posted with my my company blog. Written on October 31, 2016.

eliaszsawicki.com eliaszsawicki.com

ReactiveSwift - Manage your memory! – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/reactiveswift-manage-your-memory

IOS developer from Gdansk. ReactiveSwift - Manage your memory! Memory management is a pretty important issue when talking about any kind of system. You can’t pretend that your resources are unlimited, and give them out no matter what. When working with. It’s really easy to fall into the pit of wasted resources if you don’t follow simple rules. Basic unit that will help us handle our memory management, when working with. At the same time that you start observing. Or start any work with. You can simply call.

eliaszsawicki.com eliaszsawicki.com

Are your views dumb enough? — A way to run your tests without simulator – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/are-your-views-dumb-enough

IOS developer from Gdansk. Are your views dumb enough? A way to run your tests without simulator. Isn’t a simulator something we really need to test an application? Turns out it is not! Are your views dumb enough? This is a simple model that will store information about a person. Below you can see a view (I will omit applying constraints here) that we will use in order to display information about our Person. What we have to take care of is:. Set proper text for our labels. How can we change it? Making y...

eliaszsawicki.com eliaszsawicki.com

Swift files generator – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/swift-files-generator

IOS developer from Gdansk. For some time, I have been creating iOS apps without using storyboards at all. Because of this fact ,creating screens in the application is connected to some repetitive steps. You create a ViewController, then a View which will be presented in the controller. You want a PageViewController? What should it generate? So I’ve decided to create my first code generator. The first question is: What should it generate? How to build it? Second question is: How to build it? If you have g...

eliaszsawicki.com eliaszsawicki.com

Open source by default – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/open-source-by-default

IOS developer from Gdansk. Open source by default. Using open source code in projects is a common thing. I do it. Most of us do. But what is open source by default? Well, I’ve heard about this for the first time at MCE Conf 2016 - Open by default panel. It’s an idea to make software open by default and close it only if needed. There are many reasons to close it of course, but sometimes we do it unnecessarily. I know I’ll have trouble maintaining the app, so if anyone comes from Code for Poland or Code fo...

eliaszsawicki.com eliaszsawicki.com

ReactiveCocoa 4 - Action – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/reactivecocoa-4-action

IOS developer from Gdansk. ReactiveCocoa 4 - Action. Today I’ll tell you about an. Type that is available in ReactiveCocoa 4. Is pretty straightforward, It takes input, does some work and returns output. Moreover, it can fail and provide us with an. Type Let’s look at creation of a simple. As an input and returns. How do we execute it? In order to do that we have to perform two steps. Method will return a. Output as value (. Is an enum that can be either. Is a wrapper around error type that specify in our.

eliaszsawicki.com eliaszsawicki.com

ReactiveCocoa UI bindings with Rex – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/reactivecocoa-ui-bindings-with-rex

IOS developer from Gdansk. ReactiveCocoa UI bindings with Rex. Today, we will take a closer look at Rex. ReactiveCocoa extensions. I find Rex pretty helpful when working with ReactiveCocoa, especially creating UI bindings. If you are binding your view model with UI layer, Rex will let you do it much easier with it’s extensions to. Here are some examples of. UITextField, UILabel, MutableProperty. You can clearly see that. Comes with some handy signal transformations, so go check it out!

eliaszsawicki.com eliaszsawicki.com

Custom XCode key bindings – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/custom-xcode-key-bindings

IOS developer from Gdansk. Custom XCode key bindings. After coming back to XCode I found out that I was really used to keybindings that AppCode provided. Some of them were also available in XCode (Moving lines up/down) and it was just a matter of changing the keys binded to a shortcut, but some of them were missing. Where was my line duplication? Where was my lines juming? Luckily for me, I could add those by myself. Find your custom key bindings and assign keyboard shortcuts for them. How to edit the.

eliaszsawicki.com eliaszsawicki.com

My thoughts on - StatefulViewController – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/my-thoughts-on-statefulviewcontroller

IOS developer from Gdansk. My thoughts on - StatefulViewController. I had a chance to play a little bit with a nice pod that is called StatefulViewController, created by Alexander Schuch. StatefulViewController works with both. I’ve looked into the code of this pod and I found a few things that I want to share with you today. Protocol, which lets us implement. Operator for this enum. When you do this, standard library provides an implementation for. This move allows us to compare states later on. File, w...

eliaszsawicki.com eliaszsawicki.com

My thoughts on - Whisper – Eliasz Sawicki – iOS developer from Gdansk

http://eliaszsawicki.com/my-thoughts-on-whisper

IOS developer from Gdansk. My thoughts on - Whisper. Lately I’ve come across a nice pod which makes in-app messaging easier and decided to give it a quick look. I’ve created a test project in order to see how the pod behaves and my first impression was That was easy! If you want to find out how to use this pod, check out Hyperoslo’s github. Which shows how easy it is to start sending your messages! You can see an example of this in my test project, where in. Class I create buttons in.

UPGRADE TO PREMIUM TO VIEW 20 MORE

TOTAL LINKS TO THIS WEBSITE

30

SOCIAL ENGAGEMENT



OTHER SITES

blog.brightgrads.co.uk blog.brightgrads.co.uk

Brightsource

The smart new way to create and deliver supporter-centric fundraising. Open minds. Ours and yours. Together we can shape the future of marketing operations. It starts with powerful thinking on marketing technology. More data than ever before… Now what? Put it to work and drive the right message across both print and digital channels. Get an edge over your competitors. How you execute your marketing is as important as your strategy. Explore the future with an open mind. Agile marketing. Delivered. We depl...

blog.brightgreenfashion.com blog.brightgreenfashion.com

Host Europe GmbH – blog.brightgreenfashion.com

Die von Ihnen gewünschte Seite ist temporär nicht erreichbar. Bitte versuchen Sie es zu einem späteren Zeitpunkt noch einmal. This site is temporarily unavailable. Please try again later.

blog.brighthome.com blog.brighthome.com

BrightBlog: Tips for Home Energy Reduction

New York: 914.909.5300. Long Island: 631.849.6303. New Jersey: 201.447.8898. New York Cash Incentives. New Jersey Energy Incentives. Press Inquiries and Digital Kit. Friday, May 31, 2013. SAVE MONEY EVEN DURING HIGH SUMMER HEAT. Quick Tips to Save Energy with the Summer HEAT! 1 Use Energy Star ceiling fans to stay cool even while you raise the air conditioner settings. 2 Clean or replace your air conditioner air filters. Increase efficiency and extend the life of your equipment. Tuesday, July 31, 2012.

blog.brighthouse.co.uk blog.brighthouse.co.uk

BrightHouse Blog - News About Your Weekly Payments Store

Visit BrightHouse.co.uk. Welcome to the BrightHouse Blog. Our way of keeping you up to date with your favourite weekly payment store. Browse our product categories or search for something more specific. Review: Monster DNA Headphones. August 11, 2015. Posted By BrightHouse Team. This week on the blog we’re going to be taking a look at the Monster DNA headphones to see how they sound, feel, and look. How Clean is Your Living Room? August 03, 2015. Posted By BrightHouse Team. Why We Love Netflix. Summer da...

blog.brightidea.com blog.brightidea.com

Blog: Brightidea, Innovation & Idea Management Software Leader

The Power of Innovation Blog. IBM Rational Focal Point. Setup & Configuration. Innovation At Work Blog. How to Host a Successful Hackathon. Posted by Gretchen Hoffman at 2:39 PM, May 04, 2015. All forward-thinking companies are focused on innovation but successful innovation isn’t something that just happens. It’s pursued, intentionally, with great focus, by the right people making the right decisions based on any number of variables along the way. Before you can do anything, you need to know what you ho...

blog.brightinventions.pl blog.brightinventions.pl

Bright Inventions blog – Bright Inventions blog

Bright inventions, blog, mobile apps, iOS, android. Crafting mobile apps with passion. IOS: The simplest star rating control ever. Lately Ive spent some time wrtiting an app for myself. It is supposed to let you create tasks, mark them as done/undone and then track your progress. Ive called it Habit Tracker and it is available here. While writing this utility I came across a few interesting issues and this blogpost will cover one of them. Android Data Binding Part 2: Observer pattern to the bone.

blog.brightkit.com blog.brightkit.com

Campaign Does Not Exist

We're sorry - it looks like the page you requested does not exist or we are having technical problems. We have logged this event.

blog.brightkite.com blog.brightkite.com

Brightkite.com

blog.brightlife.org blog.brightlife.org

Profound Health: Articles

How you can help fight antibiotic resistance. Antibiotic resistance is a major issue for everyone because if bacteria continue to become resistant to our antibiotics, we'll return to a dark age where a simple scrape or cut could be fatal. Find out how you can help fight antibiotic resistance. What our prescriptions say about society. 5 Tricks food marketers use to sell junk food. 5 Powerful drugs that came from nature. Think mother nature is a whimp and natural medicine is ineffective at best? Dopamine a...

blog.brightlifedirect.com blog.brightlifedirect.com

Foot Notes: A Blog from BrightLife Direct

Comfort – Relief – Compression. Skip to primary content. Skip to secondary content. July 30, 2015. If you suffer from Plantar Fasciitis, Carpal Tunnel Syndrome, Arthritis Pain, Patellar or Achilles Tendonitis, you’re going to love OrthoSleeve. The FS6 Compression Foot Sleeve. The OrthoSleeve CS6 Compression Calf Sleeve. If you have Plantar Fasciitis, Achilles Tendonitis or other foot pain, The Foot Gym. More OrthoSleeve products are coming soon! Check our blog for the latest updates. July 22, 2015. Mediv...

blog.brightlightpaper.com blog.brightlightpaper.com

Bright Light Paper

Inspiration: Emily McDowell Studio. There are so many talented people out there in the world and I’ve been lucky enough to find one of them. I honestly don’t remember where I stumbled upon Emily McDowell’s Instagram. Account but I am so glad I did. She is an illustrator, designer, and writer, and she makes the most beautiful, hilarious, and emotional things. I mean, who wouldn’t want these cards? And who doesn’t want to drink out of this mug every day? Recently she launched Empathy Cards. August 4, 2015.