Skip to main content

Posts

Privacy Policy AR Player App

                                   Privacy Policy AR Player App Privacy Policy Decode Technologies built the AR Player app as a Free app. This SERVICE is provided by Decode Technologies at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used for providing and improving the Service. I will not use or share your information with anyone except as described in this Privacy Policy. The terms used in this Privacy Policy have the same meanings as in our Terms and Conditions, which is accessible at AR Player unless otherwise defined in this Privacy Policy. Information Collection and Us...

Random Chat Privacy Policy

                                                                           Random Chat Privacy Policy Introduction: Random chat  is an android application that enable you to connect with anyone in the world anonymously and you don't need to login with your credential.  **Privacy Policy** Decode Technologies built the Random Chat app as a Free app. This SERVICE is provided by Decode Technologies at no cost and is intended for use as is. This page is used to inform visitors regarding my policies with the collection, use, and disclosure of Personal Information if anyone decided to use my Service. If you choose to use my Service, then you agree to the collection and use of information in relation to this policy. The Personal Information that I collect is used ...

if-Statement in Java (Control Flow in Java)

Teachmeandroidhub #java #if-elese Statement If-else Satament in Java                                               If-Statement mainly used to test the condition in this case it returns true or false .Let's Assume a situation where you have been asked or said to execute a statement there may be a condition should be true or false. Let suppose you have done something wrong then your father will be ask  that have you done this or not you may return true or false .If retun true then you may be get slapped else some other good thing can be happen also with you.So apart from above there are some different type if-else statement are as following if Statement if-else Statement if-else-if Ladder nested if statement  If Statement  in Java 1. If  Statement: -  Java  if condition check condition if  condition returns true...

Youtube NewFeature: How to share youtube video by using message new fea...

Teachmeandroidhub

Java First Porogram Expained in hindi by Rajeev lecture 1.2

Teachmeandroidhub

Types of Java Application | Java in Hindi by Rajeev lecture 1.1

Teachmeandroidhub

What is Java | Applications Of Java in hindi | Java Tutorial in Hindi | ...

Teachmeandroidhub

Set Environment variable for java jdk in hindi in windows10,8 1,8,,7 | J...

Gang

how to add youtube hashtags above your title |How to add hashtag on youtube...

Hey, Guys In this Topic i am going to describe how to add hashtag with youtbe Video on Youtube You tube added a very nice feature 2018 to use hashtag for Rank your video on Youtube but their is some restriction comes with it .                   so You can add Hashtag in Description of youtube video by write aslike following so here it it you just have to write as you write on twitter #Video or you have to wirte according to your need and video title one more the don't use unrelated hashTag which not related with Your youtube video to see how it works please watch the video till the end Thanks. Teachmeandroidhub

Java Tutorial-Static Keyword In Java by-Teachmeandroidhub

Java Tutorial-Static Keyword In Java by-Teachmeandroidhub Static Keyword:- First of all we need to know about static .This terms defines stability itself .Suppose your name “ aman” so all the person who knows you they will call you “aman” in case you changed you name then all will call you with  new name mean term related with static is common for all object of class. Let discuss with a figure.                             fig-1                                                                                             fig-2 According to fig-1 let’s suppose a glass full of water and two person watching this glass after some time someone has drunk some amount ...

Android Tutorial:-How to create View Pager With Cover-Flow-Teachmeandroidhub(An animation Under Viewpager).

View-Pager  with Cover-flow  :- This Android tutorial  is all about how to create a wonderful  layout using-view pager  with some special  effect  that called carousel effect also to do such  layout  you don’t need  to add  any  dependencies  to  the  gradle  so let’s start this  tutorial first of all just need to create new Project in android studio I hope you know about how to create new project in android studio   Step -1:- In  this step you have create main activity that may be created with your  new project  creation this layout contain view pager that will adapt image view that I am going to show in this tutorial Activity_main.xml <? xml version= "1.0" encoding= "utf-8" ?> < LinearLayout xmlns: android = "http://schemas.android.com/apk/res/android"     xmlns: tools = "http://schemas.android.com/tools"   ...

Retrofit Android-Fetching Data With Retrofit-teachmeandroidhub

Teachmeandroidhub             Retrofit Android:- This Tutorial is Develop to describe how to get or fetch data from server with Retrofit in Retrofit is latest Restful Api that  make data accessibility more easy and fast Earlier i i have discussed about post data using retrofit let's see how can be fetching data with Retrofit achieved in Retrofit android topic so let's start step by step and it;s 100% working Step-1 : Create  a Project  Define MainActivity as you want like this. This is may be your main activity in my Activity name is as following first You just Create at first You Create Layouts For this : activity_getusing.xml <?xml version="1.0" encoding="utf-8"?> <android.support.constraint.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"     xmlns:tools="http://schemas.android.com/tools"     android:layout_width="match_parent"     android:layo...