Skip to main content

About Us

Buzz Technical is a website/blog where you can get various technology related post, articles, reviews and many more interesting stuff.

suggest us a topic / contact us:- 


Popular posts from this blog

Comparison between MediaTek Helio G90T and Snapdragon 665 || MediaTek Helio G90T vs Snapdragon 665 Processors

MediaTek Helio G90T vs Snapdragon 665 Processors In this article we are going compare two powerful processors MediaTek Helio G90T and Snapdragon 665 so lets get started. Both MediaTek Helio G90T and Snapdragon 665 are powerful mid-range processor by their respective manufactures. The brand new smartphone Redmi note 8 pro from Xiaomi uses MediaTek Helio G90T chipset and Redmi Note 8 also from xiaomi uses Snapdragon 665 chipset. CPU:- MediaTek Helio G90T uses  Octa-core (2x 2.05 GHz Cortex-A76 6x 2.0 GHz Cortex-A55 2.0 GHz) CPU where Snapdragon 665 uses  Octa-core (4x2.0 GHz Kryo 260 Gold (A73) & 4x1.8 GHz Kryo 260 Silver (A53)) CPU. Here CPU of MediaTek Helio G90T looks more efficient and powerful than Snapdragon 665 CPU GPU:- MediaTek Helio G90T chipset comes with  Mali-G76 3EEMC4 @800 MHz, HyperEngine, Quad-Core GPU which supports company’s Hyper Vision Gaming technology for better and enhanced gaming experience. where Snapdragon 665 has  Ad

Using FireBase and AdMob in android application || How to use google Admob and google firebase

Using FireBase and AdMob FireBase :- Firebase helps you build better mobile apps.   FireBase Is :- Firebase is a technology that permits you to make web applications with no server-side programming so that development turns out to be quicker and easier. With Firebase,  we don't have to stress over-provisioning servers or building REST APIs with just a little bit of configuration; we can give Firebase a chance to take every necessary step: storing data, verifying users, and implementing access rules.  Use/Need Of FireBase :- The great thing about Firebase is how easy it is to deploy multiple services in an app, and how those services can work together. Easy configuration and implementation of building blocks like real-time storage, crash reporting, and authentication can take weeks off an app's time to market.  Benifits Of FireBase :- Firebase Real-time Database  Firebase Authantication  Firebase Storage  Firebase Crash Report  Firebase App Indexing  Firebase Analy

How to develop android applications || Best Ways To Develop Android Applications

Best Ways To Develop Android Applications Many programmers will tell you that some of the biggest mistakes they’ve made have been through trial and error. It’s true— development is a skill that takes time and practice. As Android developers improve their skills over time, they’ll make fewer and fewer mistakes, leading to cleaner code, software that performs better, and fewer bugs. It’s all part of the learning curve. However, even an experienced developer can benefit from reviewing some of the best practices that Google lays out for Android projects. To help you start your Android app project off on the right foot, here are a few tips and best practices to consider. LEARN XML AND JAVA Extensible markup language (XML) is a markup language that’s the foundation for the Android user interface (UI) and elements. Java is the back end coding language platform, and its used with binding functionality with your XML layout. For developers used to binding elements even in we