Create a Music Player App With Anko
What You'll Be CreatingA good approach to becoming proficient in a new programming language or library is to try and create something useful with it. In my tutorial on simplifying Android development...
View ArticleCreate a Music Player App With Anko
tag:code.tutsplus.com,2005:PostPresenter/cms-30200What You'll Be CreatingA good approach to becoming proficient in a new programming language or library is to try and create something useful with it....
View ArticleNew Course: Get Started With Augmented Reality for iOS
What You'll Be CreatingWith the recent enhancements to Android and iOS, it's now easier than ever to begin developing augmented reality applications. In our new course, Get Started With Augmented...
View ArticleNew Course: Get Started With Augmented Reality for iOS
tag:code.tutsplus.com,2005:PostPresenter/cms-30228What You'll Be CreatingWith the recent enhancements to Android and iOS, it's now easier than ever to begin developing augmented reality applications....
View ArticleGet Started With Firebase Storage for iOS
tag:code.tutsplus.com,2005:PostPresenter/cms-30203Introduction Beyond enabling iOS developers to easily store data on the cloud, as well as authenticating users through their robust SDKs, Firebase also...
View ArticleCreate a Material Design Tabbed Interface in an Android App
What You'll Be CreatingThe material design team at Google simply defines the functionality of tabs in Android as follows:Tabs make it easy to explore and switch between different views.In this post...
View ArticleCreate a Material Design Tabbed Interface in an Android App
tag:code.tutsplus.com,2005:PostPresenter/cms-30120What You'll Be CreatingThe material design team at Google simply defines the functionality of tabs in Android as follows:Tabs make it easy to explore...
View ArticleHow to Train a Core ML Model for an iOS App
What You'll Be CreatingCore ML makes it easy for iOS developers to add deep machine learning to their apps. In this post, I'll show you how you can train a Core ML model to derive intelligent...
View ArticleHow to Train a Core ML Model for an iOS App
tag:code.tutsplus.com,2005:PostPresenter/cms-30147What You'll Be CreatingCore ML makes it easy for iOS developers to add deep machine learning to their apps. In this post, I'll show you how you can...
View ArticleQuick Tip: Create a Custom Quick Settings Tile for Android
The quick settings panel needs no introduction to Android users. They use the switches it offers all the time to turn services such as WiFi, Bluetooth, and GPS on and off. Over the years, it has grown...
View ArticleQuick Tip: Create a Custom Quick Settings Tile for Android
tag:code.tutsplus.com,2005:PostPresenter/cms-30318The quick settings panel needs no introduction to Android users. They use the switches it offers all the time to turn services such as WiFi, Bluetooth,...
View ArticleThree Ways to Make Your Swift Code More Readable
The importance of code readability is often underestimated, especially when programming in an environment which emphasizes user interface and user experience. While it's true that it is extremely...
View ArticleThree Ways to Make Your Swift Code More Readable
tag:code.tutsplus.com,2005:PostPresenter/cms-30262The importance of code readability is often underestimated, especially when programming in an environment which emphasizes user interface and user...
View ArticleHow to Use the Android ListView Component
IntroductionLists of related items are needed for almost every app. An example of this is your Gmail app, which displays a scrollable list of messages. To add this functionality to your app, make use...
View ArticleHow to Use the Android ListView Component
tag:code.tutsplus.com,2005:PostPresenter/cms-30235IntroductionLists of related items are needed for almost every app. An example of this is your Gmail app, which displays a scrollable list of messages....
View ArticleDesign Patterns for Cocoa: MVC and MVVM
Design patterns make your app's code more modular and forgiving when it comes to bug fixes and changes. In this article, you'll be learning about the MVC (Model-View-Controller) and the MVVM...
View ArticleDesign Patterns for Cocoa: MVC and MVVM
tag:code.tutsplus.com,2005:PostPresenter/cms-30265Design patterns make your app's code more modular and forgiving when it comes to bug fixes and changes. In this article, you'll be learning about the...
View ArticleAndroid Things: Adding Google Assistant
tag:code.tutsplus.com,2005:PostPresenter/cms-27690With the growth of the Internet of Things (IoT), developers and engineers have had to rethink how users interact with devices on a day-to-day basis....
View ArticleHow to Code a Navigation Drawer for an Android App
What You'll Be CreatingThe material design team at Google defines the functionality of a navigation drawer in Android as follows:The navigation drawer slides in from the left and contains the...
View ArticleHow to Code a Navigation Drawer for an Android App
tag:code.tutsplus.com,2005:PostPresenter/cms-30263What You'll Be CreatingThe material design team at Google defines the functionality of a navigation drawer in Android as follows:The navigation drawer...
View Article