Author: ColorBracket Team

A Publishable Community App In 120 Hrs.

We have successfully demoed a full-fledged mobile and web application in Covid19 Hackathon (https://coronathon.in) on 5th April 2020 in front of UN, Google and other VCs. Here’s the app website- https://coronacommunity.in DEVELOPED IN MERELY 120 Hrs. OF RECORD TIME. Ionic Hybrid technology for the mobile and web app has been used. The back-end and database […]

Read more

appcfg.sh and appcfg rollback

Many of us who has experience of deploying application back-end in Google Cloud Platform, are familiar with these screens.   During deployment with Eclipse, if there is any network issue, the deployment never got completed. Now in this moment, there are 2 way you can get rid of it. One is forcefully stop/cancel the deployment. […]

Read more

ADB Log and Data Extraction Tool

Android Debug Bridge (ADB) is a versatile command-line tool that lets you communicate with a device (an emulator or a connected Android device). The adb command facilitates a variety of device actions, such as installing and debugging apps, and it provides access to a UNIX shell that you can use to run a variety of […]

Read more

Firebase Cloud Messaging Service in web application

Firebase is a mobile and web application platform with tools and infrastructure designed to help developers build high-quality apps. Firebase is made up of complementary features that developers can mix-and-match to fit their needs. Firebase Cloud Messaging ( FCM ) is a cross-platform messaging solution that lets you reliably deliver message at no cost. FCM […]

Read more

The simplest way of setup Java in Linux

If you are using Ubuntu or any other Debian flavored Linux, this is the best way to setup Java. Open Terminal and just follow the below steps: 1. First add this remote repository- $ sudo add-apt-repository ppa:webupd8team/java 2. Update your local system repo. $ sudo apt-get update 3. Now install Java. $ sudo apt-get install […]

Read more