Create Chatbots on Android with IBM Watson
If you've ever spoken to voice-based personal assistants such as Siri or Google Now, or chatted with one of the many text-based bots active on messaging platforms such as Facebook Messenger and Kik,...
View ArticleCreate Chatbots on Android with IBM Watson
tag:code.tutsplus.com,2005:PostPresenter/cms-29387If you've ever spoken to voice-based personal assistants such as Siri or Google Now, or chatted with one of the many text-based bots active on...
View Article3 Terrible Mistakes of iOS Developers
Coding an iOS app is hard work, so it makes sense that devs want to cut corners and find ways to get their app online as quickly as possible. But a successful app will be around for a long time—that...
View ArticleCreate Chatbots on Android With IBM Watson
tag:code.tutsplus.com,2005:PostPresenter/cms-29387If you've ever spoken to voice-based personal assistants such as Siri or Google Now, or chatted with one of the many text-based bots active on...
View Article3 Terrible Mistakes of iOS Developers
tag:code.tutsplus.com,2005:PostPresenter/cms-29355Coding an iOS app is hard work, so it makes sense that devs want to cut corners and find ways to get their app online as quickly as possible. But a...
View ArticleKotlin From Scratch: Ranges and Collections
Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and promises to make coding for Android even more fun.In the previous article in this series, you...
View ArticleKotlin From Scratch: Ranges and Collections
tag:code.tutsplus.com,2005:PostPresenter/cms-29397Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and promises to make coding for Android even more...
View ArticleWhy MVC Might Not Be the Best Pattern for Cocoa Apps
MVC stands for Model-View-Controller, and it's a widespread architectural pattern for software development. It's the de facto design pattern for Cocoa development, and it has been for many, many years....
View ArticleWhy MVC Might Not Be the Best Pattern for Cocoa Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-29423MVC stands for Model-View-Controller, and it's a widespread architectural pattern for software development. It's the de facto design pattern for Cocoa...
View Article17 Ways to Make your Mobile App Beautiful with Envato Elements
If you are a mobile app developer or interested in getting into designing apps and you haven’t heard of Envato Elements, this post is for you.Launched just last year, Envato Elements allows you to...
View Article17 Ways to Make Your Mobile App Beautiful With Envato Elements
tag:code.tutsplus.com,2005:PostPresenter/cms-29420If you are a mobile app developer or interested in getting into designing apps and you haven’t heard of Envato Elements, this post is for you.Launched...
View ArticleKotlin From Scratch: Packages and Basic Functions
Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and promises to make coding for Android even more fun. In the previous article, you learned about...
View ArticleKotlin From Scratch: Packages and Basic Functions
tag:code.tutsplus.com,2005:PostPresenter/cms-29445Kotlin is a modern programming language that compiles to Java bytecode. It is free and open source, and promises to make coding for Android even more...
View ArticleCode a Real-Time NativeScript App: Social Login and Firebase
NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the cool things you can do with a NativeScript app:...
View ArticleCode a Real-Time NativeScript App: Social Login and Firebase
tag:code.tutsplus.com,2005:PostPresenter/cms-29413NativeScript is a framework for building cross-platform native mobile apps using XML, CSS, and JavaScript. In this series, we're trying out some of the...
View ArticleServerless Logic With Realm Functions
What You'll Be CreatingIn the previous tutorials, we took a look at the Realm Platform as well as the on-device Realm Database for iOS. In that post, you learned how to synchronize your app data...
View ArticleServerless Logic With Realm Functions
tag:code.tutsplus.com,2005:PostPresenter/cms-29470What You'll Be CreatingIn the previous tutorials, we took a look at the Realm Platform as well as the on-device Realm Database for iOS. In that post,...
View ArticleHow to Submit an iOS App to the App Store
You have worked weeks or months on your first iOS application, and you are ready to submit your masterpiece to Apple's App Store. How do you do this? Is your application ready for submission? I am sure...
View ArticleHow to Submit an iOS App to the App Store
tag:code.tutsplus.com,2005:PostPresenter/mobile-16812You have worked weeks or months on your first iOS application, and you are ready to submit your masterpiece to Apple's App Store. How do you do...
View ArticlePut Your View Controllers on a Diet With MVVM
In my previous post in this series, I wrote about the Model-View-Controller pattern and some of its imperfections. Despite the clear benefits MVC brings to software development, it tends to fall short...
View Article