Tag: technology

5G Network

India will play ‘Decisive Role’ In 5G Era: TRAI Secretary Said

India will play a ‘decisive role’ in the 5G era due to its inherent strengths in the digital and software space. Telecom Regulatory Authority of India (TRAI) Secretary SK Gupta said this on Thursday. Gupta said that in addition to this, the liberalized foreign direct investment (FDI) regime, progressive manufacturing program, and the goal of becoming self-sufficient will help bring in large investments, which will drive the telecom market to grow. Gupta said Excessive dependence on the import of telecom equipment is a matter of concern. It has financial and security implications. For this, there is a need to encourage domestic production by making better plans. The current global supply chain has been disrupted and this has created new opportunities in the field of telecommunications development.

5G Network

 The TRAI secretary said, “There has been a tremendous growth in the telecom network, but we are largely dependent on the import of telecom equipment.” Every year telecom imports are more than one lakh crore rupees, which is a matter of concern. ”He said that now our focus is on increasing domestic production of equipment and becoming self-sufficient.

TRAI

 Addressing a webinar of the Ph.D. Chamber of Commerce and Industry (PHDCCI), Gupta said, “The import of telecom equipment not only has a financial impact but also raises security concerns.” The risk of the supply chain being limited to a few sectors has received the attention of world leaders. “

He said that self-reliance is a step taken by the Government of India at the right time. “The current global supply chain is disrupted and new opportunities are emerging in the telecom development sector,” Gupta said that India will play an important role in the 5G era through its strength in software and digital infrastructure.

He said that the liberal FDI system and the Production Based Incentive (PLI) scheme for the telecom equipment sector will strengthen the manufacturing ecosystem of the country which will help attract large investment in the Indian market.

Also read:

Ganesh Shankar Vidyarthi is the Kohinoor of Hindi Journalism

Case Filed Against Rakesh Tikait For Inflammatory Speech

Xiaomi Redmi Note 10 Pro Max Sale On 31st March

Pradhanmantri Berojgari Bhatta Online Registration | Prime Minister Unemployment Allowance Scheme 2021 | Online…

JEE Mains Result March 2021 Toppers List, Find Your State’s Topper

Simlipal National Park Fire In Odisha, Wildfire Extinguished Due To Heavy Rain

How To Take Screenshots Windows 10. The Easiest And The Fastest Way

Time to spend during the lockdown: play these best Android games.

If you are a gamer like me, then you are in for a treat. In this article, we will discuss the best and most exciting games right now on the Google Play store. Most of you must have heard about the games that I will list below. They are a great way of spending time during the lockdown.

It has been months since the lockdown and we are having a tough time during the coronavirus pandemic. During all this, you must have tried everything to past time, and since I don’t see the lockdown being removed in the near future. It is better to stay at home and play video games from the safety of your home.

A plethora of games are available on the market and choosing just nine is a tough task. But none the less, we were able to narrow our list with the best video games in the play store.

Ludo King

LUDO KING

If this game doesn’t remind you of your childhood then I don’t know what will. For me, it brings back good memories of simpler times. And yhe best part about this game is that in addition to playing with your friends offline. You can also play with them online on the internet. The game doesn’t take much storage space and consumes very little RAM memory.

 Marvel contest of champions

Marvel contest of champions

 If you are a Marvel fan, then you will like this game very much.  This game can be played in Marvel characters and Marvel Universe, Multiverse, or different time zones.  You can also fight like the heroes and villains seen in Marvel Comics.

 Slap kings

Slap kings

Some say violence is no solution. But in this game, violence is the only solution. The motive of the game is as simple as it can get. All you need to do is slap your opponents until they give up. You have the options of different characters and skins.

Asphalt 9

Asphalt 9

Missing long drives? Don’t worry we got you covered. This racing game is all the rage in the gaming world. The names Asphalt is synonymous with great racing games in the video games world. So much so not even the big names like Need For Speed were able to compete with it. The Asphalt 9 is the latest installment in the long and illustrious line of games.

PUBG

PUBG

 The Player’s Unknown Battleground or PUBG for short has taken the mobile gaming world by storm when it was released last year. The battle royal game is the new talk of the town and its multiplayer mode has become the favorite past time of many friends group.

Mortal Kombat 11

Mortal Kombat 11

For those out there who prefer blood, violence, and gore. Mortal Kombat is your go to game. The fighting mechanics are awesome and the graphics are on par to that of the console games. You can play story mode or play online. The game features a roster that gives you many different fighting styles and costumes.

Brain Test: Tricky Puzzles

Brain Test: Tricky Puzzles

If you are of the intellectual type like me. Then you will certainly enjoy this game. As they say, the mind is a muscle, and just like any other muscle of the body, you need to exercise it. The game is free of cost and provides multiple games ranging from Sudoku, Word Games, Riddle Games, Word Search Games, to Mind games.

Call of duty mobile

Call of duty mobile

You must be thinking- another battle royal game? Don’t worry Call of Duty brings something else on the table than PUBG. The beloved platform game has finally made its debut on the mobile gaming world and let me tell you, it does not disappoint. The graphics are great and so is the gameplay.

8 Ball Pool

And the final game in the list is this 8 ball pool game. It brings the authentic experience of playing a real pool game. Just like others, you can also play with your friends online and challenge them on Facebook.

ALSO READ

comparision between flutter and react native

Flutter vs React Native: which one is better in 2020

Nowadays there is a huge competition between Flutter and React Native in the market, both frameworks are used to develop cross-platform mobile app development. In other words, you need to write the code only once and it can be used to develop apps for iOS as well as Android.

While some programmers suggest Flutter, others recommend React Native as the better option for the future. But the question still remains, which should we choose for ourselves? And in which framework should we start the mobile application development? Normally, we cannot decide directly that React Native will be better or Flutter will be better. Thus, we are going to compare both of them on the basis of the following criteria.

  1. Launch Date
  2. Performance
  3. Hot Reload
  4. Component
  5. Language
  6. Documentation
  7. Native Look
  8. Industry Adoption
  9. Community Support
  10. State Management
  11. Choice

1.Launch Date

React Native released in the first quarter of the year 2015. The initial release of React Native was on March 26, 2015, and now the React Native is completely stable.

On the other hand, Flutter released in the second quarter of the year 2017. The initial release of Flutter was in May 2017, and it is also completely stable now.

In terms of release, React Native takes the lead since it came first and got the advantage of community support.

2. Performance

When it comes to performance, Flutter takes the point. React Native leverages the power of JavaScript for bridging with the native components while Flutter avoids the bridge to interact with the native components. For this reason, Flutter is the winner here.

CPU-intensive test for iOS (credit-https://medium.com/swlh/flutter-vs-native-vs-react-native-examining-performance-31338f081980)
CPU-intensive test for android (credit-https://medium.com/swlh/flutter-vs-native-vs-react-native-examining-performance-31338f081980)

So here the clear winner is Flutter in terms of speed and performance.

3. Hot Reload

Both Flutter and React Native supports Hot Reload functionality. Hot Reloading basically gives you the functionality to keep the app running while you can inject new versions of the files that you edited at runtime. That means you can make changes in the app and show them on the mobile when you are debugging the app.

Therefore, it is a stalemate. Since both Flutter and react-native support Hot Reload.

4. Component

On the basis of component, Flutter comes slightly on top here. React Native uses third-party components whereas Flutter comes with all its components. Using third-party components might be better for the side projects or for a company but in long terms, programmers will mostly prefer Flutter.

Therefore, Flutter comes on top of React Native but only by a little.

5. Language

Now choosing a language can be a bit tough. Where Java might be better for someone and python might be better for another.

First, let’s talk about React Native, It uses JavaScript to develop a mobile application. On the other hand, Flutter uses dart as the programming language. But here the choice can vary from person to person. For someone, JavaScript might be super easy whereas for someone dart might be. But in the coding industry, almost every programmer is familiar with JavaScript.

If we talk about language then there no one is a clear winner but React Native can be called more favorable since it uses JavaScript. There is a huge community of JavaScript programmers so it will be easy for them to switch mobile development. Dart is also a super easy language but, learning a new language can be a little difficult.

6. Documentation

The documentation of Flutter is really amazing and simple. On the other hand, React Native doesn’t provide the best documentation, and programmers have to rely on third-party documentation. But it doesn’t mean that Flutter is the winner. Sometimes it can be confusing to use the validator and forms in Flutter. While Flutter can be complex and confusing at times, the documentation certainly helps the programmers to understand the things better. All things considered, Flutter comes out on top by a small margin.

7. Native Look

Native look refers to the appearance of your app and how closely it resembles your default operating system(iOS or Android).

Out of React Native and Flutter, React Native looks more closer to an operating system. That means components such as widgets, buttons, and seek bar of the app will look similar to default widgets, button, seek bar of iOS and Android.

As noted above, React Native looks more native than Flutter. As a result, React Native wins this round.

8. Industry Adoption

While some say the industry is adopting Flutter, others say the industry is adopting React Native. Many companies have started using Flutter but a huge industry is still choosing React Native to develop apps.

If some industry is thinking of moving from native app to cross-platform, then flutter is more preferable that the two as it is faster to build even from scratch. And also the bridging mechanism in react native makes it complicated to use device hardware. For this reason, Flutter is preferred for any apps using device hardware.

Here, in the criteria of industry adoption React Native is slightly better. Because the industry prefers to use React Native than Flutter yet.

9. Community Support

Without any doubt, the React Native has bigger community support in the market. Google is doing hard work to make larger community support for the Flutter. React Native takes advantage here because of the early launch, React Native came early in the market so that the developer adopts the React Native. It doesn’t mean that Flutter has no community support, the community around Flutter is rising day by day and is doing great. But still, React Native has a larger community support than Flutter.

In terms of community support, React Native wins this.

10. State Management

This is an important thing for a developer, both of those working life cycles and models are based on the state management but still, the state management is not the best in both of them. They can manage all types of state management but it increases the code complexity.

Hence, no one is the winner as both are based on state management. But that’s the reason, that developers still love to use Redux for State Management. Redux is fully supported by React Native as well as Flutter. 

11. Choice

This is last but not the least. It is most important amongst all these criteria. It is important to choose the framework in which you are interested.

Bottom Line

I hope you got an idea and all your doubts are clear by now. In the end, what matters the most is that you choose the one in which you are more comfortable, it can be either React Native or Flutter. But remember, choose the option in which you are comfortable to code with.

Also read: Flogging In Saudi Arabia Is Abolished; No Longer A Form Of Punishment