Sending simple data to other apps Like Share Via

Sending simple data to other apps Like Share Via In this Article, I am sharing how to share via simple sending data to other apps. When you use an intent, you must specify the action Intent to “trigger.” Android defines several actions, including ACTION_SEND which, as you can probably guess, indicates that the intent is sending data … Read more

Android Recycler view list with Swipe Refresh and Search bar in recycler list

Android Recycler view list with Swipe Refresh and Search bar in recycler list In this article, I am sharing how to used recycler view in android and Swipe Refresh list to refresh the recycler view list with a search bar to search any item in the recycler list easy. It’s very easy to implement these just … Read more

Android Splash Screen Animation

Android Splash Screen Animation Hey everyone, in this example I am creating a splash screen with animation . is very easy to implement these you can just follow the simple step to implement these and create an animated splash screen in android. Step 1: First one to  Start Android Studio Step 2 :  Seconds step to … Read more

How to used Image slider in Android SliderLayout

 Image slider in Android Slider Layout Hey in these I am sharing Image slider with API. In this tutorial, I get image list and show on Slider and use the time duration to slide image . and used network library volley to get response throw API, its a easy way to used multiple image show … Read more

RatingBar Tutorial With Example In Android Studio

How to used Review Rating Bar in android app In this article I am sharing to how to used a rating bar in Android  How to implement in Android and how to get rating number with a star rating. these I a very simple way to implement the rating. Rating bar is used to get the … Read more

Android Image UpLoad to server From Camera and gallery

Android Image UpLoad to server

Hey in this tutorial I am Sharing Android Image UpLoad to server. How to use a camera to capture an image and gallery to pick an image and pick convert to bitmap and upload to the server. It very is and simpler to use the camera in android and upload the image to the server. … Read more

Fragment Lifecycle In Android:

Fragment Lifecycle In Android A Fragment represents a behavior or a portion of user interface in a FragmentActivity. You can combine multiple fragments in a single activity to build a multi-pane UI and reuse a fragment in multiple activities. You can think of a fragment as a modular section of an activity, which has its own lifecycle, receives its … Read more

Android Service Tutorial

Android Service Tutorial Android service is a component that is used to perform operations on the background such as playing music, handle network transactions, interacting content providers etc. It doesn’t have any UI (user interface). The service runs in the background indefinitely even if the application is destroyed.service can be bounded by a component to perform interactivity and … Read more

NR Physical Layer Specifications in 5G overview

Mode NR Physical Layer Specifications in 5G

A Work Item of the detailed specifications of 5G RAN for 5G commercial services is being conducted in 3GPP. The non-standalone NR specifications, which enable early deployment of NR carriers by exploiting LTE/LTE-Advanced carriers as the master node carriers, were completed in December 2017. In June 2018, the standalone NR specifications, which require full NR … Read more