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

  • Home
  • SEARCH
  • 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 8601793
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T01:55:35+00:00 2026-06-12T01:55:35+00:00

I mean to start developing a simple android application for printing labels using zebra

  • 0

I mean to start developing a simple android application for printing labels using zebra RW420 printer. They have SDK for android but I cannot figure out where to start from.

I invision an app with a single screen, it asks for the label or purchase order, how many copies we’d like to print, and a print button. Can someone help me get started. Any help will be appreciated.

How I am a going to search for the printer will the SDK will do it for me ?? or I have to use Androids BluetoothAdapter class … about the label format do I have to create myself or I can use the existing file in the SDK ??

Can I set the printer to print multiple copies ??

  • 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-12T01:55:36+00:00Added an answer on June 12, 2026 at 1:55 am

    The SDK provides a bluetooth discovery class. Look at the documentation and the examples. Check out the BluetoothDiscoverer class. It provides a method to find all bluetooth devices and notifies you in a handler. There is a Developer Demo which comes with the SDK which has an example of how to do a discovery:

        try {
            BluetoothDiscoverer.findPrinters(this, new DiscoveryHandler() {
    
                public void foundPrinter(DiscoveredPrinter printer) {
                    String macAddress = printer.address;
                    //I found a printer! I can use the properties of a Discovered printer (address) to make a Bluetooth Connection
                }
    
                public void discoveryFinished() {
                    //Discovery is done
                }
    
                public void discoveryError(String message) {
                    //Error during discovery
                }
            });
        } catch (ConnectionException e) {
            e.printStackTrace();
        } catch (InterruptedException e) {
            e.printStackTrace();
        }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I mean when the user starts my application(exe). I want it to start directly
Why did programmers ever start using status codes? I mean, I guess I could
I'm developing a graphics-intensive application for Android 2.2 and above. I know that starting
I've only just really started android developing and have been reading about services here
I'm developing an ASP.NET web application using Visual Studio 2010 professional and a SQL
I am developing a WPF Application using MVVM Architecture. I am an amateur in
Im currently developing an application for mobile phones (smart phones). My mind have picked
I'm about to start developing an application to transfer very large files without any
Im currently developing an application for mobile phones (smart phones). My mind have picked
I mean: Consider a VMWare Windows 2003 image. If I 1 - start this

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.