When To Pivot Your Startup
We continue our startup series and from this article you will learn about pivot and its types as well as how to recognize when it’s time to move on and make radical changes to your initial startup idea.
We continue our startup series and from this article you will learn about pivot and its types as well as how to recognize when it’s time to move on and make radical changes to your initial startup idea.
We have already shared with you some of our open source projects but it was a while ago and we have added some new stuff to our GitHub. This time it will be useful libraries for Android developers.
Long time ago when only PC and laptops were used for internet browsing, it was fairly easy to create a website that looks good on most screens. But nowadays smartphones, tablets, smartwatches and other wearable devices has significantly complicated this process. That’s why responsive ecommerce site that adapts to various screens is a necessity for many companies.
Before CSS3 rising, front-end developers were tossed into a cold sweat, when they heard a word «animation». And all because one reason: it was very non-trivial task to make quality and beautiful animation at those old days. CSS could not do it, so all the animations were made with JavaScript.
Now it's time to make a flexible architecture for Android using DataBinding!
When you order the application development, after choosing a platform (Android, iOS, or both) you should also make a decision about its back-end (server side). In this article we will talk about an alternative to the development of back-end from scratch, namely BaaS Backendless, which is of that type of services.
The time has come to share with you this small article on testing Android app logic. It didn’t occur to me that it is a significant component of Android app development for quite a time but it’s never too late to learn, neither for you, nor for me :)
Is developing a mobile app worth the cost? Paying $30-50K for an app might be not a big deal for a big corporation but the same amount of money can constitute a huge part (if not all) of one’s startup capital. Today we’ll try to explain why mobile development is so expensive and why businesses can benefit from having a high-quality app for their clients.
What happens within the system when a user touches the screen? And even more important — how to handle it right? The time has come to figure everything out once and for all! Today’s post is on what I’ve learned about Android Touch System and my experience with it.
Sooner or later every Android developer accumulates a fair amount of ready-made solutions and decides that it would be great to share them with the rest of the world. Unfortunately, most of us never get down to it since every solution should be turned into a separate library and put into a separate open repository.