Articles on Trending Technologies

Technical articles with clear explanations and examples

How to draw triangle shape in android?

Chandu yadav
Chandu yadav
Updated on 27-Jun-2020 3K+ Views

This example demonstrate about How to draw triangle shape in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken imageview and added background as background.xml.Step 3 − Add the following code to drawable/ background.xml     Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer. To run the app from android studio, open one of ...

Read More

How to draw tick mark with circle background shape in android?

Ankith Reddy
Ankith Reddy
Updated on 27-Jun-2020 1K+ Views

This example demonstrates How to draw tick mark with circle background shape in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken image view and added background as background.xml.Step 3 − Add the following code to drawable/ background.xml     Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer. To run the app from the ...

Read More

How to draw star shape in android?

George John
George John
Updated on 27-Jun-2020 1K+ Views

This example demonstrate about How to draw star shape in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken imageview and added background as background.xml.Step 3 − Add the following code to drawable/ background.xml     Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer. To run the app from android studio, open one of ...

Read More

How to draw profile icon shape in android?

Arjun Thakur
Arjun Thakur
Updated on 27-Jun-2020 828 Views

This example demonstrate about How to draw profile icon shape in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken imageview and added background as background.xml.Step 3 − Add the following code to drawable/ background.xml     Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer. To run the app from android studio, open one ...

Read More

How to draw love shape in android?

Chandu yadav
Chandu yadav
Updated on 27-Jun-2020 738 Views

This example demonstrate about How to draw love shape in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken imageview and added background as background.xml.Step 3 − Add the following code to drawable/ background.xml     Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer. To run the app from android studio, open ...

Read More

How to draw close shape in android?

Ankith Reddy
Ankith Reddy
Updated on 27-Jun-2020 504 Views

 This example demonstrate about How to draw close shape in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken imageview and added background as background.xml.Step 3 − Add the following code to drawable/ background.xml     Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer. To run the app from android studio, open one of ...

Read More

How to create circler edit text in android?

George John
George John
Updated on 27-Jun-2020 207 Views

This example demonstrate about How to create circler edit text in android.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken edit text and added background as background.xml.Step 3 − Add the following code to drawable/ background.xml             Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer. To run the ...

Read More

How can I add an image on EditText?

Arjun Thakur
Arjun Thakur
Updated on 27-Jun-2020 673 Views

This example demonstrate about how can I add an image on EditText.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken edit text and added background as background.xml.Step 3 − Add the following code to drawable/ background.xml             Let's try to run your application. I assume you have connected your actual Android Mobile device with your computer. To run the ...

Read More

In simple terminology, what is an organised and unorganised sector?

Prasanna Kotamraju
Prasanna Kotamraju
Updated on 27-Jun-2020 470 Views

Organized and unorganized sectors are mainly differentiated based on employment conditions.Organized Sector − It is incorporated with the appropriate authority and follows the rules and regulations. It is mostly related to Government or some large-scale operations. As these organizations strictly follow government rules they adhere to acts like Factories Act, Bonus Act, PF Act, Minimum Wages Act etc. Workers are paid remuneration as monthly salary regularly and there will be job security.Unorganized Sector − The unorganized sector is the one which is not incorporated into the government. Small-scale operations, petty trade, private business, domestic workers and construction workers etc. come ...

Read More

How to remove button bar at the bottom screen?

Chandu yadav
Chandu yadav
Updated on 27-Jun-2020 760 Views

This example demonstrate about How to remove button bar at the bottom screen.Step 1 − Create a new project in Android Studio, go to File ⇒ New Project and fill all required details to create a new project.Step 2 − Add the following code to res/layout/activity_main.xml.     In the above code, we have taken the digital clock view to show a clock.Step 3− Add the following code to java/MainActivity.xmlpackage com.example.myapplication; import android.annotation.TargetApi; import android.content.pm.ActivityInfo; import android.os.Build; import android.os.Bundle; import android.support.annotation.RequiresApi; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.view.Window; import android.view.WindowManager; public class MainActivity extends AppCompatActivity {    @TargetApi(Build.VERSION_CODES.LOLLIPOP) ...

Read More
Showing 53041–53050 of 61,297 articles
Advertisements