Get Started With Firebase Authentication for iOS
tag:code.tutsplus.com,2005:PostPresenter/cms-29227Firebase is a cross-platform real-time mobile database platform that allows coders to focus on what they do best—coding their apps—without having to...
View ArticleIntroduction to Android Architecture Components
tag:code.tutsplus.com,2005:PostPresenter/cms-28749Android was introduced to the world back in 2005, and during those 12 years of existence the platform has achieved amazing success, becoming the...
View Article10 React Applications for You to Use, Study, and Apply
React is an awesome way to create interactive UIs. This open-source JavaScript library “allows developers to create large web applications that use data which can change over time, without reloading...
View Article10 React Applications for You to Use, Study, and Apply
tag:code.tutsplus.com,2005:PostPresenter/cms-29003React is an awesome way to create interactive UIs. This open-source JavaScript library “allows developers to create large web applications that use...
View ArticleWhat Are Android Instant Apps?
Every time you release an Android app, you’ll have at least a rough idea of what you want this app to achieve. These goals could be very specific, such as generating a certain amount of ad revenue in...
View ArticleWhat Are Android Instant Apps?
tag:code.tutsplus.com,2005:PostPresenter/cms-29283Every time you release an Android app, you’ll have at least a rough idea of what you want this app to achieve. These goals could be very specific, such...
View ArticleHow to Monetize Your Android Apps With AdMob
In this tutorial, you'll learn about how to integrate AdMob so you can make money from that awesome Android app you wrote—come on, who doesn't want that? AdMob is among the biggest mobile advertising...
View ArticleHow to Monetize Your Android Apps With AdMob
tag:code.tutsplus.com,2005:PostPresenter/cms-29255In this tutorial, you'll learn about how to integrate AdMob so you can make money from that awesome Android app you wrote—come on, who doesn't want...
View ArticleQuick Tip: Write Cleaner Code With Kotlin SAM Conversions
If you are an experienced Android application developer, you're probably used to the verbosity of Java 7. As a result, you might be finding Kotlin's concise syntax, which is geared towards functional...
View ArticleQuick Tip: Write Cleaner Code With Kotlin SAM Conversions
tag:code.tutsplus.com,2005:PostPresenter/cms-29304If you are an experienced Android application developer, you're probably used to the verbosity of Java 7. As a result, you might be finding Kotlin's...
View ArticleHow to Create an Instant App Feature
Android instant apps are a powerful new way of getting your app in front of as many users as possible. Once you’ve added instant app support to your project, users don’t even need to have your app...
View ArticleHow to Create an Instant App Feature
tag:code.tutsplus.com,2005:PostPresenter/cms-29298Android instant apps are a powerful new way of getting your app in front of as many users as possible. Once you’ve added instant app support to your...
View ArticleHow to Get Started With CocoaPods
In this tutorial, you'll be learning about the CocoaPods dependency manager and how to implement it in your app. We'll go through the steps from creating an Xcode project all the way to importing...
View ArticleHow to Get Started With CocoaPods
tag:code.tutsplus.com,2005:PostPresenter/cms-29322In this tutorial, you'll be learning about the CocoaPods dependency manager and how to implement it in your app. We'll go through the steps from...
View ArticleKotlin From Scratch: Variables, Basic Types, and Arrays
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.Kotlin is 100% interoperable with Java. In...
View ArticleKotlin From Scratch: Variables, Basic Types, and Arrays
tag:code.tutsplus.com,2005:PostPresenter/cms-29328Kotlin 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 ArticleAndroid Architecture Components: Lifecycle and LiveModel
In the last part of this series, Introduction to Android Architecture Components, we talked about the new Android Architecture and why it was developed. Basically, the new architecture addresses some...
View ArticleAndroid Architecture Components: Lifecycle and LiveModel
tag:code.tutsplus.com,2005:PostPresenter/cms-29275In the last part of this series, Introduction to Android Architecture Components, we talked about the new Android Architecture and why it was...
View ArticleKotlin From Scratch: Nullability, Loops, and Conditions
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: Nullability, Loops, and Conditions
tag:code.tutsplus.com,2005:PostPresenter/cms-29366Kotlin 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 Article