Android From Scratch: Exploring Android Sample Apps
tag:code.tutsplus.com,2005:PostPresenter/cms-26030One of the most daunting tasks when developing for Android, for both beginners and experts, is figuring out where to start when using a new feature....
View ArticleGetting Started With Ionic: JavaScript Components
tag:code.tutsplus.com,2005:PostPresenter/cms-26168What You'll Be CreatingIn this tutorial, we are going to build our first Ionic app together and learn the basics of Ionic's JavaScript components....
View ArticleHow to Adopt Model View Presenter on Android
In the previous tutorial, we talked about the Model View Presenter pattern, how it is applied on Android, and what its most important advantages are. In this tutorial, we explore the Model View...
View ArticleHow to Adopt Model View Presenter on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-26206In the previous tutorial, we talked about the Model View Presenter pattern, how it is applied on Android, and what its most important advantages are....
View ArticleAndroid From Scratch: How to Run Your Application on a Physical Device
Most Android phones and tablets can be connected to a computer using a USB cable. However, by default, the USB connection established between an Android device and a computer is limited to file...
View ArticleAndroid From Scratch: How to Run Your Application on a Physical Device
tag:code.tutsplus.com,2005:PostPresenter/cms-26219Most Android phones and tablets can be connected to a computer using a USB cable. However, by default, the USB connection established between an...
View ArticleGetting Started With Ionic: Services
What You'll Be Creating1. Introduction to ServicesIn the first and second part of this series on Ionic, we set up local development and built a couple of views to load a list of parks using some of the...
View ArticleGetting Started With Ionic: Services
tag:code.tutsplus.com,2005:PostPresenter/cms-26278What You'll Be Creating1. Introduction to ServicesIn the first and second part of this series on Ionic, we set up local development and built a couple...
View ArticleTesting and Dependency Injection With Model View Presenter on Android
We explored the concepts of the Model View Presenter pattern in the first part of this series and we implemented our own version of the pattern in the second part. It's now time to dig a little deeper....
View ArticleTesting and Dependency Injection With Model View Presenter on Android
tag:code.tutsplus.com,2005:PostPresenter/cms-26164We explored the concepts of the Model View Presenter pattern in the first part of this series and we implemented our own version of the pattern in the...
View ArticleAndroid From Scratch: Common UI Design Patterns
While Android allows you to create almost any custom view or user interface that you could possibly want, there are a few user interface patterns that have been proven to work well for users in the...
View ArticleAndroid From Scratch: Common UI Design Patterns
tag:code.tutsplus.com,2005:PostPresenter/cms-26044While Android allows you to create almost any custom view or user interface that you could possibly want, there are a few user interface patterns that...
View ArticleGoogle Fit for Android: Sessions API
Google Fit is a platform that allows developers to build applications that are focused on user fitness data. One of the tools Google has provided is Google Fit for Android, which is available as a...
View ArticleGoogle Fit for Android: Sessions API
tag:code.tutsplus.com,2005:PostPresenter/cms-25857Google Fit is a platform that allows developers to build applications that are focused on user fitness data. One of the tools Google has provided is...
View ArticleSpriteKit From Scratch: Fundamentals
IntroductionSpriteKit, available on iOS, tvOS, and OS X, is a framework that allows developers to create high quality 2D games without worrying about the complexities of graphics APIs, such as OpenGL...
View ArticleSpriteKit From Scratch: Fundamentals
tag:code.tutsplus.com,2005:PostPresenter/cms-26326IntroductionSpriteKit, available on iOS, tvOS, and OS X, is a framework that allows developers to create high quality 2D games without worrying about...
View ArticleTelerik: Master the Perfect Split
tag:code.tutsplus.com,2005:PostPresenter/cms-26410There are two mobile platforms that matter most to app developers today, Android and iOS. Developing an app that runs natively on both platforms...
View ArticleHow to Secure an Android App
IntroductionThe Android operating system has lots of built-in security features, such as application sandboxing, protection against buffer and integer overflow attacks, and segregated memory areas for...
View ArticleHow to Secure an Android App
tag:code.tutsplus.com,2005:PostPresenter/cms-26385IntroductionThe Android operating system has lots of built-in security features, such as application sandboxing, protection against buffer and integer...
View ArticleHow to Enable Deep Links On Android
What Are Deep Links?Android deep links open a specific page within an app and optionally pass data to it. Developers may find deep links particularly useful for actions, such as clicking a notification...
View Article