Skip to main content

Posts

Showing posts from September, 2016

How to create a project in Android Studio 2.2

This post is to support those who read the books such as  Busy programmer’s guide to Firebase with Android.  If you are getting started on Android programming, this post will help to understand the basic structure of the Android project. Android Studio Android studio provides a unified environment to develop apps for Android phones, tablets, Android Wear, Android TV and Android Auto. It is the official Integrated Development Environment (IDE) for android app development based on IntelliJ IDEA. You can learn more about Android studio features from Android Developer Website . You can download the Android Studio setup file from Download Android Studio and SDK Tools . It is bundled with Android SDK, so you don’t need to download Android SDK separately. If your Operating System is other than Windows, you can visit this URL to download the Android Studio Bundle. Launch downloaded executable file (android-studio-bundle-xxxxxxxxxx-windows.exe). Make sure you have installed Java JDK in

Deploying web app with Firebase Hosting

Firebase Hosting provides production-grade, fast and secure (HTTPS - HTTP over TLS) static hosting for your web app.It can be used to deploy web applications (JavaScript based applications) or to deploy a static content to a global content delivery network (CDN) with a single command. In this tutorial, In this tutorial static website is hosted using Firebase Hosting feature. Key capabilities Files are served over a secure connection. Content is uploaded to SSDs at CDN edges around the world and cached to provide fast delivery. Firebase CLI provides facilities for rapid deployment. Developers can easily rollback to a previous deployment. Due to the rise of front-end JavaScript frameworks static web apps have become the de facto of modern web development. Whether you are deploying simple static web apps or large scale web app, firebase hosting provides the infrastructure, features, and tooling to successfully deploy the web app. Hosting provides auto-generated subdomain on the

Introducing Busy Programmer's Guide To Firebase Android

This book presents Firebase for Android platform in a structural manner. Even beginner can read the book to learn Firebase features. Book is written in a way to present the technical details in a simple way with updated material. Book is distributed at a minimum of $1.99. It consists of eleven chapters and covers most of the functionalities provided by the Firebase platform. We are extensively updating the content to meet current requirements and you will be noticed of new content. Firebase provides tools and infrastructure to build better apps and to grow the user base. It takes care most of the vital components of the app, so the developer can focus on app usability and presentation. For example, Firebase storage provides Google Cloud Storage based storage management system and provides an API to upload user generated content. Read the book and provide us feedback on how to improve it. If you are a student or upcoming developer, please contact us if you need free copy. Do