Giter VIP home page Giter VIP logo

Comments (6)

AdilSoomro avatar AdilSoomro commented on July 22, 2024

Did you try it unzipping and then importing?

from android-speech-bubble.

sarwarsarwar avatar sarwarsarwar commented on July 22, 2024

i managed do it manually. But kindly import it again properly for others.
a new question :-)
how can i put my texts in the bubbles?


From: Adil Soomro [email protected]
To: AdilSoomro/Android-Speech-Bubble [email protected]
Cc: sarwarsarwar [email protected]
Sent: Friday, July 19, 2013 12:02 PM
Subject: Re: [Android-Speech-Bubble] Import Eror (#1)

Did you try it unzipping and then importing?

Reply to this email directly or view it on GitHub.

from android-speech-bubble.

AdilSoomro avatar AdilSoomro commented on July 22, 2024

Well, if you see there's a class called Message, you need to look into this and can implement your own flow.

from android-speech-bubble.

sarwarsarwar avatar sarwarsarwar commented on July 22, 2024

it means i have to fill up little code instead the comments

public class Message {
    /**
     * The content of the message
     /
    String message;
    /
*
     * boolean to determine, who is sender of this message
     /
    boolean isMine;
    /
*
     * boolean to determine, whether the message is a status message or not.
     * it reflects the changes/updates about the sender is writing, have entered text etc
     /
    boolean isStatusMessage;
   
    /
*
     * Constructor to make a Message object
     */
    public Message(String message, boolean isMine) {
        super();
        this.message = message;
        this.isMine = isMine;
        this.isStatusMessage = false;
    }


From: Adil Soomro [email protected]
To: AdilSoomro/Android-Speech-Bubble [email protected]
Cc: sarwarsarwar [email protected]
Sent: Friday, July 19, 2013 12:50 PM
Subject: Re: [Android-Speech-Bubble] Import Eror (#1)

Well, if you see there's a class called Message, you need to look into this and can implement your own flow.

Reply to this email directly or view it on GitHub.

from android-speech-bubble.

sarwarsarwar avatar sarwarsarwar commented on July 22, 2024

how can i implement your bubbles application in my sms application can you please guide me through

from android-speech-bubble.

Baneeishaque avatar Baneeishaque commented on July 22, 2024

how can i implement your bubbles application in my sms application can you please guide me through

Is your application is open source or closed source?

from android-speech-bubble.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.