6 Do's and Don’ts for a Great Android User Experience
tag:code.tutsplus.com,2005:PostPresenter/cms-28124The most popular Android apps have something in common: they all provide a great user experience. In this post, I'll share some tips that will help...
View ArticleHow to Make Calls and Use SMS in Android Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-28168In this tutorial, you'll learn about the Android Telephony and SMS API. You'll learn how to make a call from your app and how to monitor phone call...
View ArticleKickstart Your iOS Career With These 6 Courses
Do you want to develop apps for iOS devices?If so, these six courses will give you the solid foundation you need. With expert guidance from Envato Tuts+ instructors Derek Jensen and Markus Mühlberger,...
View ArticleKickstart Your iOS Career With These 6 Courses
tag:code.tutsplus.com,2005:PostPresenter/cms-26879Do you want to develop apps for iOS devices?If so, these six courses will give you the solid foundation you need. With expert guidance from Envato...
View ArticleHow to Create a Camera App With Ionic 2
What You'll Be CreatingAs a prudent developer, you might be wary of creating hybrid applications that depend on Android's native APIs. A few years ago, I was too, what with Android having so many...
View ArticleHow to Create a Camera App With Ionic 2
tag:code.tutsplus.com,2005:PostPresenter/cms-28205What You'll Be CreatingAs a prudent developer, you might be wary of creating hybrid applications that depend on Android's native APIs. A few years ago,...
View ArticleSwift From Scratch: Introduction
In 2014, Apple took the developer community by surprise with the introduction of Swift, a brand new programming language. Swift has come a long way, and it is hard to believe that the language is...
View ArticleSwift From Scratch: Introduction
tag:code.tutsplus.com,2005:PostPresenter/cms-22598In 2014, Apple took the developer community by surprise with the introduction of Swift, a brand new programming language. Swift has come a long way,...
View ArticleSwift From Scratch: Collections and Tuples
In the previous article, you learned about variables, constants, and some of the common data types, such as integers, floats, and strings. In this article, we zoom in on collections. Swift's standard...
View ArticleSwift From Scratch: Collections and Tuples
tag:code.tutsplus.com,2005:PostPresenter/cms-22832In the previous article, you learned about variables, constants, and some of the common data types, such as integers, floats, and strings. In this...
View ArticleIntroduction to Ionic 2
tag:code.tutsplus.com,2005:PostPresenter/cms-28193In this article, we're going to take look at Ionic 2, the newest version of the Ionic cross-platform mobile app framework. For starters, we'll recap...
View ArticleSwift From Scratch: Optionals and Control Flow
In the previous articles, you learned some of the basic concepts of the Swift programming language. If you've programmed before, I'm sure you saw a few similarities with other programming languages,...
View ArticleSwift From Scratch: Optionals and Control Flow
tag:code.tutsplus.com,2005:PostPresenter/cms-22874In the previous articles, you learned some of the basic concepts of the Swift programming language. If you've programmed before, I'm sure you saw a few...
View ArticleCode an Image Gallery Android App With Glide
What You'll Be Creating1. What Is Glide?Glide is a popular open-source Android library for loading images, videos, and animated GIFs. With Glide, you can load and display media from many different...
View ArticleCode an Image Gallery Android App With Glide
tag:code.tutsplus.com,2005:PostPresenter/cms-28207What You'll Be Creating1. What Is Glide?Glide is a popular open-source Android library for loading images, videos, and animated GIFs. With Glide, you...
View ArticleBack-End as a Service for Mobile Apps
If you're a mobile developer, you may be wondering how to manage user data in your next app. Should you use a database, a dedicated server, or maybe you can manage only with a front-end? This article...
View ArticleBack-End as a Service for Mobile Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-28154If you're a mobile developer, you may be wondering how to manage user data in your next app. Should you use a database, a dedicated server, or maybe...
View Article10 Best Restaurant App Templates
CodeCanyon offers a wide range of application templates to kickstart your mobile app project. In this article, I'll show you the top ten restaurant templates that you should consider for your next...
View Article10 Best Restaurant App Templates
tag:code.tutsplus.com,2005:PostPresenter/cms-28324CodeCanyon offers a wide range of application templates to kickstart your mobile app project. In this article, I'll show you the top ten restaurant...
View ArticleSwift From Scratch: An Introduction to Functions
To get anything done in Swift, you need to learn the ins and outs of functions. Functions are exceptionally powerful and flexible in Swift. The basics are simple, especially if you've worked with other...
View Article