Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8334855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T03:28:59+00:00 2026-06-09T03:28:59+00:00

How to make an editfield <EditText android:id=@+id/etText android:layout_width=match_parent android:layout_height=wrap_content > <requestFocus /> </EditText> what

  • 0

How to make an editfield

                <EditText
                android:id="@+id/etText"
                android:layout_width="match_parent"
                android:layout_height="wrap_content" >

                <requestFocus />

            </EditText>

what is written in it , gets written on the imageview using Canvas ?

I saw many codes and ways , but they are for auto write on the canvas or bitmap their copyrights .. I want what is typed in the editfield gets typed on the canvas ..

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-09T03:29:01+00:00Added an answer on June 9, 2026 at 3:29 am

    there are two ways to achieve this,

    1 – using Canvas.drawText method, example:

    Bitmap b = Bitmap.createBitmap(500,500,Bitmap.Config.Alpha_8888);
    Canvas c = new Canvas(b);
    c.drawText("Sample Text"); // could be c.drawText(editText.getText());
    

    2 -using editText.draw method (recommended)

    EditText et = (EditText) findViewById(R.id.your_edit_text);
    Bitmap b = Bitmap.createBitmap(500,500,Bitmap.Config.Alpha_8888);
    Canvas c = new Canvas(b);
    et.draw(c);
    

    hope it helps, if you have any questions just leave a comment

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I make a weather application in Android which is showing current temperature and forecast
make C++ functions or structs, classes (using meta-programming) determining maximum value for signed and
To make a primary button using Twitter's Bootstrap library , you need to use
I am using an EditText field in my application. also i had added addTextChangedListener
I make a interface class in C++ for voice recognition, i´m using the Julius
I make this simple MySQL query using ActiveRecord::Base sql = SELECT * FROM schedules
-bash: make: command not found [root@Ritely r2]# I am using redhat and I need
make /bin/sh /Users/myusername/Downloads/php-5.3.5/ext/mssql/libtool --mode=compile cc -I. -I/Users/myusername/Downloads/php-5.3.5/ext/mssql -DPHP_ATOM_INC -I/Users/myusername/Downloads/php-5.3.5/ext/mssql/include -I/Users/myusername/Downloads/php-5.3.5/ext/mssql/main -I/Users/myusername/Downloads/php-5.3.5/ext/mssql -I/usr/include/php -I/usr/include/php/main -I/usr/include/php/TSRM
Make it on Linux. The reason to use more than one version of Vim,
I make a picture with phone (640*480) and put it inside uiimageview (300*300) with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.